Closed tnakajo closed 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
Hey, thanks for the feedback. We've updated the example commands.
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