mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
Merge pull request #104481 from AlexeyPerevalov/E2eIsKubeletConfiguration
e2e_node: Properly check for DynamicKubeletConfig
This commit is contained in:
commit
27d3a9ec57
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ func isKubeletConfigEnabled(f *framework.Framework) (bool, error) {
|
|||
}
|
||||
v, ok := cfgz.FeatureGates[string(features.DynamicKubeletConfig)]
|
||||
if !ok {
|
||||
return true, nil
|
||||
return false, nil
|
||||
}
|
||||
return v, nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue