infra: H100 pool min_size=1 — keep node warm, skip 15-min driver install
Scaleway Kapsule GPU nodes need NVIDIA driver DKMS compile on cold start (~15 min). Setting min_size=1 keeps the node warm between runs. Scale to 0 manually when done training for the day. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -96,7 +96,7 @@ resource "scaleway_k8s_pool" "ci_training_h100" {
|
||||
name = "ci-training-h100"
|
||||
node_type = var.ci_training_h100_type
|
||||
size = 1
|
||||
min_size = 0
|
||||
min_size = 1 # Keep warm: avoids 15-min NVIDIA driver install on cold start. Scale to 0 when idle.
|
||||
max_size = var.ci_training_h100_max_size
|
||||
autoscaling = true
|
||||
autohealing = true
|
||||
|
||||
Reference in New Issue
Block a user