Merge pull request #4856 from ivansumak/patch-1
cluster-autoscaler/cloudprovider/clusterapi/README.md - simple typo fix
This commit is contained in:
commit
8edd866786
|
|
@ -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,
|
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`
|
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`,
|
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
|
annotation will be `test.k8s.io/delete-machine`, and the cluster name label will be
|
||||||
`test.k8s.io/cluster-name`.
|
`test.k8s.io/cluster-name`.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue