Clarify how cloud labels are used in getting started docs

This commit is contained in:
Peter Rifel 2021-07-18 08:53:13 -07:00
parent 005710e27a
commit b0454f602d
No known key found for this signature in database
GPG Key ID: BC6469E5B16DB2B6
1 changed files with 3 additions and 1 deletions

View File

@ -45,13 +45,15 @@ Examples:
## cloud-labels
`cloud-labels` specifies tags for instance groups in AWS. The supported format is a CSV list of key=value pairs.
`cloud-labels` specifies labels or tags for cloud provider resources managed by kOps. The supported format is a CSV list of key=value pairs.
Keys and values must not contain embedded commas but they may contain equals signs ('=') as long as the field is
quoted:
* `--cloud-labels "Project=\"Name=Foo Customer=Acme\",Owner=Jane Doe"` will be parsed as {Project:"Name=Foo Customer=Acme",
Owner: "Jane Doe"}
The exact allowed characters vary by cloud provider.
## UpdatePolicy
Cluster.Spec.UpdatePolicy