mirror of https://github.com/knative/docs.git
Wrap text for easier reading
This commit is contained in:
parent
669932d4bb
commit
273075e61a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue