Skip to content

Commit

Permalink
Merge pull request #413 from TrekkieCoder/main
Browse files Browse the repository at this point in the history
PR - incluster mode fixes
  • Loading branch information
UltraInstinct14 authored Oct 16, 2023
2 parents 3d420ad + b8953c1 commit d7bd299
Show file tree
Hide file tree
Showing 3 changed files with 209 additions and 35 deletions.
3 changes: 1 addition & 2 deletions cicd/k3s-flannel-incluster/host.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ chmod 777 sctp_client
chmod 777 udp_client
echo "123.123.123.1 k8s-svc" >> /etc/hosts

# Install Bird to work with k3s
sudo apt install -y bird2
sudo apt install -y bird2 socat

sleep 5

Expand Down
1 change: 0 additions & 1 deletion cicd/k3s-flannel-incluster/rmconfig.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash
sudo ip route del 123.123.123.1 via 192.168.90.10 || true
vagrant destroy -f worker1
vagrant destroy -f worker2
vagrant destroy -f master1
Expand Down
Loading

0 comments on commit d7bd299

Please sign in to comment.