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

similar to https://github.com/redhat-developer/intellij-openshift-connector/blob/main/.github/dependabot.yml and https://github.com/redhat-developer/intellij-openshift-connector/blob/main/.github/workflows/dependency-submission.yml

kind/task

similar to https://github.com/redhat-developer/intellij-openshift-connector/blob/main/.github/workflows/nightly.yml

kind/task

The most widely kind that's opened in an editor is `Deployment`, followed by `Service`

The most widely kind that's opened in an editor is Deployment, followed by Service

related to #809 **Steps:** 1. ASSERT: have no kube config at all 2. EXEC: launch plugin **Result:** The tool window stays empty. **Expected Result:** The tool window should inform that...

severity/minor

* We impl'd missing functionality to identify the kube config file that contains the `current-context` name (not the context object, the pointer so to say): https://github.com/redhat-developer/intellij-kubernetes/blob/52ad4283058b4418c9cdf35a44db20cb950ceac0/src/main/kotlin/com/redhat/devtools/intellij/kubernetes/model/util/ConfigUtils.kt#L20-L42 * [given multiple kubeconfigs...

kind/bug
kind/enhancement