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
# A list of existing security groups to be configured on the ELB created. Unlike the annotation
1000
-
# service.beta.kubernetes.io/aws-load-balancer-extra-security-groups, this replaces all other security groups previously assigned to the ELB and also overrides the creation
1002
+
# service.beta.kubernetes.io/aws-load-balancer-extra-security-groups, this replaces all other security groups previously assigned to the ELB and also overrides the creation
1001
1003
# of a uniquely generated security group for this ELB.
1002
1004
# The first security group ID on this list is used as a source to permit incoming traffic to target worker nodes (service traffic and health checks).
1003
1005
# If multiple ELBs are configured with the same security group ID, only a single permit line will be added to the worker node security groups, that means if you delete any
@@ -1007,7 +1009,7 @@ There are other annotations to manage Classic Elastic Load Balancers that are de
# A list of additional security groups to be added to the created ELB, this leaves the uniquely generated security group in place, this ensures that every ELB
1009
1011
# has a unique security group ID and a matching permit line to allow traffic to the target worker nodes (service traffic and health checks).
1010
-
# Security groups defined here can be shared between services.
1012
+
# Security groups defined here can be shared between services.
0 commit comments