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

Cannot start dev on podman

Open lgrossma opened this issue 1 year ago • 1 comments

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 an Openshift cluster ? If possible, provide its version: Openshift 4.13.4

What did you run exactly?

Start dev on podman on a created component

Actual behavior

Error saying /Users/lgrossma/.odo/cache/3.15.0/odo-darwin-amd64 dev --forward-localhost --platform podman --debug ✗ unable to access podman. Do you have podman client installed and configured correctly? cause: exec: "podman": executable file not found in $PATH

Expected behavior

The dev is started on podman

Any logs, error output, etc?

I tried the same scenario with the vscode extension successfully. I tried it on the same created component and the odo versions are also the same, altough I am not sure if the same odo binary is used in both cases. This might also be the culprit as the vscode extension odo binary might have different rights and thus can see podman on the path? (just an idea...)

lgrossma avatar Apr 15 '24 12:04 lgrossma

should be fixed, see #637 .

can you paste again the the result of the 'About' action ?

sbouchet avatar Apr 17 '24 15:04 sbouchet