Consul 使用过程中的FAQ
联网版本检查
==> Failed to check for updates: Get https://checkpoint-api.hashicorp.com/v1/check/consul?arch=amd64&os=linux&signature=33c85560-784e-27cf-802d-6ae0ec8d197f&version=1.1.0: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
企业版v1.0.5
之后,提供了新的配置选项disable_update_check
可禁止检查。或修改agent/config/flags.go
源码:
add(&f.Config.DisableUpdateCheck, "disable_update_check", "Disable consul update check.")