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
With this the cluster creates a TargetGroup with the Port 1 as described.
However the security group rule managed by ALBC contains the original dex port, not 1. When adding the manual rule 1 to the NodeGroup Security group, you can access dex.
Expected outcome
Either:
Rule with port is added to security group
An annotation exists where I can manually override the TargetGroup Port
Environment
AWS Load Balancer controller version: 2.9.2
Kubernetes version: 1.29
Using EKS (yes/no), if so version? eks.13
Additional Context:
The text was updated successfully, but these errors were encountered:
Describe the bug
The backend security rule does not contain the port 1 when a targetPort with a string is deployed.
Steps to reproduce
With this the cluster creates a TargetGroup with the Port 1 as described.
However the security group rule managed by ALBC contains the original dex port, not 1. When adding the manual rule 1 to the NodeGroup Security group, you can access dex.
Expected outcome
Either:
Environment
Additional Context:
The text was updated successfully, but these errors were encountered: