Merge pull request #22336 from oke-py/ja/multiple-zones

ja: Make docs/setup/best-practices/multiple-zones.md follow v1.17 of the original text
This commit is contained in:
Kubernetes Prow Robot 2020-07-19 04:46:50 -07:00 committed by GitHub
commit 4f2330ffa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ kubectl get nodes --show-labels
Create the guestbook-go example, which includes an RC of size 3, running a simple web app:
```shell
find kubernetes/examples/guestbook-go/ -name '*.json' | xargs -I {} kubectl create -f {}
find kubernetes/examples/guestbook-go/ -name '*.json' | xargs -I {} kubectl apply -f {}
```
The pods should be spread across all 3 zones: