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:
Ahmet Alp Balkan 2019-05-15 14:09:32 -07:00 committed by Knative Prow Robot
parent cca04befa3
commit b974637f79
1 changed files with 1 additions and 1 deletions

View File

@ -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