Skip to content

Commit

Permalink
Add tolerations to allow the etcdbr pod to be scheduled
Browse files Browse the repository at this point in the history
  • Loading branch information
amold1 committed Mar 21, 2024
1 parent fe15e13 commit 4d70cb2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/addons/etcd-backup-restore/etcd-backup-restore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ data:
name: k8s-certs
- name: data-volume
emptyDir: {}
tolerations:
- key: node-role.kubernetes.io/control-plane
effect: NoSchedule
---
apiVersion: addons.cluster.x-k8s.io/v1beta1
kind: ClusterResourceSet
Expand Down

0 comments on commit 4d70cb2

Please sign in to comment.