Skip to content

Commit

Permalink
fix: taints
Browse files Browse the repository at this point in the history
  • Loading branch information
joryirving committed Feb 5, 2024
1 parent a1576f3 commit 8ba2762
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions hack/pi/node-labels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# kubectl taint nodes FuXuan node-role.kubernetes.io/control-plane=true:PreferNoSchedule --context pi

# Label workers
kubectl label nodes seele node-role.kubernetes.io/worker=true --context pi
kubectl label nodes fuxuan jingliu kafka seele node.longhorn.io/create-default-disk=true --context pi
kubectl label nodes bronya node-role.kubernetes.io/worker=true --context pi
kubectl label nodes bronya himeko jingliu kafka node.longhorn.io/create-default-disk=true --context pi
2 changes: 1 addition & 1 deletion hack/teyvat/node-labels.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Label control planes

## NoSchedule
#kubectl taint nodes navia node-role.kubernetes.io/control-plane=true:PreferNoSchedule- --context teyvat
kubectl taint nodes navia node-role.kubernetes.io/control-plane=true:PreferNoSchedule --context teyvat

# Label workers
kubectl label nodes ayaka eula ganyu hutao node-role.kubernetes.io/worker=true --context teyvat

0 comments on commit 8ba2762

Please sign in to comment.