kubernetes-sigs/aws-load-balancer-controller

aws-load-balancer-controller defaultTags is not working

開放

#3,654 建立於 2024年4月19日

 (8 則留言) (0 個反應) (1 位負責人)Go (1,644 個分叉)auto 404
good first issueneeds-triage

倉庫指標

星標
 (4,317 顆星)
PR 合併指標
 (平均合併 14天 12小時) (30 天內合併 16 個 PR)

描述

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:

貢獻者指南