File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
charts/cluster-api-runtime-extensions-nutanix/defaultclusterclasses
hack/examples/bases/eks/clusterclass Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 3232 ref :
3333 apiVersion : bootstrap.cluster.x-k8s.io/v1beta2
3434 kind : EKSConfigTemplate
35- name : eks- quick-start-worker-configtemplate
35+ name : quick-start-worker-configtemplate
3636 infrastructure :
3737 ref :
3838 apiVersion : infrastructure.cluster.x-k8s.io/v1beta2
@@ -73,11 +73,16 @@ 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---
7984apiVersion : bootstrap.cluster.x-k8s.io/v1beta2
80- kind : EKSConfigTemplate
85+ kind : NodeadmConfigTemplate
8186metadata :
8287 labels :
8388 cluster.x-k8s.io/provider : eks
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 : NodeadmConfigTemplate
You can’t perform that action at this time.
0 commit comments