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

1. Editor title is [resource-name]@[namespace-name]: "Edit.." namespaced resource (ex. Pod) -> editor title is matching pattern @ 2. Editor title is [resource-name]: "Edit..." non namespaced resource (ex. Namespace) -> editor...

tests

When looking at the diff between the local file and the cluster resource is difficult. The meaningful differences are drowned in the clutter noise and thus difficult to spot (ex....

kind/enhancement

There are a few issues that could be outdated, should thus cleanup the issues. ex. * #503 * #443 * #406 *

kind/task

We should have our CONTRIBUTING.md more matching the same documents in the vscode repositories that we have, ex. vscode-xml: https://github.com/redhat-developer/vscode-xml/blob/main/CONTRIBUTING.md

depends on #549 multi document support is YAML only currently in #549. It would be nice to support the JSON variant, too. An example of multiple resources in YAML: ```yaml...

kind/enhancement

**Steps:** 1. ASSERT: make sure that there's no pod `busybox` on the cluster 2. EXEC: open an editor with the following content: ``` apiVersion: v1 kind: Pod metadata: name: busybox...

kind/bug
severity/minor
editor

follows up on #523: copied from https://github.com/redhat-developer/intellij-kubernetes/issues/523#issuecomment-1326262482 > We can also add dynamic features to the containers, such as Ready State, No. of Times restarted. Last State. This will be...

kind/enhancement
severity/major

related to #534 related to #500 **Steps:** 1. EXEC: create a pod 2. EXEC: pick "Follow logs" for your pod 3. ASSERT: logs tab shows up streaming the logs 4....

kind/bug
severity/major

Error "timeout waiting for condition" when running minikube cluster (https://github.com/olkornii/intellij-kubernetes/actions/runs/3531864850/jobs/5925519679) on ubuntu22.04. (22.04 new latest version) According to https://wiki.ubuntu.com/Releases ubuntu20.04 is supported until April 2025. Integration tests will continue with...

tests

``` w: Runtime JAR files in the classpath should have the same version. These files were found in the classpath: /Users/andredietisheim/.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/unzipped.com.jetbrains.plugins/com.redhat.devtools.intellij.telemetry-0.0.2.18/Telemetry by Red Hat/lib/kotlin-stdlib-common-1.4.10.jar (version 1.4) /Users/andredietisheim/.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/unzipped.com.jetbrains.plugins/com.redhat.devtools.intellij.telemetry-0.0.2.18/Telemetry by Red Hat/lib/kotlin-stdlib-1.4.10.jar...

kind/task