We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d30df46 commit 9f5d1ecCopy full SHA for 9f5d1ec
1 file changed
lib/iris/src/iris/cluster/platform/coreweave.py
@@ -384,6 +384,9 @@ def _ensure_one_nodepool(
384
"nodeLabels": {
385
self._iris_labels.iris_managed: "true",
386
self._iris_labels.iris_scale_group: scale_group_name,
387
+ # Pin Konnectivity agents and monitoring pods to always-on nodes
388
+ # so GPU NodePools can safely scale to zero.
389
+ **({"cks.coreweave.cloud/system-critical": "true"} if min_nodes > 0 else {}),
390
},
391
392
}
0 commit comments