diff --git a/examples/ignition/bootkube-master.yaml b/examples/ignition/bootkube-master.yaml index d656c6ed..a1b01bc5 100644 --- a/examples/ignition/bootkube-master.yaml +++ b/examples/ignition/bootkube-master.yaml @@ -46,6 +46,7 @@ systemd: Requires=flanneld.service After=flanneld.service [Service] + Environment="RKT_OPTS=--volume=resolv,kind=host,source=/etc/resolv.conf --mount volume=resolv,target=/etc/resolv.conf" Environment=KUBELET_ACI=quay.io/coreos/hyperkube Environment=KUBELET_VERSION=v1.3.0-alpha.5_coreos.0 ExecStart=/usr/lib/coreos/kubelet-wrapper \ diff --git a/examples/ignition/bootkube-worker.yaml b/examples/ignition/bootkube-worker.yaml index abc49ebf..e74ad055 100644 --- a/examples/ignition/bootkube-worker.yaml +++ b/examples/ignition/bootkube-worker.yaml @@ -41,6 +41,7 @@ systemd: Requires=flanneld.service After=flanneld.service [Service] + Environment="RKT_OPTS=--volume=resolv,kind=host,source=/etc/resolv.conf --mount volume=resolv,target=/etc/resolv.conf" Environment=KUBELET_ACI=quay.io/coreos/hyperkube Environment=KUBELET_VERSION=v1.3.0-alpha.5_coreos.0 ExecStart=/usr/lib/coreos/kubelet-wrapper \