Merge pull request #4856 from ivansumak/patch-1

cluster-autoscaler/cloudprovider/clusterapi/README.md - simple typo fix
This commit is contained in:
Kubernetes Prow Robot 2022-05-05 04:36:20 -07:00 committed by GitHub
commit 8edd866786
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ annotations for minimum and maximum size to change.
This behavior will also affect the machine annotation on nodes, the machine deletion annotation,
and the cluster name label. For example, if `CAPI_GROUP=test.k8s.io`
then the minimum size annotation key will be `test.k8s.io/cluster-api-autoscaler-node-group-min-size`,
the machine annotation on nodes will be `test.8s.io/machine`, the machine deletion
the machine annotation on nodes will be `test.k8s.io/machine`, the machine deletion
annotation will be `test.k8s.io/delete-machine`, and the cluster name label will be
`test.k8s.io/cluster-name`.