mirror of https://github.com/knative/docs.git
IKS: move addon enable -y flag to the end (#1333)
cluster-addon-enable knative -y $CLUSTER_NAME or cluster-addon-enable knative $CLUSTER_NAME -y works but the currently documented cluster-addon-enable -y knative $CLUSTER_NAME doesn't.
This commit is contained in:
parent
cca04befa3
commit
b974637f79
|
@ -139,7 +139,7 @@ You can get the add-on via the "Add-ons" tab of your Kubernetes cluster's
|
|||
console page, or via the command line:
|
||||
|
||||
```bash
|
||||
ibmcloud ks cluster-addon-enable -y knative $CLUSTER_NAME
|
||||
ibmcloud ks cluster-addon-enable knative -y $CLUSTER_NAME
|
||||
```
|
||||
|
||||
For more information about the add-on see
|
||||
|
|
Loading…
Reference in New Issue