mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-15 18:20:02 -03:30
[EOS-11830] Use ETCD port 2381 for metrics (#10332)
This commit is contained in:
committed by
GitHub
parent
2fbbb70baa
commit
7295d13d60
@@ -44,3 +44,9 @@ kubeEtcd:
|
||||
service:
|
||||
enabled: false
|
||||
```
|
||||
|
||||
To fully override metrics exposition urls, define it in the inventory with:
|
||||
|
||||
```yaml
|
||||
etcd_listen_metrics_urls: "http://0.0.0.0:2381"
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user