You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
=== CONT TestAccContainerNodePool_defaultDriverInstallation
resource_container_node_pool_test.go:4766: Step 1/2 error: Error running apply: exit status 1
Error: error creating NodePool: googleapi: Error 400: Auto-upgrade is enabled, node version "1.30.1-gke.1329003" must be within one minor version of master version "1.32.0-gke.1358000".
Details:
[
{
"@type": "type.googleapis.com/google.rpc.RequestInfo",
"requestId": "0x4baf1b22fdb1a2a9"
}
]
, badRequest
with google_container_node_pool.np,
on terraform_plugin_test.tf line 18, in resource "google_container_node_pool" "np":
18: resource "google_container_node_pool" "np" {
--- FAIL: TestAccContainerNodePool_defaultDriverInstallation (628.62s)
Remove explicit version on the nodepool; this is unnecessary, and the
cluster itself is already using a version based on
`google_container_engine_versions`
Fixeshashicorp/terraform-provider-google#20960
Impacted tests
Affected Resource(s)
Failure rates
Message(s)
Nightly build test history
b/390706082
The text was updated successfully, but these errors were encountered: