Update Kubernetes from v1.9.4 to v1.9.5

This commit is contained in:
Dalton Hubble
2018-03-18 17:50:14 -07:00
parent b1cdd361ef
commit 758c09fa5c
26 changed files with 60 additions and 58 deletions

View File

@ -123,7 +123,7 @@ storage:
contents:
inline: |
KUBELET_IMAGE_URL=docker://gcr.io/google_containers/hyperkube
KUBELET_IMAGE_TAG=v1.9.4
KUBELET_IMAGE_TAG=v1.9.5
- path: /etc/sysctl.d/max-user-watches.conf
filesystem: root
contents:

View File

@ -96,7 +96,7 @@ storage:
contents:
inline: |
KUBELET_IMAGE_URL=docker://gcr.io/google_containers/hyperkube
KUBELET_IMAGE_TAG=v1.9.4
KUBELET_IMAGE_TAG=v1.9.5
- path: /etc/sysctl.d/max-user-watches.conf
filesystem: root
contents:
@ -114,7 +114,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.4 \
docker://gcr.io/google_containers/hyperkube:v1.9.5 \
--net=host \
--dns=host \
--exec=/kubectl -- --kubeconfig=/etc/kubernetes/kubeconfig delete node $(hostname)