We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 280aa2e + da17b65 commit 66ad9a9Copy full SHA for 66ad9a9
dev_guide/expanding_persistent_volumes.adoc
@@ -49,7 +49,7 @@ kubeletArguments:
49
# systemctl restart atomic-openshift-node
50
----
51
52
-. Enable the `ExpandPersistentVolumes` feature gate on the master API:
+. Enable the `ExpandPersistentVolumes` feature gate on the master API and Controller-Manager:
53
+
54
55
# cat /etc/origin/master/master-config.yaml
@@ -61,6 +61,7 @@ kubernetesMasterConfig:
61
- ExpandPersistentVolumes=true
62
63
# systemctl restart atomic-openshift-master-api
64
+# systemctl restart atomic-openshift-master-controllers
65
66
67
[[expanding_glusterfs_pvc]]
0 commit comments