mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-05 03:01:11 +00:00
Merge pull request #2224 from weaveworks/fix-checkpoint-base-flags
Reintroduce probe checkpoint flags for kernel version and OS
This commit is contained in:
@@ -47,7 +47,7 @@ var (
|
||||
)
|
||||
|
||||
func checkNewScopeVersion(flags probeFlags) {
|
||||
checkpointFlags := map[string]string{}
|
||||
checkpointFlags := makeBaseCheckpointFlags()
|
||||
if flags.kubernetesEnabled {
|
||||
checkpointFlags["kubernetes_enabled"] = "true"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user