addons: Update CLUO to fix compatability with Kubernetes 1.9

* Update CLUO from v0.4.1 to v0.5.0
* Earlier versions of CLUO fail to drain nodes on Kubernetes 1.9
so nodes drain one at a time repeatedly and Container Linux OS
updates are not applied to nodes.
* Check current OS versions via `kubectl get nodes --show-labels`
This commit is contained in:
Dalton Hubble
2018-01-19 08:27:34 -08:00
parent ef18f19ec4
commit bc967ddcd0
3 changed files with 5 additions and 3 deletions

View File

@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: update-agent
image: quay.io/coreos/container-linux-update-operator:v0.4.1
image: quay.io/coreos/container-linux-update-operator:v0.5.0
command:
- "/bin/update-agent"
volumeMounts:

View File

@ -12,7 +12,7 @@ spec:
spec:
containers:
- name: update-operator
image: quay.io/coreos/container-linux-update-operator:v0.4.1
image: quay.io/coreos/container-linux-update-operator:v0.5.0
command:
- "/bin/update-operator"
env: