Wrap text for easier reading

This commit is contained in:
Ryan Gregg 2018-07-20 09:54:39 -07:00 committed by GitHub
parent 669932d4bb
commit 273075e61a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@ depending on your platform:
* For Google Container Engine (GKE) run the following command to determine the scope (insert the
appropriate value for `your-cluster-id` and change the `--zone` parameter as necessary):
```shell
gcloud container clusters describe your-cluster-id --zone=us-west1-c | grep -e clusterIpv4Cidr -e servicesIpv4Cidr
gcloud container clusters describe your-cluster-id \
--zone=us-west1-c | grep -e clusterIpv4Cidr -e servicesIpv4Cidr
```
* For IBM Cloud Private run the following command:
```shell