Merge pull request #2224 from weaveworks/fix-checkpoint-base-flags

Reintroduce probe checkpoint flags for kernel version and OS
This commit is contained in:
Alfonso Acosta
2017-02-11 13:30:41 +01:00
committed by GitHub

View File

@@ -47,7 +47,7 @@ var (
)
func checkNewScopeVersion(flags probeFlags) {
checkpointFlags := map[string]string{}
checkpointFlags := makeBaseCheckpointFlags()
if flags.kubernetesEnabled {
checkpointFlags["kubernetes_enabled"] = "true"
}