mirror of https://github.com/kubernetes/kops.git
Revert "Switch AWS IAM Authenticator to use non-scratch image"
This reverts commit 79027c18d4.
This commit is contained in:
parent
cb983ff63f
commit
318e9a1441
|
|
@ -120,7 +120,7 @@ spec:
|
|||
# - output (output kubeconfig to plug into your apiserver configuration, mounted from the host)
|
||||
containers:
|
||||
- name: aws-iam-authenticator
|
||||
image: {{ or .Authentication.Aws.Image "602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon/aws-iam-authenticator:v0.5.0-debian-stretch" }}
|
||||
image: {{ or .Authentication.Aws.Image "602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon/aws-iam-authenticator:v0.5.0-scratch" }}
|
||||
args:
|
||||
- server
|
||||
- --config=/etc/aws-iam-authenticator/config.yaml
|
||||
|
|
|
|||
Loading…
Reference in New Issue