Skip to content

Commit

Permalink
use instance image based on ssm parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
kmala committed Apr 27, 2023
1 parent ffb621e commit e1583e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/kops-new-cluster/base/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ metadata:
kops.k8s.io/cluster: aws-external-cloud-provider-example.k8s.local
name: master-us-west-2a
spec:
image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20230328
image: ssm:/aws/service/canonical/ubuntu/server/20.04/stable/current/amd64/hvm/ebs-gp2/ami-id
machineType: t3.medium
maxSize: 1
minSize: 1
Expand All @@ -92,7 +92,7 @@ metadata:
kops.k8s.io/cluster: aws-external-cloud-provider-example.k8s.local
name: nodes-us-west-2a
spec:
image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20230328
image: ssm:/aws/service/canonical/ubuntu/server/20.04/stable/current/amd64/hvm/ebs-gp2/ami-id
machineType: t3.medium
maxSize: 2
minSize: 2
Expand Down

0 comments on commit e1583e5

Please sign in to comment.