Commit 37be9f59 authored by Bobby (Babak) Salamat's avatar Bobby (Babak) Salamat

Disable TaintNodesByCondition in node e2e tests, because node lifecycle…

Disable TaintNodesByCondition in node e2e tests, because node lifecycle controller does not run in the tests
parent 763cb708
......@@ -55,7 +55,7 @@ func (a *APIServer) Start() error {
}
o.ServiceClusterIPRange = *ipnet
o.AllowPrivileged = true
o.Admission.GenericAdmission.DisablePlugins = []string{"ServiceAccount"}
o.Admission.GenericAdmission.DisablePlugins = []string{"ServiceAccount", "TaintNodesByCondition"}
errCh := make(chan error)
go func() {
defer close(errCh)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment