Docs: Enable metrics in manifest-based deployments. (#13235)

Co-authored-by: Felipe Rubio <felipe.andrez@live.cl>
This commit is contained in:
k8s-infra-cherrypick-robot 2025-04-16 22:39:07 -07:00 committed by GitHub
parent 97da33b607
commit 41a861e928
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -72,6 +72,9 @@ This tutorial will show you how to install [Prometheus](https://prometheus.io/)
spec:
containers:
- name: controller
args:
..
- '--enable-metrics=true'
ports:
- name: prometheus
containerPort: 10254