Created
August 6, 2024 11:22
-
-
Save praveenkumar/5ed3a2bacc38615fd4b2b3cf74f445c2 to your computer and use it in GitHub Desktop.
Consuming Podman and kubernetes api using OpenShift Local VM
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Instructions about how to use podman from OpenShift Local VM |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note: Please make sure after the installation if the installer asks to reboot the system then do it before going to next steps.
Open the windows powershell/terminal and run the following
Once you have running cluster using crc then try following
This will provide the podman.exe to the current path, if you already have that then ignore this step and use next one.
Use podman system connection to add the socket for remote
Note: Make sure change the
<user_name>
with actual usernameWith that now you have podman connected to the microshift VM using ssh and you don’t need a podman-machine VM to run podman specific commands.