-
Notifications
You must be signed in to change notification settings - Fork 20
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
Use current Namespace/Project has a bug with minikube #640
Comments
I cannot replicate this, I'm running MacOS though which may interfere. |
…veloper#640) Signed-off-by: Andre Dietisheim <[email protected]>
Signed-off-by: Andre Dietisheim <[email protected]>
Signed-off-by: Andre Dietisheim <[email protected]>
Signed-off-by: Andre Dietisheim <[email protected]>
Signed-off-by: Andre Dietisheim <[email protected]>
Signed-off-by: Andre Dietisheim <[email protected]>
Signed-off-by: Andre Dietisheim <[email protected]>
#641 prevents minikube from being displayed as |
Signed-off-by: Andre Dietisheim <[email protected]>
There is a filewatcher service that is native & cross-platform. It provides a native implementation for MacOS: https://github.com/gmethvin/directory-watcher/blob/main/core/src/main/java/io/methvin/watchservice/MacOSXListeningWatchService.java |
depends on redhat-developer/intellij-common#190 |
I'm not convinced this is doing much to address redhat-developer/intellij-kubernetes#640. In practice, the first few times I attempt to switch namespaces, the tree collapses, regardless of if I use this PR or the existing code. After that, I can occasionally switch namespaces without the tree collapsing. See redhat-developer#190. Signed-off-by: David Thompson <[email protected]>
…-developer#640) Signed-off-by: Andre Dietisheim <[email protected]>
Signed-off-by: Andre Dietisheim <[email protected]>
#646 improved the situation. Minikube resource tree is still collapsing though but it is doing it less frequently. There's not much more we can do about this given that it's the jdk filesystem watch service that is causing this when notifying a single file change multiple times. |
Closing. |
Configurations:
Kubernetes v1.26.2 on Docker 24.0.4
openjdk 17.0.7 2023-04-18
OS: Fedora 38
Intellij 2023.1
Steps to reproduce:
On the video's 10 second is a bug.
Screencast from 2023-07-24 12-22-10.webm
The text was updated successfully, but these errors were encountered: