kubernetes-sigs / aws-load-balancer-controller

A Kubernetes controller for Elastic Load Balancers
https://kubernetes-sigs.github.io/aws-load-balancer-controller/
Apache License 2.0
3.93k stars 1.46k forks source link

Default tags don't get applied to previously created "backend" security group #2838

Open romich opened 2 years ago

romich commented 2 years ago

Describe the bug Tags from --default-tags argument don't get applied to previously created "backend" security group.

Steps to reproduce

  1. Deploy chart with minimal config.
  2. Create at least 1 ALB Ingress.
  3. Update chart, providing defaultTags option.
  4. Observe default tags only on frontend security group.

Expected outcome Both frontend and backend security groups get provided tags.

Environment

Additional Context: n/a

kishorj commented 2 years ago

/kind feature @romich, Thanks for letting us know, we will fix it in a patch release. Currently the tags are applied only during backend SG creation.

k8s-triage-robot commented 1 year ago

The Kubernetes project currently lacks enough contributors to adequately respond to all PRs.

This bot triages PRs according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

Hokwang commented 1 year ago

/remove-lifecycle stale