mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 21:17:23 +00:00
Merge pull request #104481 from AlexeyPerevalov/E2eIsKubeletConfiguration
e2e_node: Properly check for DynamicKubeletConfig
This commit is contained in:
commit
27d3a9ec57
@ -188,7 +188,7 @@ func isKubeletConfigEnabled(f *framework.Framework) (bool, error) {
|
|||||||
}
|
}
|
||||||
v, ok := cfgz.FeatureGates[string(features.DynamicKubeletConfig)]
|
v, ok := cfgz.FeatureGates[string(features.DynamicKubeletConfig)]
|
||||||
if !ok {
|
if !ok {
|
||||||
return true, nil
|
return false, nil
|
||||||
}
|
}
|
||||||
return v, nil
|
return v, nil
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user