Merge pull request #43266 from Erik-McKelvey/patch-1

typo: in system-metrics.md
This commit is contained in:
Kubernetes Prow Robot 2023-10-05 14:58:07 +02:00 committed by GitHub
commit 20ef88884c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ This format is structured plain text, designed so that people and machines can b
## Metrics in Kubernetes
In most cases metrics are available on `/metrics` endpoint of the HTTP server. For components that
doesn't expose endpoint by default it can be enabled using `--bind-address` flag.
don't expose endpoint by default, it can be enabled using `--bind-address` flag.
Examples of those components: