intellij-kubernetes
intellij-kubernetes copied to clipboard
IntelliJ Kubernetes plugin
taken from https://github.com/redhat-developer/intellij-kubernetes/pull/548#issuecomment-1399406965 CC @cloorc "Describe" is provided in the context menu of resource tree items in vscode. It prints detailed informations about a k8s resources.
This was reported in https://github.com/redhat-developer/intellij-kubernetes/pull/282#discussion_r736236112 **Steps:** 1. EXEC: create a deployment ``` --- apiVersion: "v1" kind: "Pod" metadata: creationTimestamp: "2021-10-19T16:16:46Z" name: "countdown-42a" spec: containers: - command: - "bin/bash" - "-c"...
When I have a service on my cluster, how can I test it without adding an Ingress? I can port forward to it like it's possible in Lens IDE:
We currently list all contexts that exist in ~/.kube/config. This leads to a lengthy tree where the user has to scroll a lot until she/he gets to active context which...
Double click should just expand the namespaces. Steps to reproduce: 1. runIde 2. have a cluster (ex. openshift) 3. expand cluster 4. double click on "Namespaces" -> opens editor for...
Current approach is to have 1 current namespace at the time. That's how kubectl works and that's also what vscode-kubernetes-tools and the jetbrains plugin do. In the reviews of the...
Currently there's no way to start a Red Hat Developer Sandbox in IDEA when there's no openshift plugin. The latter has this option when logging into a cluster:
related to #658 In #658 we re-introduced the notification for a single-resource editor which tells the user that the resource was successfully created. We're still missing this for the multi-resource...
**Steps:** 1. EXEC: open the following yaml in an editor ```yaml --- apiVersion: v1 kind: Service metadata: annotations: app.quarkus.io/build-timestamp: 2023-06-30 - 12:24:49 +0000 labels: app.kubernetes.io/name: openshift-quickstart app.kubernetes.io/version: 1.0.0-SNAPSHOT app.kubernetes.io/managed-by: quarkus...
Tests are unstable because of cluster. Try to use another cluster, for example "kind".