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

Console URL is wrong when using kubernetes cluster

Open sbouchet opened this issue 3 years ago • 0 comments

[kind/bug]

What versions of software are you using?

  • Operating System: RHEL 8
  • IntelliJ version: 2021.1
  • OpenShift version: Minilkube

What did you run exactly?

using minikube cluster, the "open console dashboard" action returns a bad URL by default

Actual behavior

URL returned is https://127.0.0.1:8443/console

Expected behavior

as explained here, https://github.com/kubernetes/dashboard/blob/master/docs/user/accessing-dashboard/README.md it should be something like http://127.0.0.1:36929/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy

Any logs, error output, etc?

sbouchet avatar Nov 25 '21 14:11 sbouchet