intellij-kubernetes icon indicating copy to clipboard operation
intellij-kubernetes copied to clipboard

IntelliJ Kubernetes plugin

Results 126 intellij-kubernetes issues
Sort by recently updated
recently updated
newest added

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...

kind/enhancement

taken from a comment to the jetbrains plugin: https://plugins.jetbrains.com/plugin/10485-kubernetes/reviews#review=48089

kind/feature
editor
schema

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

kind/feature

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...

kind/enhancement

![image](https://user-images.githubusercontent.com/25126/197037384-e48eb19d-e493-4935-a309-39a627e45479.png)

kind/task

**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:...

kind/bug
severity/major

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.

kind/enhancement

**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...

kind/enhancement

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...

kind/feature

related to #456 taken from https://github.com/redhat-developer/intellij-kubernetes/pull/456#pullrequestreview-1052112346

kind/enhancement
severity/minor