Score:0

Creating a GKE node pool results in Error 429: Too many operations: cluster "testcluster" hits the concurrent operations quota 1

um flag

While creating a nodepool with terraform, we are seeing the following error

2023-06-29 15:49:25,017 - Error: error creating NodePool: googleapi: Error 429: Too many operations: cluster "testcluster" hits the concurrent operations quota 1, please try again later.

2023-06-29 15:49:25,018 - Details: 2023-06-29 15:49:25,018 - [ 2023-06-29 15:49:25,018 - { 2023-06-29 15:49:25,018 - "@type": "type.googleapis.com/google.rpc.RequestInfo", 2023-06-29 15:49:25,018 - "requestId": "0xd57aa0cb25cb8889" 2023-06-29 15:49:25,018 - } 2023-06-29 15:49:25,018 - ] 2023-06-29 15:49:25,018 - , rateLimitExceeded 2023-06-29 15:49:25,018 -

Score:0
fk flag

Same issue here, I am deploying a GKE cluster with 3 node pools in europe-west9 region. 2 of them are well deployed but with the third one I get the following error :

│ Error: error creating NodePool: googleapi: Error 429: Too many operations: cluster "gke-cluster" hits the concurrent operations quota 1, please try again later.

│ Details: │ [ │ { │ "@type": "type.googleapis.com/google.rpc.RequestInfo", │ "requestId": "0xd6d5bb211b74b0a9" │ } │ ] │ , rateLimitExceeded │ │ with module.gke["myproject"].google_container_node_pool.primary_nodes["node-pool-3"], │ on modules/gke/main.tf line 86, in resource "google_container_node_pool" "primary_nodes": │ 86: resource "google_container_node_pool" "primary_nodes" {

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.