Skip to content

Commit

Permalink
update ibmcloud ks cluster config command (#1752)
Browse files Browse the repository at this point in the history
the doc referes to
`ibmcloud ks cluster-config` which is deprecated and will soon be unsupported.

`ibmcloud ks cluster config` is recommended.
  • Loading branch information
moficodes committed Feb 27, 2020
1 parent c3385db commit 7d2f6c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/docs/ibm/existing-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ weight = 5

Get the Kubeconfig file:

ibmcloud cs cluster-config $CLUSTER_NAME
ibmcloud cs cluster config $CLUSTER_NAME

From here on, please see [Install Kubeflow](/docs/ibm/deploy/install-kubeflow).
2 changes: 1 addition & 1 deletion content/docs/ibm/install-kubeflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ components, the recommended configuration for a cluster is:
1. Point `kubectl` to the cluster:

```
ibmcloud cs cluster-config $CLUSTER_NAME
ibmcloud cs cluster config $CLUSTER_NAME
```

Follow the instructions on the screen to `EXPORT` the correct `KUBECONFIG`
Expand Down

0 comments on commit 7d2f6c7

Please sign in to comment.