mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-14 13:35:12 +00:00
Merge pull request #104481 from AlexeyPerevalov/E2eIsKubeletConfiguration
e2e_node: Properly check for DynamicKubeletConfig
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user