Skip to content

Commit

Permalink
Merge pull request loxilb-io#544 from TrekkieCoder/main
Browse files Browse the repository at this point in the history
cicd: changes for garp to accepted in sycn scenario
  • Loading branch information
UltraInstinct14 authored Feb 23, 2024
2 parents d0618df + d5dd6fd commit ce50f07
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions cicd/k8s-calico-ipvs2-ha-ka-sync/node_scripts/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

set -euxo pipefail

sysctl net.ipv4.conf.all.arp_accept=1
sysctl net.ipv4.conf.eth1.arp_accept=1

# Variable Declaration

# DNS Setting
Expand Down
5 changes: 4 additions & 1 deletion cicd/k8s-calico-ipvs2-ha-ka-sync/node_scripts/host.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Install Bird to work with k3s

sysctl net.ipv4.conf.all.arp_accept=1
sysctl net.ipv4.conf.eth1.arp_accept=1

sudo apt-get update
sudo apt-get -y install lksctp-tools iperf

Expand Down

0 comments on commit ce50f07

Please sign in to comment.