adamant-kite-43734
03/29/2023, 2:50 PMcreamy-pencil-82913
03/29/2023, 4:13 PMambitious-computer-67727
03/30/2023, 6:10 AM--prefer-bundled-bin
flag to K3s like below?
Gave it a try but it didn't make any difference. I tried a bit of different syntax like --prefer-bundled-bin=true etc as well.
config.yaml:
options:
k3s:
extraArgs:
- arg: --prefer-bundled-bin
nodeFilters:
- server:*
- agent:*
Versions I'm running:
❯ k3d --version
k3d version v5.4.9
k3s version v1.25.7-k3s1 (default)
❯ iptables --version
iptables v1.8.7 (nf_tables)
creamy-pencil-82913
03/30/2023, 6:19 AMambitious-computer-67727
03/30/2023, 7:13 AMimage: rancher/k3s:v1.25.8-k3s1
in my config.yaml) but still can't communicate between services in the cluster except with the one that has port 80 exposed.
bash-5.1# nc -zv postgresdb 5432
bash-5.1# nc -zv dashboard-localdev 80
dashboard-localdev (10.43.151.120:80) open
I can connect fine to external services:
bash-5.1# nc -zv <http://google.com|google.com> 443
<http://google.com|google.com> (142.250.74.142:443) open
Do you have any other ideas for what I could look into @creamy-pencil-82913?
❯ kubectl get nodes
NAME STATUS ROLES AGE VERSION
k3d-linklocalcluster-server-0 Ready control-plane,master 3m49s v1.25.8+k3s1
k3d-linklocalcluster-agent-0 Ready <none> 3m43s v1.25.8+k3s1
creamy-pencil-82913
03/30/2023, 7:52 AMambitious-computer-67727
03/30/2023, 8:04 AMbash-5.1# ip route
default via 10.42.1.1 dev eth0
10.42.0.0/16 via 10.42.1.1 dev eth0
10.42.1.0/24 dev eth0 proto kernel scope link src 10.42.1.15
creamy-pencil-82913
03/30/2023, 8:08 AMambitious-computer-67727
03/30/2023, 8:09 AMcreamy-pencil-82913
03/30/2023, 8:10 AMcreamy-pencil-82913
03/30/2023, 8:10 AMambitious-computer-67727
03/30/2023, 8:11 AM❯ docker network ls
NETWORK ID NAME DRIVER SCOPE
0b7f8d70e980 bridge bridge local
d66b00cbe5c7 data-api_app-network bridge local
7be6054f08fe host host local
a7f9b31a8512 k3d-linklocalcluster bridge local
5dcc66fe03dd none null local
I've previously deleted all the ones docker would allow me to but it didn't make any differenceambitious-computer-67727
03/30/2023, 8:12 AMcreamy-pencil-82913
03/30/2023, 8:12 AMambitious-computer-67727
03/30/2023, 8:14 AMcreamy-pencil-82913
03/30/2023, 8:15 AMambitious-computer-67727
03/30/2023, 8:16 AMcreamy-pencil-82913
03/30/2023, 8:17 AMcreamy-pencil-82913
03/30/2023, 8:17 AMambitious-computer-67727
03/30/2023, 8:19 AMambitious-computer-67727
03/30/2023, 8:19 AMcreamy-pencil-82913
03/30/2023, 8:21 AM