Skip to content

Commit

Permalink
Merge pull request #524 from dark-vex/cloudflared-tolerations
Browse files Browse the repository at this point in the history
[cloudflared]: Allow schedule on control plane nodes
  • Loading branch information
dark-vex authored May 12, 2024
2 parents ca59943 + 28daf4c commit 3766eae
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 3766eae

Please sign in to comment.