Skip to content

Commit

Permalink
config: add extra tolerations for coredns
Browse files Browse the repository at this point in the history
  • Loading branch information
davidumea committed Mar 7, 2024
1 parent 284e490 commit fe10bab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/common/group_vars/k8s_cluster/ck8s-k8s-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ calico_ipip_mode: 'Always'
calico_vxlan_mode: 'Never'
calico_network_backend: 'bird'

dns_extra_tolerations: [{effect: NoSchedule, operator: Exists}]
coredns_additional_error_config: |
consolidate 5m ".* i/o timeout$" warning
Expand Down

0 comments on commit fe10bab

Please sign in to comment.