- podman machine init
- podman machine start
- minikube start --driver=podman
powershell 이 시스템에서 스크립트를 실행할 수 없으므로 Microsoft.PowerShell_profile.ps1 파일을 로드할 수 없습니다.
minikube ps1 alias
try
- wsl --update
- wsl --shutdown
- https://superuser.com/questions/1776464/ubuntu-crashes-on-windows-0x80040326-wsl-error
podman not working. do trouble shooting.
PS C:\test-git-ops> podman ps
Cannot connect to Podman. Please verify your connection to the Linux system using `podman system connection list`, or try `podman machine init` and `podman machine start` to manage a new Linux VM
Error: unable to connect to Podman socket: failed to connect: ssh: handshake failed: read tcp 127.0.0.1:49319->127.0.0.1:50653: wsarecv: An existing connection was forcibly closed by the remote host.
- check wsl is working
-
Step 1: Delete the corrupted minikube profile
- minikube delete
-
Step 2: Start a fresh minikube with podman driver
- minikube start --driver=podman
-
Optional: If the above doesn't work, reset Podman too
- podman machine stop
- podman machine rm
- podman machine init
- podman machine start
-
Then start minikube
- minikube start --driver=podman