Remove rkt references in the codebase

This commit is contained in:
Yu-Ju Hong
2018-04-06 12:02:11 -07:00
parent 4009cb3b8b
commit 59741bdfbd
9 changed files with 6 additions and 23 deletions

View File

@@ -152,9 +152,6 @@ func setOldKubeletConfig(f *framework.Framework, oldCfg *kubeletconfig.KubeletCo
}
func enableCPUManagerInKubelet(f *framework.Framework) (oldCfg *kubeletconfig.KubeletConfiguration) {
// Run only if the container runtime is not docker or remote (not rkt).
framework.RunIfContainerRuntimeIs("docker", "remote")
// Enable CPU Manager in Kubelet with static policy.
oldCfg, err := getCurrentKubeletConfig()
framework.ExpectNoError(err)