mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
Rename experimental-runtime-integration-type to experimental-cri
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user