Skip to content

Commit 37be9f5

Browse files
committed
Disable TaintNodesByCondition in node e2e tests, because node lifecycle controller does not run in the tests
1 parent 763cb70 commit 37be9f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e_node/services/apiserver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func (a *APIServer) Start() error {
5555
}
5656
o.ServiceClusterIPRange = *ipnet
5757
o.AllowPrivileged = true
58-
o.Admission.GenericAdmission.DisablePlugins = []string{"ServiceAccount"}
58+
o.Admission.GenericAdmission.DisablePlugins = []string{"ServiceAccount", "TaintNodesByCondition"}
5959
errCh := make(chan error)
6060
go func() {
6161
defer close(errCh)

0 commit comments

Comments
 (0)