[openshift plugin] fix 'Log in' command
See original GitHub issueOpenShift Connector Che Plugin provides OpenShift: Log in to cluster
command that stopped working in v0.0.21.
Diagnostics
The error is reported in a notification:
Cannot read property 'readText' of undefined
Should be fixed by https://github.com/theia-ide/theia/issues/5519
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Enable RedHat Openshift Logging plugin using CLI
Check the current status of logging-view-plugin. Below output shows that this plugin hasn't been enabled. ... This solution is part of Red Hat's ......
Read more >OpenShift CLI developer command reference
This reference provides descriptions and example commands for OpenShift CLI ( oc ) developer commands. For administrator commands, see the OpenShift CLI ...
Read more >jenkinsci/openshift-login-plugin - GitHub
Otherwise, if running in an OpenShift Pod and the environment variable OPENSHIFT_ENABLE_OAUTH is set to a value other than false on the container,...
Read more >OpenShift Toolkit - Visual Studio Marketplace
Commands for a Cluster · Log in to cluster - Log in to your cluster and save login for subsequent use. · List...
Read more >docker - Log in on OpenShift using Jenkins - Stack Overflow
That error means you need to also specify the CA that was used to sign the API server's certificate. You will need to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
VS Code OpenShift Connector extension relies on VS Code extension Clipboard API which isn’t implemented in Theia yet.
For now, I don’t see a way how to allow the clipboard access on http. So ‘Log in’ command won’t work on minishift.