Skip to content

Commit e8f363a

Browse files
fix(ci): k8s kind config for taining
1 parent 19eb33b commit e8f363a

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

infra/ci/kind-config.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
# 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.
2+
# All workloads (infra + ML pods) run on the control-plane node.
3+
# Kind automatically removes the control-plane taint for single-node clusters.
44
kind: Cluster
55
apiVersion: kind.x-k8s.io/v1alpha4
66
nodes:
77
- role: control-plane
88
labels:
99
fair-dev.hotosm.org/role: infra
1010
fair-dev.hotosm.org/workload: ml
11-
kubeadmConfigPatches:
12-
- |
13-
kind: InitConfiguration
14-
nodeRegistration:
15-
taints: []

0 commit comments

Comments
 (0)