mirror of https://github.com/kubernetes/kops.git
Clarify how cloud labels are used in getting started docs
This commit is contained in:
parent
005710e27a
commit
b0454f602d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue