Merge pull request #10990 from vitaliyf/patch-1

Fix very minor formatting typos in docs/manifests_and_customizing_via_api
This commit is contained in:
Kubernetes Prow Robot 2021-03-07 14:49:42 -08:00 committed by GitHub
commit 4b93579490
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ At this time you must run `kops create cluster` and then export the YAML from th
```shell
export NAME=k8s.example.com
export KOPS_STATE_STORE=s3://example-state-store
kops create cluster $NAME \
kops create cluster $NAME \
--zones "us-east-2a,us-east-2b,us-east-2c" \
--master-zones "us-east-2a,us-east-2b,us-east-2c" \
--networking weave \
@ -237,7 +237,7 @@ metadata:
kops.k8s.io/cluster: k8s.example.com
name: my-crazy-big-nodes
spec:
nodeLabels:
nodeLabels:
spot: "true"
cloudLabels:
team: example