Skip to content

Commit e193781

Browse files
committed
Label-Add, the pedestrian way: Hardcoded
1 parent 3cd5ad4 commit e193781

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/create_local_k8s_cluster.bash

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,8 @@ fi
3030

3131
# create a k8s cluster
3232
kind create cluster --config "$KIND_CONFIG_FILE" --name "$KIND_CLUSTER_NAME"
33+
# HARDCODE: Addition of placement labels
34+
# !This assumes only one node in the cluster!
35+
# FIXME!
36+
kubectl label nodes kind-control-plane simcore=true
37+
kubectl label nodes kind-control-plane ops=true

0 commit comments

Comments
 (0)