Update Kubernetes from v1.9.3 to v1.9.4

This commit is contained in:
Dalton Hubble
2018-03-11 13:15:35 -07:00
parent 2592a0aad4
commit 931e311786
26 changed files with 56 additions and 55 deletions

View File

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