kubernetes-sigs/cluster-api-provider-aws

additionalTags with whitespace in the key

Offen

#4.642 geöffnet am 20.11.2023

 (13 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (689 Forks)auto 404
good first issuehelp wantedkind/bugneeds-triagepriority/important-soon

Repository-Metriken

Stars
 (723 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

/kind bug

Unfortunately, I have a company's mandatory tag with a space in the key:

apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
kind: AWSCluster
...
spec:
  additionalTags:
    "Patch Group": nopatch
...

but I'm getting: The AWSCluster "mycluster-dr" is invalid: spec.additionalTags: Invalid value: "Patch Group": key cannot have characters other than alphabets, numbers, spaces and _ . : / = + - @

  • Cluster-api-provider-aws version: 1.5.1

Contributor Guide