kubelet: Remove the deprecated flag --experimental-check-node-capabilities-before-mount

This commit is contained in:
Mengjiao Liu
2021-09-02 18:49:42 +08:00
parent 2b0ddeb23b
commit beda4cafb6
46 changed files with 15 additions and 310 deletions

View File

@@ -692,10 +692,6 @@ func (_ *FakeVolume) GetAttributes() Attributes {
}
}
func (fv *FakeVolume) CanMount() error {
return nil
}
func (fv *FakeVolume) SetUp(mounterArgs MounterArgs) error {
fv.Lock()
defer fv.Unlock()