Replies: 3 comments
-
|
This repository uses a bot to automatically label issues which have not had any activity (commit/comment/label) for 180 days. This helps us manage the community issues better. If the issue is still relevant, please add a comment to the issue so the bot can remove the label and we know it is still valid. If it is no longer relevant (or possibly fixed in the latest release), the bot will automatically close the issue in 14 days. Thank you for your contributions. |
Beta Was this translation helpful? Give feedback.
-
|
I'm going to convert this to a discussion since this is more of a question than a bug/feature request. |
Beta Was this translation helpful? Give feedback.
-
|
@zerr0s I'm interested to know what your solution was if you found one? Thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to use k3s in a lab before deploying in a producton environment.
All my nodes are dedicated servers in cloud and they have 2 nics. One public and one local.
I have to configure ufw to block all requests in the public interface and allow some ports.
I have read a lot of things over the net and I have setup these rules on ufw on all nodes
172.20.20.1/2/3 are my nodes local IP adress (ens33). 10.42 and 10.43 are the cidr and svv-cidr used during the first install.
ens32 is the public network interface used to permit public requests.
The traefik svc are listening on all nodes and redirect to the traefik pod:
But when I try to access to ports 80 or 443, it's not working:
[EDIT]: When I have just one node, it is working well. When I add another node and the traefik service is loadbalanced between all nodes, the timeout apperas randomly. I have troed to disable the default traefik and install traefik from helm directly in daemonset mode to force all node to have a traefik instance on ports 80 and 443. But it is not working.
Any idea to solve this please ?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions