kubernetes-sigs / azuredisk-csi-driver

Azure Disk CSI Driver
Apache License 2.0
147 stars 192 forks source link

azuredisk node liveness failure when hostnetwork is false #2431

Closed arno-pons closed 1 week ago

arno-pons commented 4 months ago

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:

k8s-triage-robot commented 1 month 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:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

andyzhangx commented 1 week ago

fixed by https://github.com/kubernetes-sigs/azuredisk-csi-driver/pull/2521