Skip to content

Commit

Permalink
[cloudflared]: Allow schedule on control plane nodes
Browse files Browse the repository at this point in the history
Signed-off-by: Daniele De Lorenzi <[email protected]>
  • Loading branch information
dark-vex committed May 12, 2024
1 parent ca59943 commit 28daf4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/kubenuc/cloudflare/cloudflared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ spec:
app: cloudflared
group: cloudflare
spec:
tolerations:
- key: node-role.kubernetes.io/control-plane
operator: "Exists"
effect: "NoSchedule"
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand Down

0 comments on commit 28daf4c

Please sign in to comment.