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
{{ message }}
This repository was archived by the owner on Apr 23, 2025. It is now read-only.
EXEC: get the token and paste into the Login dialog into the field "Token:"
EXEC: hit "OK"
ASSERT: The plugin is logged into the RH sandbox
EXEC: cat ~/.kube/config
Result: ~/.kube/config was altered. All the above contexts were dumped into it. Interestingly, Only the context were dumped. Neiter the users, nor clusters were. Additionally a new context was created for the cluster using the url that was listed in the dialog.
Steps:
$KUBECONFIG~/.kube/configResult:
~/.kube/configwas altered. All the above contexts were dumped into it. Interestingly, Only the context were dumped. Neiter the users, nor clusters were. Additionally a new context was created for the cluster using the url that was listed in the dialog.