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 a6f12ff commit 2a39b0bCopy full SHA for 2a39b0b
test/integration/testutils/json.go
@@ -24,7 +24,7 @@ import (
24
25
var (
26
KubectlTransientErrors = []string{
27
- "E0222 .* the server is currently unable to handle the request",
+ "E022[23] .* the server is currently unable to handle the request",
28
}
29
)
30
0 commit comments