You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// List of Tag keys on AWS resources that will be managed externally.
76
76
ExternalManagedTags []string
77
77
78
-
// EndpointENISGTags are AWS tags, in addition to the cluster tags, for finding the target ENI security group to which to add inbound rules from NLBs.
79
-
EndpointENISGTagsmap[string]string
78
+
// ServiceTargetENISGTags are AWS tags, in addition to the cluster tags, for finding the target ENI security group to which to add inbound rules from NLBs.
79
+
ServiceTargetENISGTagsmap[string]string
80
80
81
81
// Default SSL Policy that will be applied to all ingresses or services that do not have
// user may provide incorrect `--cluster-name` at bootstrap or modify the tag key unexpectedly, it is hard to find out if no clusterName included in error message.
541
541
// having `clusterName` included in error message might be helpful for shorten the troubleshooting time spent.
542
-
iflen(m.endpointENISGTags) ==0 {
542
+
iflen(m.serviceTargetENISGTags) ==0 {
543
543
return"", errors.Errorf("expect exactly one securityGroup tagged with %v for eni %v, got: %v (clusterName: %v)",
0 commit comments