intellij-kubernetes
intellij-kubernetes copied to clipboard
IntelliJ Kubernetes plugin
The k8s plugin assumes that the kube config can be found in the default path `~/.kube/config` which is fine but we need to notify the user if that is not...
taken from a comment to the jetbrains plugin: https://plugins.jetbrains.com/plugin/10485-kubernetes/reviews#review=48089
Taken from the comments to the jetbrains plugin: * https://plugins.jetbrains.com/plugin/10485-kubernetes/reviews#review=63665 * https://plugins.jetbrains.com/plugin/10485-kubernetes/reviews#review=67170 * https://plugins.jetbrains.com/plugin/10485-kubernetes/reviews#review=63665
As in vscode, IJ kubernetes should have a setting to allow users specify a different path where to find the kubeconfig. In vscode users can add multiple paths and then...

**Steps:** 1. ASSERT: make sure that you dont have a pod `multi-pod2` on your cluster 2. EXEC: open the following in an editor: ``` apiVersion: v1 kind: Pod metadata: name:...
We're currently reporting open of a yaml editor to telemetry in `ResourceEditorFactory.create(FileEditor, Project)`. The current implementation won't differentiate between opening a local file or opening a cluster resource.
**Steps:** 1. ASSERT: have k8s cluster unreachable (ex. minikube stopped) 2. EXEC: open a k8s yml file **Result:** Editor has an error notification This is correct behaviour but there's no...
depends on #215 related to #439 In jetbrains kubernetes plugin one can download the log and open it in an editor. The download is triggered via an icon in the...
related to #456 taken from https://github.com/redhat-developer/intellij-kubernetes/pull/456#pullrequestreview-1052112346