• Darren Shepherd's avatar
    Fix CSI initialization conflict · 1a1ff2f7
    Darren Shepherd authored
    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.
    1a1ff2f7
Name
Last commit
Last update
..
csiv0 Loading commit data...
fake Loading commit data...
nodeinfomanager Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
csi_attacher.go Loading commit data...
csi_attacher_test.go Loading commit data...
csi_block.go Loading commit data...
csi_block_test.go Loading commit data...
csi_client.go Loading commit data...
csi_client_test.go Loading commit data...
csi_drivers_store.go Loading commit data...
csi_drivers_store_test.go Loading commit data...
csi_metrics.go Loading commit data...
csi_metrics_test.go Loading commit data...
csi_mounter.go Loading commit data...
csi_mounter_test.go Loading commit data...
csi_plugin.go Loading commit data...
csi_plugin_test.go Loading commit data...
csi_test.go Loading commit data...
csi_util.go Loading commit data...
csi_util_test.go Loading commit data...
expander.go Loading commit data...
expander_test.go Loading commit data...