redhat-developer / intellij-openshift-connector

IntelliJ OpenShift Toolkit
https://plugins.jetbrains.com/plugin/12030-openshift-toolkit-by-red-hat/
Eclipse Public License 2.0
16 stars 23 forks source link

As a user I would like to set/change the current context #639

Open adietish opened 10 months ago

adietish commented 10 months ago

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 corrected by logging into the cluster)

In the current impl on IDEA one cannot switch/set the current context. One can do it in intellij-kubernetes but the noob user is not aware of this, we should offer an explicit option in our plugin.

adietish commented 1 month ago

The implementation for this would slightly change once we use kubernetes-client 7.0.0 which supports multiple config files. We thus decided to postpone this and do it once we bumped to kubernetes-client 7.0.0