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.
2 parents 825d36a + 3164c2c commit b2e23bbCopy full SHA for b2e23bb
test/integration/testutils/utils.go
@@ -42,6 +42,9 @@ var (
42
43
// Internal errors can be retried
44
".*Error code 13, message: an internal error has occurred": "Internal error.",
45
+
46
+ // Incompatible operation in progress
47
+ ".*Error 400: Cluster is running incompatible operation.*": "Incompatible operation.",
48
}
49
50
ClusterAlwaysExemptPaths = []string{"nodePools"} // node pools are separately checked by name
0 commit comments