Skip to content

Commit 71a3c62

Browse files
committed
deprecate three admission controller
1 parent bc00407 commit 71a3c62

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/admin/admission-controllers.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ server if Kubernetes is deployed in a self-hosted way.
7272

7373
## What does each admission controller do?
7474

75-
### AlwaysAdmit
75+
### AlwaysAdmit (DEPRECATED)
7676

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.
7878

7979
### AlwaysPullImages
8080

@@ -86,9 +86,9 @@ scheduled onto the right node), without any authorization check against the imag
8686
is enabled, images are always pulled prior to starting containers, which means valid credentials are
8787
required.
8888

89-
### AlwaysDeny
89+
### AlwaysDeny (DEPRECATED)
9090

91-
Rejects all requests. Used for testing.
91+
Rejects all requests. AlwaysDeny is DEPRECATED as no real meaning.
9292

9393
### DefaultStorageClass
9494

@@ -418,15 +418,15 @@ subresource of the referenced *owner* can change it.
418418
{% assign for_k8s_version="v1.9" %}{% include feature-state-alpha.md %}
419419
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.
420420

421-
### PersistentVolumeLabel
421+
### PersistentVolumeLabel (DEPRECATED)
422422

423423
This admission controller automatically attaches region or zone labels to PersistentVolumes
424424
as defined by the cloud provider (for example, GCE or AWS).
425425
It helps ensure the Pods and the PersistentVolumes mounted are in the same
426426
region and/or zone.
427427
If the admission controller doesn't support automatic labelling your PersistentVolumes, you
428428
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 in favor of PersistentVolumeLabelController in [cloud controller manager](https://kubernetes.io/docs/tasks/administer-cluster/running-cloud-controller/).
430430

431431
### PodNodeSelector
432432

0 commit comments

Comments
 (0)