JMGaljaard/fltk-testbed

Default nodepool spinning down directly

Closed this issue · 1 comments

Bug Report

Current Behavior
The default node pool spins down directly not allowing terraform to apply the plan.

Environment

  • Python version: 3.8.3
  • PyTorch version: 1.12.1
  • OS: OSX 10.15.7
  • Kubernetes version: v1.25.0

Possible Solution
As suggested by Jeroen, either using the gcloud command to scale up the node pool, or setting initial_node_count in terraform-gke/main.tf to something other than 0 for default-node-pool.

This should have been addressed in #52