-
Notifications
You must be signed in to change notification settings - Fork 21
Nothing happens if I try to set a non-responsive cluster as current cluster #865
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
Comments
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Apr 22, 2025
…veloper#865) Signed-off-by: Andre Dietisheim <[email protected]>
The culprit is the check if the new current cluster is an OpenShift cluster. It's executed on any cluster (so that either a kubernetes- or an OpenShift-client is created). This check runs into a timeout. |
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Apr 23, 2025
…veloper#865) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Apr 23, 2025
…veloper#865) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Apr 23, 2025
…veloper#865) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Apr 23, 2025
…veloper#865) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Apr 23, 2025
…veloper#865) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Apr 23, 2025
…veloper#865) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Apr 24, 2025
…veloper#865) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Apr 24, 2025
…veloper#865) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Apr 24, 2025
…veloper#865) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Apr 24, 2025
…veloper#865) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Apr 24, 2025
…veloper#865) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Apr 24, 2025
…veloper#865) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Apr 24, 2025
…veloper#865) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Apr 24, 2025
…veloper#865) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Apr 28, 2025
…veloper#865) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
that referenced
this issue
May 12, 2025
Signed-off-by: Andre Dietisheim <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
related to
Steps:
Result:
Nothing happens. In the status bar you see a running operation "Setting kind as current cluster". This operation can easily be running for several minutes.
Even worse is that the IDE cannot be closed gracefully when this operation is running. You have to forcefully kill it.
Steps 2:
Result:
It takes several seconds (~20s in my case) until the contexts are listed
I suspect this to have been introduced with the switch to the new kubernetes-client 7.0.0
The text was updated successfully, but these errors were encountered: