-
Notifications
You must be signed in to change notification settings - Fork 60
App. Explorer "hangs" on extension loading if logged out from a cluster #3987
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Milestone
Comments
Depends on #3990 |
vrubezhny
added a commit
to vrubezhny/vscode-openshift-tools
that referenced
this issue
Apr 9, 2024
Partially fixes redhat-developer#3987 by taking control over the 'kubectl' binary execution Issue: redhat-developer#3987 Signed-off-by: Victor Rubezhny <[email protected]>
vrubezhny
added a commit
to vrubezhny/vscode-openshift-tools
that referenced
this issue
Apr 9, 2024
Partially fixes redhat-developer#3987 by taking control over the 'kubectl' binary execution Issue: redhat-developer#3987 Signed-off-by: Victor Rubezhny <[email protected]>
vrubezhny
added a commit
to vrubezhny/vscode-openshift-tools
that referenced
this issue
Apr 11, 2024
The 'oc' binary is used instead in non-blocking manner, especially when getting 'api-versions' values. Partially fixes redhat-developer#3987. Issue: redhat-developer#3987 Signed-off-by: Victor Rubezhny <[email protected]>
vrubezhny
added a commit
to vrubezhny/vscode-openshift-tools
that referenced
this issue
Apr 11, 2024
The 'oc' binary is used instead in non-blocking manner, especially when getting 'api-versions' values. Partially fixes redhat-developer#3987. Issue: redhat-developer#3987 Signed-off-by: Victor Rubezhny <[email protected]>
vrubezhny
added a commit
to vrubezhny/vscode-openshift-tools
that referenced
this issue
Apr 12, 2024
The 'oc' binary is used instead in non-blocking manner, especially when getting 'api-versions' values. Partially fixes redhat-developer#3987. Issue: redhat-developer#3987 Signed-off-by: Victor Rubezhny <[email protected]>
datho7561
pushed a commit
that referenced
this issue
Apr 15, 2024
The 'oc' binary is used instead in non-blocking manner, especially when getting 'api-versions' values. Partially fixes #3987. Issue: #3987 Signed-off-by: Victor Rubezhny <[email protected]>
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When Kube config's
current-context
points to a cluster which is available, but a user is not logged in to, the extension fails to load the App. explorer initial content permanently staying in "loading..." state.Steps to reproduce:
This probably happens because the
kubectl
utilities, when invoked, are "permanently" waiting for user input:The issue was highly likely introduced by this commit
The text was updated successfully, but these errors were encountered: