mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-29 02:43:47 +00:00
Currently, the Kubelet panics when it's started with the `enable-controller-attach-detach=false` option set and a volume is attached to a node. This patch adds a check that prevents the Kubelet from trying to attach or detach CSI volumes and report a proper error warning the user that this use case is not supported.