Updating CML Registry configuration

After the CML Registry cluster is created, the following patch needs to be applied to the Kubernetes cluster for the standalone API authentication to work.

kubectl get configmap knox -n knox -o yaml | sed 's|https://consoleauth.cdp.cloudera.com/oauth2/keys|https://consoleauth.altus.cloudera.com/oauth2/keys|g' | kubectl apply -f -

For information on how to get the kubeconfig for the CML Registry cluster, which is similar to the CML Workspace Cluster, see Manage remote access.