Skip to content

Commit 67aeb09

Browse files
committed
error config attachable plugin
1 parent 6524b83 commit 67aeb09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/kubelet/volumemanager/cache/actual_state_of_world.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ func (asw *actualStateOfWorld) addVolume(
398398
}
399399

400400
pluginIsAttachable := false
401-
if thePlugin, err := asw.volumePluginMgr.FindAttachablePluginBySpec(volumeSpec); err == nil && thePlugin != nil {
401+
if attachablePlugin, err := asw.volumePluginMgr.FindAttachablePluginBySpec(volumeSpec); err == nil && attachablePlugin != nil {
402402
pluginIsAttachable = true
403403
}
404404

0 commit comments

Comments
 (0)