Merge pull request #104732 from mengjiao-liu/remove-flag-experimental-check-node-capabilities-before-mount

kubelet: Remove the deprecated flag `--experimental-check-node-capabilities-before-mount`
This commit is contained in:
Kubernetes Prow Robot
2022-02-24 07:56:30 -08:00
committed by GitHub
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()