Skip to content

Commit 66ad9a9

Browse files
author
Traci Morrison
authored
Merge pull request openshift#10189 from gnufied/fix-controller-restart-docs
Update docs for controller-manager
2 parents 280aa2e + da17b65 commit 66ad9a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev_guide/expanding_persistent_volumes.adoc

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ kubeletArguments:
4949
# systemctl restart atomic-openshift-node
5050
----
5151

52-
. Enable the `ExpandPersistentVolumes` feature gate on the master API:
52+
. Enable the `ExpandPersistentVolumes` feature gate on the master API and Controller-Manager:
5353
+
5454
----
5555
# cat /etc/origin/master/master-config.yaml
@@ -61,6 +61,7 @@ kubernetesMasterConfig:
6161
- ExpandPersistentVolumes=true
6262
6363
# systemctl restart atomic-openshift-master-api
64+
# systemctl restart atomic-openshift-master-controllers
6465
----
6566

6667
[[expanding_glusterfs_pvc]]

0 commit comments

Comments
 (0)