kubemark: enable CRI in the hollow kubelet

pull/6/head
Yu-Ju Hong 2017-03-09 09:52:17 -08:00
parent 7b4bec038c
commit 9878c1884d
1 changed files with 0 additions and 2 deletions

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)