ibm-cloud-docs / containers

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

Correction: Registering a Secrets Manager instance to a cluster #2621

Closed tnakajo closed 2 years ago

tnakajo commented 2 years ago

Section: Registering a Secrets Manager instance to a cluster

IKS: https://cloud.ibm.com/docs/containers?topic=containers-ingress-types#register-secrets-mgr

WRONG: ibmcloud ks register --cluster --crn

CORRECT: ibmcloud ks ingress instance register --crn

ROKS: https://cloud.ibm.com/docs/openshift?topic=openshift-ingress-roks4#register-secrets-mgr

WRONG: ibmcloud oc register --cluster --crn

CORRECT: ibmcloud oc ingress instance register --crn

derekpoindexter commented 2 years ago

Hey, thanks for the feedback. We've updated the example commands.