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
Why the error said Error 400: 'cluster_id' or cluster in 'name' must be specified
kubectl get nodes
NAME STATUS ROLES AGE VERSION
gke-vesta-prod-durable-pool-61d165ab-w455 Ready <none> 2d2h v1.13.7-gke.24
gke-vesta-prod-durable-pool-7c9be55d-ptwt Ready <none> 2d2h v1.13.7-gke.24
gke-vesta-prod-durable-pool-e9cfba02-xf8j Ready <none> 2d2h v1.13.7-gke.24
gke-vesta-prod-pvm-pool-1e8f7fed-nqf0 Ready <none> 10h v1.13.7-gke.24
gke-vesta-prod-pvm-pool-f831b86a-8j1m Ready <none> 15h v1.13.7-gke.24
gke-vesta-prod-pvm-pool-f88c3542-5b8z Ready <none> 15h v1.13.7-gke.24
{"time":"2019-08-30T12:38:24Z","severity":"info","app":"estafette-gke-node-pool-shifter","version":"1.0.11","message":"Checking node pool to shift..."}
{"time":"2019-08-30T12:38:24Z","severity":"info","app":"estafette-gke-node-pool-shifter","version":"1.0.11","node-pool":"durable-pool","message":"Node pool has 3 node(s), minimun wanted: 0 node(s)"}
{"time":"2019-08-30T12:38:24Z","severity":"info","app":"estafette-gke-node-pool-shifter","version":"1.0.11","node-pool":"pvm-pool","message":"Attempting to shift one node..."}
{"time":"2019-08-30T12:38:24Z","severity":"info","app":"estafette-gke-node-pool-shifter","version":"1.0.11","node-pool":"pvm-pool","message":"Adding 1 node to the pool, currently 3 node(s), expecting 4 node(s)"}
{"time":"2019-08-30T12:38:24Z","severity":"error","app":"estafette-gke-node-pool-shifter","version":"1.0.11","error":"googleapi: Error 400: 'cluster_id' or cluster in 'name' must be specified., badRequest","node-pool":"pvm-pool","message":"Error resizing node pool"}
{"time":"2019-08-30T12:38:24Z","severity":"info","app":"estafette-gke-node-pool-shifter","version":"1.0.11","message":"Sleeping for 11s seconds..."}
After i add the IAM roles to the service account this is the error i get
{"time":"2019-08-30T13:13:15Z","severity":"info","app":"estafette-gke-node-pool-shifter","version":"1.0.11","message":"Checking node pool to shift..."}
{"time":"2019-08-30T13:13:15Z","severity":"info","app":"estafette-gke-node-pool-shifter","version":"1.0.11","node-pool":"durable-pool","message":"Node pool has 3 node(s), minimun wanted: 1 node(s)"}
{"time":"2019-08-30T13:13:15Z","severity":"info","app":"estafette-gke-node-pool-shifter","version":"1.0.11","node-pool":"pvm-pool","message":"Attempting to shift one node..."}
{"time":"2019-08-30T13:13:15Z","severity":"info","app":"estafette-gke-node-pool-shifter","version":"1.0.11","node-pool":"pvm-pool","message":"Adding 1 node to the pool, currently 1 node(s), expecting 2 node(s)"}
{"time":"2019-08-30T13:13:15Z","severity":"error","app":"estafette-gke-node-pool-shifter","version":"1.0.11","error":"googleapi: Error 404: Not found: projects/vesta-prod/zones/asia-southeast1-a/clusters/vesta-prod., notFound","node-pool":"pvm-pool","message":"Error resizing node pool"}
{"time":"2019-08-30T13:13:15Z","severity":"info","app":"estafette-gke-node-pool-shifter","version":"1.0.11","message":"Sleeping for 11s seconds..."}
The text was updated successfully, but these errors were encountered:
Hi,
Why the error said Error 400: 'cluster_id' or cluster in 'name' must be specified
After i add the IAM roles to the service account this is the error i get
The text was updated successfully, but these errors were encountered: