Better messaging for missing volume components on host to perform mount
This commit is contained in:

committed by
rkouj

parent
3bd8704489
commit
d81e216fc6
@@ -120,7 +120,8 @@ func NewAttachDetachController(
|
||||
operationexecutor.NewOperationExecutor(
|
||||
kubeClient,
|
||||
&adc.volumePluginMgr,
|
||||
recorder)
|
||||
recorder,
|
||||
false) // flag for experimental binary check for volume mount
|
||||
adc.nodeStatusUpdater = statusupdater.NewNodeStatusUpdater(
|
||||
kubeClient, nodeInformer, adc.actualStateOfWorld)
|
||||
adc.reconciler = reconciler.NewReconciler(
|
||||
|
Reference in New Issue
Block a user