Skip to content

Instantly share code, notes, and snippets.

@jacobweinstock
Last active August 31, 2023 00:31
Show Gist options
  • Save jacobweinstock/5769ac7239f953ed69751134a271c7fb to your computer and use it in GitHub Desktop.
Save jacobweinstock/5769ac7239f953ed69751134a271c7fb to your computer and use it in GitHub Desktop.
patch
--- /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