File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
charts/cluster-api-runtime-extensions-nutanix/defaultclusterclasses
hack/examples/bases/eks/clusterclass Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,11 @@ metadata:
7373spec :
7474 template :
7575 spec :
76+ ami :
77+ eksLookupType : AmazonLinux2023
78+ instanceMetadataOptions :
79+ httpPutResponseHopLimit : 2
80+ httpTokens : required
7681 instanceType : PLACEHOLDER
7782 sshKeyName : " "
7883---
Original file line number Diff line number Diff line change @@ -58,7 +58,12 @@ metadata:
5858 name : " quick-start-worker-machinetemplate"
5959spec :
6060 template :
61- spec : {}
61+ spec :
62+ ami :
63+ eksLookupType : AmazonLinux2023
64+ instanceMetadataOptions :
65+ httpTokens : required
66+ httpPutResponseHopLimit : 2
6267---
6368apiVersion : bootstrap.cluster.x-k8s.io/v1beta2
6469kind : EKSConfigTemplate
You can’t perform that action at this time.
0 commit comments