vscode-openshift-tools
vscode-openshift-tools copied to clipboard
Add command to login to a cluster using 'oc login -u user -p password' from clipboard
CRC tray icon on windows/mac provides context menu items to copy kubeadmin or developer password login command to clipboard. Would be good to have OpenShift: Login into cluster using user name and password from clipboard command that would pull cluster url, user name and password from clipboard and run odo login command with them.
@dgolovin We do this for devsandbox integration. Just need to add command palette workflow for the same.