Last active
August 31, 2023 00:31
-
-
Save jacobweinstock/5769ac7239f953ed69751134a271c7fb to your computer and use it in GitHub Desktop.
patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- /etc/kubernetes/manifests/kube-vip 2023-08-31 00:24:31.233317454 +0000 | |
+++ kube-vip.patched 2023-08-31 00:25:09.561332983 +0000 | |
@@ -11,6 +11,8 @@ | |
env: | |
- name: vip_arp | |
value: "true" | |
+ - name: svc_election | |
+ value: "true" | |
- name: port | |
value: "6443" | |
- name: vip_cidr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment