Reintroduce probe checkpoint flags for kernel version and OS

Removed unintentionally in https://github.com/weaveworks/scope/pull/2148
This commit is contained in:
Alfonso Acosta
2017-02-09 17:28:36 +00:00
parent 35182c8cb7
commit eb4027a97c

View File

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