When a user changes namespaces, the context may change from one created by cm, like ui-dev, to one in the typical form of namespace/cluster/user. Currently this will prevent cm commands from inferring the ClusterClaim, but it should be possible to do by examining the kubeconfig to find the shortname context that uses the same server address.
When a user changes namespaces, the context may change from one created by
cm, likeui-dev, to one in the typical form ofnamespace/cluster/user. Currently this will preventcmcommands from inferring the ClusterClaim, but it should be possible to do by examining the kubeconfig to find the shortname context that uses the same server address.