We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19eb33b commit e8f363aCopy full SHA for e8f363a
infra/ci/kind-config.yaml
@@ -1,15 +1,10 @@
1
# CI-only Kind cluster: single node, no GPU, no nvkind.
2
-# All workloads (infra + ML pods) run on the control-plane node
3
-# with scheduling enabled (no taints) and both required labels applied.
+# All workloads (infra + ML pods) run on the control-plane node.
+# Kind automatically removes the control-plane taint for single-node clusters.
4
kind: Cluster
5
apiVersion: kind.x-k8s.io/v1alpha4
6
nodes:
7
- role: control-plane
8
labels:
9
fair-dev.hotosm.org/role: infra
10
fair-dev.hotosm.org/workload: ml
11
- kubeadmConfigPatches:
12
- - |
13
- kind: InitConfiguration
14
- nodeRegistration:
15
- taints: []
0 commit comments