Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Rati committed Sep 4, 2017
1 parent 44bc985 commit 41896e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tasks/administer-cluster/running-cloud-controller.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ The `kube-controller-manager` should not run any cloud-specific controllers, sin
The `kube-apiserver` should not run the Persistent Volume Label admission controller either since the `cloud-controller-manager` takes over labeling persistent volumes. To prevent the Persistent Volume Label admission plugin from running, make sure the `kube-apiserver` has a `--admission-control` flag with a value that does not include `PersistentVolumeLabel`.

For the `cloud-controller-manager` to label persistent volumes, initializers will need to be enabled and an InitializerConifguration needs to be added to the system. Follow [these instructions](/docs/admin/extensible-admission-controllers.md#enable-initializers-alpha-feature) to enable initializers. Use the following YAML to create the InitializerConfiguration:
{% include code.html language="yaml" file="https://github.com/kubernetes/kubernetes/blob/master/examples/cloud-controller-manager/persistent-volume-label-initializer-config.yaml" ghlink="https://github.com/kubernetes/kubernetes/blob/master/examples/cloud-controller-manager/persistent-volume-label-initializer-config.yaml" %}
{% include code.html language="yaml" file="https://raw.githubusercontent.com/kubernetes/kubernetes/master/examples/cloud-controller-manager/persistent-volume-label-initializer-config.yaml" ghlink="https://raw.githubusercontent.com/kubernetes/kubernetes/master/examples/cloud-controller-manager/persistent-volume-label-initializer-config.yaml" %}

0 comments on commit 41896e6

Please sign in to comment.