From dfd08e48e5a63710a0ea11f03f8751a12b364d9c Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Tue, 24 Oct 2017 16:03:25 -0700 Subject: [PATCH] Switch from quay.io to gcr.io hyperkube image --- examples/ignition/bootkube-controller.yaml | 7 ++++--- examples/ignition/bootkube-worker.yaml | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/examples/ignition/bootkube-controller.yaml b/examples/ignition/bootkube-controller.yaml index 64d8752c..477cc7ce 100644 --- a/examples/ignition/bootkube-controller.yaml +++ b/examples/ignition/bootkube-controller.yaml @@ -64,7 +64,8 @@ systemd: --volume opt-cni-bin,kind=host,source=/opt/cni/bin \ --mount volume=opt-cni-bin,target=/opt/cni/bin \ --volume var-log,kind=host,source=/var/log \ - --mount volume=var-log,target=/var/log" + --mount volume=var-log,target=/var/log \ + --insecure-options=image" ExecStartPre=/bin/mkdir -p /opt/cni/bin ExecStartPre=/bin/mkdir -p /etc/kubernetes/manifests ExecStartPre=/bin/mkdir -p /etc/kubernetes/cni/net.d @@ -125,8 +126,8 @@ storage: mode: 0644 contents: inline: | - KUBELET_IMAGE_URL=quay.io/coreos/hyperkube - KUBELET_IMAGE_TAG=v1.8.1_coreos.0 + KUBELET_IMAGE_URL=docker://gcr.io/google_containers/hyperkube + KUBELET_IMAGE_TAG=v1.8.1 - path: /etc/ssl/etcd/.empty filesystem: root mode: 0644 diff --git a/examples/ignition/bootkube-worker.yaml b/examples/ignition/bootkube-worker.yaml index cbb9b33c..1b41953c 100644 --- a/examples/ignition/bootkube-worker.yaml +++ b/examples/ignition/bootkube-worker.yaml @@ -41,7 +41,8 @@ systemd: --volume opt-cni-bin,kind=host,source=/opt/cni/bin \ --mount volume=opt-cni-bin,target=/opt/cni/bin \ --volume var-log,kind=host,source=/var/log \ - --mount volume=var-log,target=/var/log" + --mount volume=var-log,target=/var/log \ + --insecure-options=image" ExecStartPre=/bin/mkdir -p /opt/cni/bin ExecStartPre=/bin/mkdir -p /etc/kubernetes/manifests ExecStartPre=/bin/mkdir -p /etc/kubernetes/cni/net.d @@ -94,8 +95,8 @@ storage: mode: 0644 contents: inline: | - KUBELET_IMAGE_URL=quay.io/coreos/hyperkube - KUBELET_IMAGE_TAG=v1.8.1_coreos.0 + KUBELET_IMAGE_URL=docker://gcr.io/google_containers/hyperkube + KUBELET_IMAGE_TAG=v1.8.1 - path: /etc/ssl/etcd/.empty filesystem: root mode: 0644