kubemark: enable CRI for the hollow nodes

This commit is contained in:
Yu-Ju Hong 2017-02-28 09:11:33 -08:00
parent 1759b87ffe
commit c89e9cdbf1

View File

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