You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/admin/admission-controllers.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -72,9 +72,9 @@ server if Kubernetes is deployed in a self-hosted way.
72
72
73
73
## What does each admission controller do?
74
74
75
-
### AlwaysAdmit
75
+
### AlwaysAdmit (DEPRECATED)
76
76
77
-
Use this admission controller by itself to pass-through all requests.
77
+
Use this admission controller by itself to pass-through all requests. AlwaysAdmit is DEPRECATED as no real meaning.
78
78
79
79
### AlwaysPullImages
80
80
@@ -86,9 +86,9 @@ scheduled onto the right node), without any authorization check against the imag
86
86
is enabled, images are always pulled prior to starting containers, which means valid credentials are
87
87
required.
88
88
89
-
### AlwaysDeny
89
+
### AlwaysDeny (DEPRECATED)
90
90
91
-
Rejects all requests. Used for testing.
91
+
Rejects all requests. AlwaysDeny is DEPRECATED as no real meaning.
92
92
93
93
### DefaultStorageClass
94
94
@@ -418,15 +418,15 @@ subresource of the referenced *owner* can change it.
418
418
{% assign for_k8s_version="v1.9" %}{% include feature-state-alpha.md %}
419
419
The `PVCProtection` plugin adds the `kubernetes.io/pvc-protection` finalizer to newly created Persistent Volume Claims (PVCs). In case a user deletes a PVC the PVC is not removed until the finalizer is removed from the PVC by PVC Protection Controller. Refer to the [PVC Protection](/docs/concepts/storage/persistent-volumes/#persistent-volume-claim-protection) for more detailed information.
420
420
421
-
### PersistentVolumeLabel
421
+
### PersistentVolumeLabel (DEPRECATED)
422
422
423
423
This admission controller automatically attaches region or zone labels to PersistentVolumes
424
424
as defined by the cloud provider (for example, GCE or AWS).
425
425
It helps ensure the Pods and the PersistentVolumes mounted are in the same
426
426
region and/or zone.
427
427
If the admission controller doesn't support automatic labelling your PersistentVolumes, you
428
428
may need to add the labels manually to prevent pods from mounting volumes from
429
-
a different zone.
429
+
a different zone. PersistentVolumeLabel is DEPRECATED and labeling persistent volumes has been taken over by [cloud controller manager](/docs/tasks/administer-cluster/running-cloud-controller/).
0 commit comments