You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating clusters with the same IP (clsuter_ip) the user will login and save the login information into the user's .oc/kubeconfig file.
We need to implement a mechanism where you save the profile somehow so that when you activate the cluster profile you can safely login as the user, or otherwise you'll get a certificate error.
Maybe implement a new command:
oc-cluster login
The text was updated successfully, but these errors were encountered:
When creating clusters with the same IP (clsuter_ip) the user will login and save the login information into the user's .oc/kubeconfig file.
We need to implement a mechanism where you save the profile somehow so that when you activate the cluster profile you can safely login as the user, or otherwise you'll get a certificate error.
Maybe implement a new command:
The text was updated successfully, but these errors were encountered: