mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
error config attachable plugin
This commit is contained in:
parent
6524b83d53
commit
67aeb09c6a
@ -398,7 +398,7 @@ func (asw *actualStateOfWorld) addVolume(
|
||||
}
|
||||
|
||||
pluginIsAttachable := false
|
||||
if thePlugin, err := asw.volumePluginMgr.FindAttachablePluginBySpec(volumeSpec); err == nil && thePlugin != nil {
|
||||
if attachablePlugin, err := asw.volumePluginMgr.FindAttachablePluginBySpec(volumeSpec); err == nil && attachablePlugin != nil {
|
||||
pluginIsAttachable = true
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user