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

@ -112,7 +112,7 @@ systemd:
--volume script,kind=host,source=/opt/bootstrap/apply \
--mount volume=script,target=/apply \
--insecure-options=image \
docker://k8s.gcr.io/hyperkube:v1.16.0 \
docker://k8s.gcr.io/hyperkube:v1.16.1 \
--net=host \
--dns=host \
--exec=/apply
@ -133,7 +133,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: /opt/bootstrap/apply
filesystem: root
mode: 0544