kubernetes-sigs/cluster-api-provider-aws

additionalTags with whitespace in the key

オープン

#4,642 opened on 2023/11/20

 (13 件のコメント) (0 件のリアクション) (0 人の担当者)Go (689 件のフォーク)auto 404
good first issuehelp wantedkind/bugneeds-triagepriority/important-soon

Repository metrics

Stars
 (723 個のスター)
PR merge metrics
 (PR metrics pending)

説明

/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

コントリビューターガイド