mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 18:20:27 +00:00
Add checkpoint flag for ECS
This commit is contained in:
committed by
Mike Lang
parent
f8b1f71f06
commit
ab1d2d2c6d
@@ -95,6 +95,9 @@ func probeMain(flags probeFlags, targets []appclient.Target) {
|
||||
if flags.kubernetesEnabled {
|
||||
checkpointFlags["kubernetes_enabled"] = "true"
|
||||
}
|
||||
if flags.ecsEnabled {
|
||||
checkpointFlags["ecs_enabled"] = "true"
|
||||
}
|
||||
go check(checkpointFlags)
|
||||
|
||||
handlerRegistry := controls.NewDefaultHandlerRegistry()
|
||||
|
||||
Reference in New Issue
Block a user