Closed typekpb closed 3 years ago
Hi @typekpb , thanks for opening this issue! Scanning through the logs you've posted, I can see those two lines indicating the issue:
I0828 04:53:09.477687 7 conntrack.go:103] Set sysctl 'net/netfilter/nf_conntrack_max' to 131072
F0828 04:53:09.477866 7 server.go:489] open /proc/sys/net/netfilter/nf_conntrack_max: permission denied
So this is basically a duplicate of https://github.com/rancher/k3d/issues/612 with a fix described here: https://github.com/rancher/rancher/issues/33300#issuecomment-869273925
I hope this helps. If not, please feel free to reopen this issue :)
What did you do
How was the cluster created?
k3d cluster create podiyumm --api-port 6550 -p "8122:80@loadbalancer" -p "8123:443@loadbalancer" --k3s-server-arg '--no-deploy=traefik'
What did you do afterwards? installed ambassador (which seems to be irrelevant):
but afterwards running following command fails:
What did you expect to happen
List all the pods.
Screenshots or terminal output
Docker container:
k3d-podiyumm-server-0
of image:docker.io/rancher/k3s:latest
keeps restarting, having in logs following output:Which OS & Architecture
MacOS
Which version of
k3d
Which version of docker