We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 763cb70 commit 37be9f5Copy full SHA for 37be9f5
test/e2e_node/services/apiserver.go
@@ -55,7 +55,7 @@ func (a *APIServer) Start() error {
55
}
56
o.ServiceClusterIPRange = *ipnet
57
o.AllowPrivileged = true
58
- o.Admission.GenericAdmission.DisablePlugins = []string{"ServiceAccount"}
+ o.Admission.GenericAdmission.DisablePlugins = []string{"ServiceAccount", "TaintNodesByCondition"}
59
errCh := make(chan error)
60
go func() {
61
defer close(errCh)
0 commit comments