mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
Disable TaintNodesByCondition in node e2e tests, because node lifecycle controller does not run in the tests
This commit is contained in:
parent
763cb708d1
commit
37be9f590d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user