Skip to content

Commit

Permalink
Merge pull request #2224 from weaveworks/fix-checkpoint-base-flags
Browse files Browse the repository at this point in the history
Reintroduce probe checkpoint flags for kernel version and OS
  • Loading branch information
Alfonso Acosta authored Feb 11, 2017
2 parents c179ce6 + eb4027a commit cc59b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prog/probe.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var (
)

func checkNewScopeVersion(flags probeFlags) {
checkpointFlags := map[string]string{}
checkpointFlags := makeBaseCheckpointFlags()
if flags.kubernetesEnabled {
checkpointFlags["kubernetes_enabled"] = "true"
}
Expand Down

0 comments on commit cc59b47

Please sign in to comment.