mirror of https://github.com/kubernetes/kops.git
Use latest Ubuntu 20.04 AMI in podidentitywebhook scenario
This commit is contained in:
parent
9c45165d49
commit
319d75af6a
|
|
@ -71,7 +71,7 @@ metadata:
|
|||
kops.k8s.io/cluster: {{.clusterName}}
|
||||
spec:
|
||||
associatePublicIp: true
|
||||
image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-focal-20.04-arm64-server-20221018
|
||||
image: ssm:/aws/service/canonical/ubuntu/server/20.04/stable/current/amd64/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: 099720109477/ubuntu/images/hvm-ssd/ubuntu-focal-20.04-arm64-server-20221018
|
||||
image: ssm:/aws/service/canonical/ubuntu/server/20.04/stable/current/amd64/hvm/ebs-gp2/ami-id
|
||||
machineType: c6g.large
|
||||
maxSize: 1
|
||||
minSize: 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue