ibm-cloud-docs / containers

IBM Bluemix Container Service documentation
https://console.bluemix.net/docs/containers/container_index.html
48 stars 123 forks source link

The command example syntax for 'ibmcloud ks cluster addon get' is INCORRECT. #2679

Closed john-d-burke closed 9 months ago

john-d-burke commented 10 months ago

https://cloud.ibm.com/docs/containers?topic=containers-kubernetes-service-cli#cs_cluster_addon_get

The syntax example says: ibmcloud ks get --addon ADDON --cluster CLUSTER [--output OUTPUT] [-q]

But the ACTUAL syntax is: ibmcloud ks cluster addon get --addon ADDON --cluster CLUSTER [--output OUTPUT] [-q]

Tested to confirm:

ibmcloud ks cluster addon get --addon debug-tool --cluster [REDACTED CLUSTER ID]

Name: debug-tool Version: 2.0.0 Health State: normal Health Status: Addon Ready. For more info: http://ibm.biz/addon-state (H1500)

Note that that command syntax lines up with the syntax usage for other 'ibmcloud ks cluster' commands.

derekpoindexter commented 9 months ago

Thanks for the feedback. I've updated the example command. The change will be live soon.