kubernetes-sigs/cluster-api-provider-aws

Additional Tags do not reconcile on bastion

Open

#2,840 opened on Oct 11, 2021

View on GitHub
 (15 comments) (1 reaction) (3 assignees)Go (689 forks)auto 404
good first issuehelp wantedkind/buglifecycle/staleneeds-triagepriority/backlog

Repository metrics

Stars
 (723 stars)
PR merge metrics
 (PR metrics pending)

Description

/kind bug

What steps did you take and what happened: when updating the AWSCluster.spec.additionalTags field tags are reconciled on all instances except for the bastion host.

What did you expect to happen: updating tags in the spec should also reconcile on the bastion host

Environment:

  • Cluster-api-provider-aws version: v0.6.4
  • Kubernetes version: (use kubectl version): v1.20.5
  • OS (e.g. from /etc/os-release): ubuntu-20.04

Contributor guide