Skip to content

Commit bd6b0ce

Browse files
Merge pull request #18401 from deads2k/server-03-enable-toleration
Automatic merge from submit-queue. enable pod toleration checks by default This enables the admission plugin checking pod tolerations by default. @aveshagarwal are pod tolerations still alpha? I noticed the annotation name in the plugin.
2 parents 49100d9 + c0a8c78 commit bd6b0ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/server/origin/admission/register.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ var (
9898
"PersistentVolumeLabel",
9999
"DefaultStorageClass",
100100
"OwnerReferencesPermissionEnforcement",
101+
"PodTolerationRestriction",
101102
"ResourceQuota",
102103
"openshift.io/ClusterResourceQuota",
103104
"openshift.io/IngressAdmission",
@@ -124,7 +125,6 @@ var (
124125
"Initializers",
125126
"ValidatingAdmissionWebhook",
126127
"MutatingAdmissionWebhook",
127-
"PodTolerationRestriction",
128128
"ExtendedResourceToleration",
129129
"PVCProtection",
130130
expandpvcadmission.PluginName,

0 commit comments

Comments
 (0)