-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Liveness Probe on CSI SMB pod was restarting multiple times on Windows Server 2022 Node #846
Comments
the smb container is failing, can you increase |
@andyzhangx I have increased and tried these times it was not helping. |
@Ponmuthu-hub where is cpu core num and memory size of your windows node? we found if Windows node is in heavy workloads, the liveness-probe would also fail. |
@andyzhangx CPU core number is 4, memory is 8GB |
The issue was fixed because of this reason microsoft/Windows-Containers#516 |
What happened:
The Liveness probe container was restarting continuously on windows server 2022 node. getting following error:
Events:
Type Reason Age From Message
Warning BackOff 10m (x183 over 97m) kubelet Back-off restarting failed container smb in pod csi-smb-node-win-78wz7_kube-system(de7b8343-5faa-4fbf-8a19-54f23a6cb28b)
Warning Unhealthy 55s (x119 over 123m) kubelet Liveness probe failed: Get "http://10.42.113.131:29643/healthz": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Anything else we need to know?:
This same application was running in windows server 2019 without any issues. This error occurred in windows server 2022 node only.
Environment:
image: registry.k8s.io/sig-storage/smbplugin:v1.16.0
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.12.0
kubectl version
): v1.29.5+rke2r1~$ kubectl describe pod csi-smb-node-win-78wz7 -n kube-system
The text was updated successfully, but these errors were encountered: