Skip to content

Commit

Permalink
Fix image tag for Container Linux AWS workers
Browse files Browse the repository at this point in the history
* #669 left one reference to the original SHA tagged image
before the v1.17.4 image tag was applied
  • Loading branch information
dghubble committed Mar 21, 2020
1 parent 590d941 commit 1bf4f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/container-linux/kubernetes/workers/cl/worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ storage:
--volume config,kind=host,source=/etc/kubernetes \
--mount volume=config,target=/etc/kubernetes \
--insecure-options=image \
docker://quay.io/poseidon/kubelet:612b947 \
docker://quay.io/poseidon/kubelet:v1.17.4 \
--net=host \
--dns=host \
-- \
Expand Down

0 comments on commit 1bf4f3b

Please sign in to comment.