Update Kubernetes from v1.17.0 to v1.17.1

* https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.17.md#v1171
This commit is contained in:
Dalton Hubble
2020-01-14 20:21:36 -08:00
parent ac786a2efc
commit b642e3b41b
39 changed files with 96 additions and 96 deletions

View File

@ -89,7 +89,7 @@ systemd:
--mount volume=var-log,target=/var/log \
--volume opt-cni-bin,kind=host,source=/opt/cni/bin \
--mount volume=opt-cni-bin,target=/opt/cni/bin \
docker://k8s.gcr.io/hyperkube:v1.17.0 \
docker://k8s.gcr.io/hyperkube:v1.17.1 \
--exec=/usr/local/bin/kubelet -- \
--anonymous-auth=false \
--authentication-token-webhook \
@ -134,7 +134,7 @@ systemd:
--volume script,kind=host,source=/opt/bootstrap/apply \
--mount volume=script,target=/apply \
--insecure-options=image \
docker://k8s.gcr.io/hyperkube:v1.17.0 \
docker://k8s.gcr.io/hyperkube:v1.17.1 \
--net=host \
--dns=host \
--exec=/apply