Skip to content

Commit

Permalink
fix: add kube-vip toleration to match node taint in harvester-cloud-p…
Browse files Browse the repository at this point in the history
…rovider

Signed-off-by: Jack Yu <[email protected]>
  • Loading branch information
Yu-Jack authored and w13915984028 committed Jan 15, 2024
1 parent eaf3568 commit 54d9b76
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions charts/harvester-cloud-provider/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@ global:

kube-vip:
enabled: true
tolerations:
- effect: NoSchedule
key: node-role.kubernetes.io/control-plane
operator: Exists
- effect: NoExecute
key: node-role.kubernetes.io/etcd
operator: Exists
image:
repository: rancher/mirrored-kube-vip-kube-vip-iptables
tag: v0.6.0
Expand Down

0 comments on commit 54d9b76

Please sign in to comment.