diff --git a/cicd/k8s-calico-incluster/node_scripts/master.sh b/cicd/k8s-calico-incluster/node_scripts/master.sh index 6d20f5065..bcc757853 100644 --- a/cicd/k8s-calico-incluster/node_scripts/master.sh +++ b/cicd/k8s-calico-incluster/node_scripts/master.sh @@ -53,5 +53,6 @@ EOF kubectl apply -f https://raw.githubusercontent.com/techiescamp/kubeadm-scripts/main/manifests/metrics-server.yaml # Install loxilb +curl -sfL https://github.com/loxilb-io/loxilb-ebpf/raw/main/kprobe/install.sh | sh - kubectl apply -f /vagrant/yaml/kube-loxilb.yaml kubectl apply -f /vagrant/yaml/loxilb.yaml diff --git a/cicd/k8s-calico-incluster/node_scripts/worker.sh b/cicd/k8s-calico-incluster/node_scripts/worker.sh index a5754170b..f3d4c70e2 100644 --- a/cicd/k8s-calico-incluster/node_scripts/worker.sh +++ b/cicd/k8s-calico-incluster/node_scripts/worker.sh @@ -16,3 +16,4 @@ sudo chown 1000:1000 /home/vagrant/.kube/config NODENAME=$(hostname -s) kubectl label node $(hostname -s) node-role.kubernetes.io/worker=worker EOF +curl -sfL https://github.com/loxilb-io/loxilb-ebpf/raw/main/kprobe/install.sh | sh -