mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-15 03:21:36 +02:00
Fix image tag for Container Linux AWS workers
* #669 left one reference to the original SHA tagged image before the v1.17.4 image tag was applied
This commit is contained in:
@ -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 \
|
||||
-- \
|
||||
|
Reference in New Issue
Block a user