Merge pull request #41460 from yujuhong/fix_kubemark

Disable CRI in hollow-node
This commit is contained in:
Wojciech Tyczynski 2017-02-15 08:28:32 +01:00 committed by GitHub
commit 65cfd86c89

View File

@ -160,6 +160,8 @@ func GetHollowKubeletConfig(
c.SerializeImagePulls = true
c.SystemCgroups = ""
c.ProtectKernelDefaults = false
// TODO: This is a temporary workaround until we fix CRI+kubemark properly.
c.EnableCRI = false
// TODO(mtaufen): Note that PodInfraContainerImage was being set to the empty value before,
// but this may not have been intentional. (previous code (SimpleKubelet)