intellij-kubernetes
intellij-kubernetes copied to clipboard
IntelliJ Kubernetes plugin
follows up on #763 In #763 we allow to disable push notifications that are displayed when the editor content is out-of-sync with the cluster (resource does not exist yet or...
related to https://github.com/redhat-developer/intellij-common/issues/271 #846 made this plugin compile against IC-2025.1. We should release intellij-kubernetes before 2025.1 is released somewhat in March
related to #865 As title, if i open a k8 manifest file whilst authenitcation to my current cluster has expired. It locks up my whole editor. Intellij becomes completely non...
fixes #869 Freezing was caused by race conditions in the locks. Closing the editor disposes the editor resources. Disposing the editor resource closes the cluster connection. When closing the watch,...
related to * #862 * #869 --- **Steps:** 1. ASSERT: have a cluster that's shut down (ex. have kind cluster defined in kubeconfig, but it's not running) 2. EXEC: in...
related to #862 **Steps:** 1. ASSERT: have a cluster that is non-responsive (ex. local kind cluster, that is shut down) 2. ASSERT: have an editor with a k8 yaml resource...
follows up on #630 **Steps:** 1. EXEC: open the following in a yaml editor: ```yaml --- apiVersion: v1 kind: Service metadata: annotations: app.quarkus.io/build-timestamp: 2023-06-30 - 12:24:49 +0000 labels: app.kubernetes.io/name: openshift-quickstart...
fixes #855