Add checkpoint flag for ECS

This commit is contained in:
Alfonso Acosta
2016-11-24 12:20:32 +00:00
committed by Mike Lang
parent f8b1f71f06
commit ab1d2d2c6d

View File

@@ -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()