Fix: typo in cloud-controller.md

The cloud-controller-manager is a Kubernetes control plane component" according to docs. That is, a singular manager. This PR fixes typo in docs where it was referenced to as "cloud controller managers".
This commit is contained in:
Simas Butavičius
2022-01-19 16:03:41 +02:00
committed by GitHub
parent 564baf15c1
commit d6ca144def
@@ -78,7 +78,7 @@ when you declare a Service resource that requires them.
## Authorization
This section breaks down the access that the cloud controller managers requires
This section breaks down the access that the cloud controller manager requires
on various API objects, in order to perform its operations.
### Node controller {#authorization-node-controller}