Update Kubernetes from v1.16.0 to v1.16.1

* https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.16.md#v1161
This commit is contained in:
Dalton Hubble
2019-10-02 21:31:55 -07:00
parent ca7d62720e
commit 1c5ed84fc2
40 changed files with 97 additions and 96 deletions

View File

@ -97,7 +97,7 @@ storage:
contents:
inline: |
KUBELET_IMAGE_URL=docker://k8s.gcr.io/hyperkube
KUBELET_IMAGE_TAG=v1.16.0
KUBELET_IMAGE_TAG=v1.16.1
- path: /etc/sysctl.d/max-user-watches.conf
filesystem: root
contents:
@ -115,7 +115,7 @@ storage:
--volume config,kind=host,source=/etc/kubernetes \
--mount volume=config,target=/etc/kubernetes \
--insecure-options=image \
docker://k8s.gcr.io/hyperkube:v1.16.0 \
docker://k8s.gcr.io/hyperkube:v1.16.1 \
--net=host \
--dns=host \
--exec=/kubectl -- --kubeconfig=/etc/kubernetes/kubeconfig delete node $(hostname)