Files
kubernetes/pkg/volume
Darren Shepherd b560ba1542 Fix CSI initialization conflict
CSI is used by both the kubelet and kube-controller-manager.  Both
components will initialize the csiPlugin with different VolumeHost
objects.  The csiPlugin will then assign a global variable for
the node info manager.  It is then possible that the kubelet gets
the credentials of the kube-controller-manager and that will cause
CSI to fail.
2026-06-12 11:54:18 -03:00
..
2026-06-12 11:54:18 -03:00
2025-01-16 06:13:49 +00:00
2025-10-15 09:42:15 +02:00