-
Notifications
You must be signed in to change notification settings - Fork 14.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added documentation around creating the InitializerConfiguration for …
…the persistent volume label controller in the cloud-controller-manager (#5255)
- Loading branch information
1 parent
7c19f53
commit 733de0e
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
docs/tasks/administer-cluster/persistent-volume-label-initializer-config.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
kind: InitializerConfiguration | ||
apiVersion: admissionregistration.k8s.io/v1alpha1 | ||
metadata: | ||
name: pvlabel.kubernetes.io | ||
initializers: | ||
- name: pvlabel.kubernetes.io | ||
rules: | ||
- apiGroups: | ||
- "" | ||
apiVersions: | ||
- "*" | ||
resources: | ||
- persistentvolumes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters