intellij-openshift-connector icon indicating copy to clipboard operation
intellij-openshift-connector copied to clipboard

IntelliJ OpenShift Toolkit

Results 124 intellij-openshift-connector issues
Sort by recently updated
recently updated
newest added

## What versions of software are you using? - Operating System: MacOS 14.4.1 - IntelliJ version: 2024.1 (Ultimate Edition) - Extension version: 1.8.1-20240413-011732 - Are you targeting a kubernetes or...

bug

**Steps:** 1. ASSERT: have a locally created component 2. EXEC: pick "Start Dev on Cluster" 3. EXEC: pick "Debug" in context menu to your component **Resut:** A dialog shows up...

enhancement

## What versions of software are you using? - Operating System: MacOS 14.4.1 - IntelliJ version: 24.1 ultimate - Extension version: 1.8.1-20240413-011732 - Are you targeting a kubernetes or an...

bug

## What versions of software are you using? - Operating System: MacOS 14 - IntelliJ version: 24.1 ultimate - Extension version: 1.8.1-20240413-011732 - Are you targeting a kubernetes or an...

bug

Maybe you could add a unit test in `DevOnPodmanComponentActionTest` testing enablement when podman is present/not present? _Originally posted by @adietish in https://github.com/redhat-developer/intellij-openshift-connector/pull/773#discussion_r1562585674_

tests

**Steps:** 1. ASSERT: use minikube 2. EXEC: apply the following RBAC rules ```yaml kubectl apply -f - kind: ClusterRole apiVersion: rbac.authorization.k8s.io/v1 metadata: namespace: default name: can-read-pods rules: - apiGroups: [""]...

bug

- Operating System: MacOS13 - IntelliJ version: 2022.2.3 ultimate - OpenShift version: 1.3.0.172 When component is in dev mode (running), changes made to files are propagated as expected, but that...

bug

related to #618 (where part of the solution is to be able to switch current project/namespace) related to #630 (where a kube config without a current context can only be...

feature

related to https://github.com/redhat-developer/vscode-openshift-tools/issues/2883 We currently only offer a text field for additional parameters. We should offer an editor which defaults the `helm show values` like the openshift web console, helm...

feature
helm

[kind/Feature] ## Which functionality do you think we should add? there are some preferences that can be changed by users if they want to: - odo tool download silent or...