Small correction in IBM Cloud platform instructions (#4932)

This commit is contained in:
Frank Budinsky 2019-09-06 16:54:43 -04:00 committed by Istio Automation
parent 2b9c7199c8
commit 841d44c4c5
1 changed files with 3 additions and 2 deletions

View File

@ -47,10 +47,11 @@ To prepare a cluster before manually installing Istio, proceed as follows:
You can view your available VLANs by running `ibmcloud ks vlans --zone <zone-name>`.
{{< /tip >}}
1. Retrieve your credentials for `kubectl`.
1. Run the following command to download your cluster configuration for `kubectl` and then
set the `KUBECONFIG` environment variable as specified in the command output.
{{< text bash >}}
$(ibmcloud ks cluster-config <cluster-name> --export)
$ ibmcloud ks cluster-config <cluster-name>
{{< /text >}}
{{< warning >}}