Update Kubernetes from v1.16.3 to v1.17.0

* https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.17.md/#v1170
This commit is contained in:
Dalton Hubble
2019-12-09 18:31:58 -08:00
parent 4fce9485c8
commit de36d99afc
40 changed files with 99 additions and 98 deletions

View File

@ -115,7 +115,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.3 \
docker://k8s.gcr.io/hyperkube:v1.17.0 \
--net=host \
--dns=host \
--exec=/apply
@ -136,7 +136,7 @@ storage:
contents:
inline: |
KUBELET_IMAGE_URL=docker://k8s.gcr.io/hyperkube
KUBELET_IMAGE_TAG=v1.16.3
KUBELET_IMAGE_TAG=v1.17.0
- path: /opt/bootstrap/layout
filesystem: root
mode: 0544