-
Notifications
You must be signed in to change notification settings - Fork 624
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Network Policy issue with deploying gotk with k3s #294
Comments
@stefanprodan awesome! I'll give this a shot and report back if I see any issues with k3s |
You need to use the v0.1.4 CLI, it should be available in a couple of minutes |
Seems like my issue was Cilium and setting https://docs.cilium.io/en/v1.8/concepts/networking/masquerading/ Such a strange issue that took me trying out so many different things. |
Copy loop iterator var for use by goroutine
I recently chatted with @stefanprodan and he came to the conclusion that k3s might behave differently than k8s in terms of network policies.
k3s version:
1.19.2-k3s1
Basically the bootstrap process times out.
I was able to get this to work with Calico and kube-proxy by removing the gotk network policy
kubectl delete networkpolicy/deny-ingress -n gotk-system
However it didn't work on my tests when kube-proxy was disabled when using Calico w/ eBPF or Cilium and kube-router.
More information may be be found here in the slack channel.
Related: k3s-io/k3s#1308 and k3s-io/k3s#947 which also links to a kube-router issue.
The text was updated successfully, but these errors were encountered: