diff --git a/command/agent/agent.go b/command/agent/agent.go index 5eb17468e4..c3b34f5465 100644 --- a/command/agent/agent.go +++ b/command/agent/agent.go @@ -120,6 +120,7 @@ func Create(config *Config, logOutput io.Writer) (*Agent, error) { Service: consul.ConsulServiceName, ID: consul.ConsulServiceID, Port: agent.config.Ports.Server, + Tags: []string{}, } agent.state.AddService(&consulService) } else {