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 added to ELB created. Unlike the annotation
910
-
# service.beta.kubernetes.io/aws-load-balancer-extra-security-groups, this replaces all other security groups previously assigned to the ELB.
909
+
# A list of existing security groups to be configured on the ELB created. Unlike the annotation
910
+
# 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
911
+
# of a uniquely generated security group for this ELB.
912
+
# 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).
913
+
# 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
914
+
# of those ELBs it will remove the single permit line and block access for all ELBs that shared the same security group ID.
915
+
# This can cause a cross-service outage if not used properly
# A list of additional security groups to be added to the ELB
918
+
# 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
919
+
# has a unique security group ID and a matching permit line to allow traffic to the target worker nodes (service traffic and health checks).
920
+
# Security groups defined here can be shared between services.
0 commit comments