fix(doc): update typo (#8148)

I guess `kubernetes-the-hard-way` should be `kubernetes-the-kubespray-way` because of recently created network name is `kubernetes-the-kubespray-way`.
pull/8147/head
Erkan Zileli 2021-11-02 11:16:58 +03:00 committed by GitHub
parent 9d4cdb7b02
commit 8d82033bff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ gcloud compute networks create kubernetes-the-kubespray-way --subnet-mode custom
A [subnet](https://cloud.google.com/compute/docs/vpc/#vpc_networks_and_subnets) must be provisioned with an IP address range large enough to assign a private IP address to each node in the Kubernetes cluster.
Create the `kubernetes` subnet in the `kubernetes-the-hard-way` VPC network:
Create the `kubernetes` subnet in the `kubernetes-the-kubespray-way` VPC network:
```ShellSession
gcloud compute networks subnets create kubernetes \