mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +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
|
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
|
pluginIsAttachable = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user