kubernetes-sigs/aws-load-balancer-controller

aws-load-balancer-controller defaultTags is not working

Aperta

#3654 aperta il 19 apr 2024

 (8 commenti) (0 reazioni) (1 assegnatario)Go (1644 fork)auto 404
good first issueneeds-triage

Metriche repository

Star
 (4317 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Describe the bug We are trying to add tags dynamically to application load balancer.

Steps to reproduce helm install aws-load-balancer-controller eks/aws-load-balancer-controller --namespace kube-system --set clusterName=$EKS_CLUSTER_NAME --set vpcId=$VpcId --set region=$REGION --set defaultTags={"StackName":"MyStack"}

Tags are getting added to application load balancer but not in key value form. It is adding entire key value as value and key it is making as 0, 1, 2, etc. image Expected outcome A concise description of what you expected to happen. THis is what we are expecting by installing load balancer helm chart. image

Environment

  • AWS Load Balancer controller version
  • Kubernetes version 1.29
  • Using EKS (yes/no), if so version? yes , 1.29
  • chart version-v2.7.0

Additional Context:

Guida contributor