Skip to content

Commit

Permalink
Merge pull request #10990 from vitaliyf/patch-1
Browse files Browse the repository at this point in the history
Fix very minor formatting typos in docs/manifests_and_customizing_via_api
  • Loading branch information
k8s-ci-robot authored Mar 7, 2021
2 parents 1f7a184 + 8b4aebc commit 4b93579
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/manifests_and_customizing_via_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4b93579

Please sign in to comment.