Rename experimental-runtime-integration-type to experimental-cri

This commit is contained in:
Yu-Ju Hong
2016-11-06 09:20:57 -08:00
parent dbc4121e16
commit dcce768a3e
21 changed files with 55 additions and 59 deletions

View File

@@ -335,7 +335,7 @@ func (cm *containerManagerImpl) setupNode() error {
systemContainers := []*systemContainer{}
if cm.ContainerRuntime == "docker" {
dockerVersion := getDockerVersion(cm.cadvisorInterface)
if cm.RuntimeIntegrationType == "cri" {
if cm.EnableCRI {
// If kubelet uses CRI, dockershim will manage the cgroups and oom
// score for the docker processes.
// In the future, NodeSpec should mandate the cgroup that the