mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 18:00:08 +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.ServiceClusterIPRange = *ipnet
|
||||||
o.AllowPrivileged = true
|
o.AllowPrivileged = true
|
||||||
o.Admission.GenericAdmission.DisablePlugins = []string{"ServiceAccount"}
|
o.Admission.GenericAdmission.DisablePlugins = []string{"ServiceAccount", "TaintNodesByCondition"}
|
||||||
errCh := make(chan error)
|
errCh := make(chan error)
|
||||||
go func() {
|
go func() {
|
||||||
defer close(errCh)
|
defer close(errCh)
|
||||||
|
Loading…
Reference in New Issue
Block a user