Hello,
I have a on-prem k8s with Purestorage FA setup and there are some containers that have failed.
systemctl status kubelet(on worker node)
Mar 07 18:17:39 na-203-37 kubelet[2297444]: I0307 18:17:39.968835 2297444 prober.go:114] "Probe failed" probeType="Readiness" pod="portworx/px-cluster-9b55fea9-7a17-4685-9aa4-8e1728a654ae-w664p" podUID=6773ef37-a852-4859-af45-c3dbae7f4375 containerName="portworx" probeResult=failure output="HTTP probe failed with statuscode: 503"
Mar 07 18:17:40 na-203-37 kubelet[2297444]: I0307 18:17:40.898234 2297444 prober.go:114] "Probe failed" probeType="Readiness" pod="portworx/portworx-api-s9z8j" podUID=202416d8-7e73-4f22-841a-1f6a319bbb26 containerName="portworx-api" probeResult=failure output="Get \"http://127.0.0.1:9001/status\": dial tcp 127.0.0.1:9001: connect: connection refused"
Mar 07 18:17:41 na-203-37 kubelet[2297444]: E0307 18:17:41.553387 2297444 summary_sys_containers.go:48] "Failed to get system container stats" err="failed to get cgroup stats for \"/kube.slice/containerd.service\": failed to get container info for \"/kube.slice/containerd.service\": unknown container \"/kube.slice/containerd.service\"" containerName="/kube.slice/containerd.service"
Also see an error about having the wrong multipath version but I cannot find a way to install a newer version on to Ubuntu 20.
kubectl describe pod/px-cluster-9b55fea9-7a17-4685-9aa4-8e1728a654ae-w664p -n portworx
Warning NodeStartFailure 6s (x17 over 12m) portworx Failed to start Portworx: detected provider Pure but FlashArray software dependencies missing: multipath version 0.8.8 (between 0.7.7 and 0.9.3) on Ubuntu 20.x and above is known to have issues with crashing and/or high CPU usage. Upgrade multipathd to version 0.9.4 or higher to avoid this issue.: Please see http://docs.portworx.com/cloud-references/auto-disk-provisioning/pure-flash-array/ for further steps
Deric