Skip to content

Commit 6b77491

Browse files
author
adisky
authored
Fix a typo in running cloud controller doc
1 parent de59a85 commit 6b77491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/administer-cluster/running-cloud-controller.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ As of v1.8, cloud controller manager can implement:
5454
* node controller - responsible for updating kubernetes nodes using cloud APIs and deleting kubernetes nodes that were deleted on your cloud.
5555
* service controller - responsible for loadbalancers on your cloud against services of type LoadBalancer.
5656
* route controller - responsible for setting up network routes on your cloud
57-
* persistent valume labels controller - responsible for setting the zone and region labels on PersistentVolumes created in GCP and AWS clouds.
57+
* persistent volume labels controller - responsible for setting the zone and region labels on PersistentVolumes created in GCP and AWS clouds.
5858
* any other features you would like to implement if you are running an out-of-tree provider.
5959

6060

0 commit comments

Comments
 (0)