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:
@@ -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:
|
Create the guestbook-go example, which includes an RC of size 3, running a simple web app:
|
||||||
|
|
||||||
```shell
|
```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:
|
The pods should be spread across all 3 zones:
|
||||||
|
|||||||
Reference in New Issue
Block a user