Closed arno-pons closed 1 week ago
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
What happened:
Since last version of azuredisk csi driver, the liveness for azuredisk node component fails when hostnetwork (
linux.hostnetwork
in chart values) is set to false. A fix has been made but seems to target only the controller deployment.What you expected to happen:
linux.hostnetwork
false value to be supported.How to reproduce it:
Deploy azuredisk csi driver using helm chart in version 1.30.1 or 1.30.2 (probably some 1.29.x also) with a
linux.hostnetwork
false value and see that azuredisk-node daemonset pods are in crashloopback due to liveness failure.Environment:
kubectl version
): 1.25.16