Add the ValidatingAdmissionWebhook controller.
parent
a5afebdc40
commit
b227d6d5e9
|
@ -42,6 +42,7 @@ var DefaultAdmissionControllers = []string{
|
|||
"NodeRestriction",
|
||||
"ResourceQuota",
|
||||
"MutatingAdmissionWebhook",
|
||||
"ValidatingAdmissionWebhook",
|
||||
}
|
||||
|
||||
// GetServiceClusterIP returns the first IP of the ServiceCIDR
|
||||
|
|
Loading…
Reference in New Issue