File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ Resources:
81
81
VolumeType : gp3
82
82
NetworkInterfaces :
83
83
- DeviceIndex : 0
84
- # {{ if eq .Cluster .ConfigItems.associate_public_ip_on_launch "true" }}
84
+ # {{ if eq .NodePool .ConfigItems.associate_public_ip_on_launch "true" }}
85
85
AssociatePublicIpAddress : true
86
86
# {{ end }}
87
87
Groups :
Original file line number Diff line number Diff line change 21
21
securityGroupSelectorTerms :
22
22
- tags :
23
23
karpenter.sh/discovery : " {{ .Cluster.ID }}/WorkerNodeSecurityGroup"
24
- # {{ if eq .Cluster .ConfigItems.associate_public_ip_on_launch "true" }}
24
+ # {{ if eq .NodePool .ConfigItems.associate_public_ip_on_launch "true" }}
25
25
associatePublicIPAddress : true
26
26
# {{ end }}
27
27
instanceProfile : " {{ .Cluster.ID | awsValidID }}-WorkerKarpenter-InstanceProfile"
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ Resources:
155
155
VolumeType : gp3
156
156
NetworkInterfaces :
157
157
- DeviceIndex : 0
158
- # {{ if eq .Cluster .ConfigItems.associate_public_ip_on_launch "true" }}
158
+ # {{ if eq .NodePool .ConfigItems.associate_public_ip_on_launch "true" }}
159
159
AssociatePublicIpAddress : true
160
160
# {{ end }}
161
161
Groups :
You can’t perform that action at this time.
0 commit comments