Open vyasgun opened 3 days ago
I went through same steps and having same version of wsl but not able to reproduce this on a fresh installed windows system and latest podman-desktop
> wsl.exe --version
WSL version: 2.3.24.0
Kernel version: 5.15.153.1-2
WSLg version: 1.0.65
MSRDC version: 1.2.5620
Direct3D version: 1.611.1-81528511
DXCore version: 10.0.26100.1-240331-1435.ge-release
Windows version: 10.0.22631.4317
> kubectl --kubeconfig=kubeconfig get pods -A
NAMESPACE NAME READY STATUS RESTARTS AGE
kube-flannel kube-flannel-ds-m4bg9 1/1 Running 1 (4m32s ago) 5m28s
kube-proxy kube-proxy-v9xwg 1/1 Running 0 5m27s
kube-system csi-snapshot-controller-7c8c9f547f-472sc 1/1 Running 0 5m35s
kube-system csi-snapshot-webhook-594f8ccbd7-gnmqf 1/1 Running 0 5m38s
openshift-dns dns-default-5zxkz 2/2 Running 0 5m3s
openshift-dns node-resolver-r5zjs 1/1 Running 0 5m28s
openshift-ingress router-default-f57574787-k8bdx 1/1 Running 0 5m35s
openshift-service-ca service-ca-8bfc7d879-lhqcg 1/1 Running 0 5m35s
Followed the steps in minp README
wsl
version withcgroup2fs
enabledDetails of the podman machine
On inspecting the existing pods, the flannel deployment has not been created which is causing all the pods to remainstuck in
Pending
On inspecting the
microshift
logs