Revert "kubemark: enable CRI for the hollow nodes"

This reverts commit c89e9cdbf1.
pull/6/head
Yu-Ju Hong 2017-03-07 22:01:41 -08:00
parent d6ae61c3c9
commit 6578d5e842
1 changed files with 2 additions and 0 deletions

View File

@ -159,6 +159,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)