File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 441441## to make it easier for (human) operators to tell one cluster from another.
442442# cluster_name = dev3.eng.megacorp.local
443443
444+ ## Optional key-value pairs that tag (label) the cluster.
445+ ## They will be reported by CLI tools, by the HTTP API at 'GET /api/overview',
446+ ## and potentially in other contexts.
447+
448+ # cluster_tags.region = us-east-1
449+ # cluster_tags.zone = us-east-1d
450+ # cluster_tags.project = an-iot-thing
451+
452+ # cluster_tags.role = mqtt-ingress
453+ # cluster_tags.environment = staging
454+
455+
444456## Selects the default strategy used to pick a node to place a new queue leader replica
445457## on. Can be overridden by the `x-queue-leader-locator` optional queue argument
446458## at declaration time.
You can’t perform that action at this time.
0 commit comments