mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-21 09:57:52 +00:00
kubelet: Remove the deprecated flag --experimental-check-node-capabilities-before-mount
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user