diff --git a/agent/config/config.go b/agent/config/config.go index 99022cca49d..095f4b57a11 100644 --- a/agent/config/config.go +++ b/agent/config/config.go @@ -36,7 +36,7 @@ const ( DockerReservedSSLPort = 2376 // DockerTagSeparator is the charactor used to separate names and tag in docker DockerTagSeparator = ":" - // DockerDefaultTag is the default tag used by docker + // DefaultDockerTag is the default tag used by docker DefaultDockerTag = "latest" SSHPort = 22 @@ -75,7 +75,7 @@ const ( // image cleanup. DefaultNumImagesToDeletePerCycle = 5 - // DefaultNumImagesToDeletePerCycle specifies the default number of nonecs containers to delete when agent performs + // DefaultNumNonECSContainersToDeletePerCycle specifies the default number of nonecs containers to delete when agent performs // nonecs containers cleanup. DefaultNumNonECSContainersToDeletePerCycle = 5 diff --git a/agent/config/config_unix.go b/agent/config/config_unix.go index 17f21163da7..b2238058aa8 100644 --- a/agent/config/config_unix.go +++ b/agent/config/config_unix.go @@ -28,7 +28,7 @@ const ( AgentCredentialsAddress = "" // this is left blank right now for net=bridge // defaultAuditLogFile specifies the default audit log filename defaultCredentialsAuditLogFile = "/log/audit.log" - // Default cgroup prefix for ECS tasks + // DefaultTaskCgroupPrefix is default cgroup prefix for ECS tasks DefaultTaskCgroupPrefix = "/ecs" // Default cgroup memory system root path, this is the default used if the