Replies: 1 comment
-
This is a feature request for Security Groups for Pods that is already tracked by aws/amazon-vpc-resource-controller-k8s#20, so closing this discussion |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
AWS ALB controller supports specifying security groups via ID (e.g. sg-XXXXXX) and name: https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.2/guide/ingress/annotations/#security-groups
According to documentation,
SecurityGroupPolicy
supportssecurityGroupIds
only.It will be very convenient to support specifying security groups by name too, as it would allow us to generate / template
SecurityGroupPolicy
resource w/o explicitly passing a specific security group IDs (which are usually managed separately with other IaaC tools, e.g. Terraform).Example:
Beta Was this translation helpful? Give feedback.
All reactions