mirror of https://github.com/k3s-io/k3s
fix dynamic kubelet config tests
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