mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +00:00
fix dynamic kubelet config tests
This commit is contained in:
parent
8ad67d3437
commit
668e127a1e
@ -138,7 +138,7 @@ func isKubeletConfigEnabled(f *framework.Framework) (bool, error) {
|
||||
}
|
||||
v, ok := cfgz.FeatureGates[string(features.DynamicKubeletConfig)]
|
||||
if !ok {
|
||||
return false, nil
|
||||
return true, nil
|
||||
}
|
||||
return v, nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user