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. No toolbar should be visible if if the editor is empty 2. A toolbar/notification should be displayed if the editor contains at least: ``` apiVersion: ... kind: ... ```...

kind/bug
severity/minor
editor

IDEA 2023.3.2, running grdale runIde task, got the below error each time: ``` 2024-01-11 11:40:56,742 [ 10770] WARN - #c.i.i.s.i.StartupManagerImpl - Migrate com.redhat.devtools.intellij.kubernetes.KubernetesPluginInitializer to ProjectActivity [Plugin: com.redhat.devtools.intellij.kubernetes] com.intellij.diagnostic.PluginException: Migrate com.redhat.devtools.intellij.kubernetes.KubernetesPluginInitializer...

severity/minor
IC-2023.2

If you want to expose a service you'd use an `Ingress` (Kubernetes) or a `Route` (OpenShift). Currently I have to open the resource in an editor, copy the url and...

kind/feature

**Steps:** 1. EXEC: launch a cluster with the cluster bot (you need quite some resources) 1. EXEC: push the following to the cluster using an editor ```yaml apiVersion: apps/v1 kind:...

**Steps:** 1. EXEC: "Edit" some resource (ex. Pod) 2. EXEC: in the editor: add some forbidden characters to the name (ex. ",") 3. EXEC: inspect the name that is reported...

severity/minor
editor

do-not-merge/work-in-progress

We currently dont allow any modification (create new, delete, edit) to the contexts that exists in the kube config. As a user I'd like to be able to at least...

kind/feature

There is a Documentation Tab available for plugins on JetBrains Marketplace. For IntelliJ K8s we should add that so that it helps the user to follow all the features the...

we're currently using `v.1.24.2` schema. `1.25.3` went available in the meantime: https://raw.githubusercontent.com/kubernetes/kubernetes/v1.25.3/api/openapi-spec/swagger.json

kind/enhancement
editor
schema