diff options
| author | Dan Engelbrecht <[email protected]> | 2026-04-11 14:09:37 +0200 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2026-04-11 14:09:37 +0200 |
| commit | da9c578673d03d76119e21ee0f1f6e20df77709a (patch) | |
| tree | f9b53694a69747bbb620c53c365b3c7dea93e9af /docs | |
| parent | hub deprovision all (#938) (diff) | |
| download | zen-da9c578673d03d76119e21ee0f1f6e20df77709a.tar.xz zen-da9c578673d03d76119e21ee0f1f6e20df77709a.zip | |
`--consul-register-hub` option to disable hub parent service Consul registration (#939)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/hub.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/hub.md b/docs/hub.md index 78d05f9b9..310087284 100644 --- a/docs/hub.md +++ b/docs/hub.md @@ -308,6 +308,7 @@ when `endpoint` is empty. | `--consul-token-env` | `hub.consul.tokenenv` | `CONSUL_HTTP_TOKEN` | Name of the environment variable from which the Consul access token is read. | | `--consul-health-interval-seconds` | `hub.consul.healthintervalseconds` | `10 s` | Interval in seconds between Consul health checks. | | `--consul-deregister-after-seconds` | `hub.consul.deregisterafterseconds` | `30 s` | Seconds after which Consul deregisters the service if health checks stop passing. | +| `--consul-register-hub` | `hub.consul.registerhub` | `true` | Register the hub parent service with Consul. Instance registration is unaffected. | --- |