Update Kubernetes from v1.6.6 to v1.6.7

This commit is contained in:
Dalton Hubble
2017-07-19 11:50:21 -07:00
parent 4175b3ba66
commit b8478007ca
4 changed files with 6 additions and 6 deletions

View File

@ -99,7 +99,7 @@ storage:
contents:
inline: |
KUBELET_IMAGE_URL=quay.io/coreos/hyperkube
KUBELET_IMAGE_TAG=v1.6.6_coreos.1
KUBELET_IMAGE_TAG=v1.6.7_coreos.0
- path: /etc/sysctl.d/max-user-watches.conf
filesystem: root
contents:
@ -116,7 +116,7 @@ storage:
--trust-keys-from-https \
--volume config,kind=host,source=/etc/kubernetes \
--mount volume=config,target=/etc/kubernetes \
quay.io/coreos/hyperkube:v1.6.6_coreos.1 \
quay.io/coreos/hyperkube:v1.6.7_coreos.0 \
--net=host \
--dns=host \
--exec=/kubectl -- --kubeconfig=/etc/kubernetes/kubeconfig delete node $(hostname)