jetstack / terraform-google-gke-cluster

A Terraform module to create a best-practise Google Kubernetes Engine (GKE) cluster.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node pool version error

wwwil opened this issue · comments

Error: Error applying plan:

2 error(s) occurred:

* module.cluster.google_container_node_pool.node_pool[1]: 1 error(s) occurred:

* google_container_node_pool.node_pool.1: error creating NodePool: googleapi: Error 400: Node version "1.13.6-gke.5" is unsupported., badRequest
* module.cluster.google_container_node_pool.node_pool[0]: 1 error(s) occurred:

* google_container_node_pool.node_pool.0: error creating NodePool: googleapi: Error 400: Node version "1.13.6-gke.5" is unsupported., badRequest

Terraform does not automatically rollback in the face of errors.
Instead, your Terraform state file has been partially updated with
any resources that successfully completed. Please address the error
above and apply again to incrementally change your infrastructure.

No longer experiencing this error so going to close.

This project is now deprecated so we aren't accepting any further changes.