Merge pull request #105003 from swatisehgal/getallocatable-to-beta

podresource-api: getAllocatableResources to Beta
This commit is contained in:
Kubernetes Prow Robot
2021-10-13 17:43:27 -07:00
committed by GitHub
3 changed files with 7 additions and 12 deletions

View File

@@ -854,7 +854,6 @@ func enablePodResourcesFeatureGateInKubelet(f *framework.Framework) (oldCfg *kub
if newCfg.FeatureGates == nil {
newCfg.FeatureGates = make(map[string]bool)
}
newCfg.FeatureGates["KubeletPodResourcesGetAllocatable"] = true
// Update the Kubelet configuration.
framework.ExpectNoError(setKubeletConfiguration(f, newCfg))