intellij-kubernetes
intellij-kubernetes copied to clipboard
IntelliJ Kubernetes plugin
related to https://github.com/redhat-developer/intellij-openshift-connector/issues/889 Current Next EAP nightly ( 2024.2 ) is failing due to major changes. With RC out, time to get this fixed.
related to #553 Env variables in containers (and other resources) can be referenced by expressions. example: In `Pod > spec > containers > [mycontainer] > env` (and other places): ```yaml...
related to #553 `kubectl describe pod ` lists events for the pod it is describing. The current implementation in #553 is missing this. ``` Events: Type Reason Age From Message...
related to #553 We currently only report QOS for pods which have a `QosClass` in their status (`Pod.status.qosClass`). If this is missing, we're reporting ``. A Qos can still be...
related to #553 #553 currently doesn't print the volume attributes for a CSI Volume Source. `kubectl` does the following: https://github.com/kubernetes/kubectl/blob/b315eb8455a7d5c11ed788d1592b4afeca85771d/pkg/describe/describe.go#L1431 ```go printCSIPersistentVolumeAttributesMultiline(w, "VolumeAttributes", csi.VolumeAttributes) ``` ```go func printCSIPersistentVolumeAttributesMultilineIndent(w PrefixWriter, initialIndent,...
The PushNotification is not useful for GitOps workflows, and it is distracting to the user. There should be an option to disable the PushNotification. (i.e. the "Push to create Deployment...
depends on https://github.com/redhat-developer/intellij-redhat-telemetry/issues/82 once https://github.com/redhat-developer/intellij-redhat-telemetry/issues/82 is merged and telemetry published, we should use this telemetry instead.
fixes #763
fixes #791
Related to #553 There are no "describe" events reported in amplitude. At first sight, I dont see telemetry events being sent in code.