Fix AMI SSM parameter for podidentitywebhook scenarioo

This commit is contained in:
Peter Rifel 2023-08-07 17:09:54 -05:00
parent b71130e295
commit 7e06e4c416
No known key found for this signature in database
GPG Key ID: BC6469E5B16DB2B6
1 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ metadata:
kops.k8s.io/cluster: {{.clusterName}}
spec:
associatePublicIp: true
image: ssm:/aws/service/canonical/ubuntu/server/20.04/stable/current/amd64/hvm/ebs-gp2/ami-id
image: ssm:/aws/service/canonical/ubuntu/server/20.04/stable/current/arm64/hvm/ebs-gp2/ami-id
machineType: t4g.medium
maxSize: 4
minSize: 4
@ -89,7 +89,7 @@ metadata:
kops.k8s.io/cluster: {{.clusterName}}
spec:
associatePublicIp: true
image: ssm:/aws/service/canonical/ubuntu/server/20.04/stable/current/amd64/hvm/ebs-gp2/ami-id
image: ssm:/aws/service/canonical/ubuntu/server/20.04/stable/current/arm64/hvm/ebs-gp2/ami-id
machineType: c6g.large
maxSize: 1
minSize: 1