You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
% k3s -v
k3s version v1.31.4+k3s1 (a562d09)
go version go1.22.9
Node(s) CPU architecture, OS, and Version:
% uname -a
Linux debian-4gb-nbg1-1 6.1.0-25-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.106-3 (2024-08-26) x86_64 GNU/Linux
Cluster Configuration:
Just a single deb server on hetzner
Describe the bug:
I want some services only available to the host and some available to the internet at large, but adding a middleware allowlist with 127.0.0.1/32 blocks host and external, and 10.0.0.0/8 allows both host and external.
Steps To Reproduce:
Installed K3s: curl | sh from the website with no additional flags
Expected behavior:
allowlisting 127.0.0.1 should allow traffic from the host and not the rest of the world.
and/or there should be a way to specify traffic from the host?
I tried setting up the whoami image to debug. curl on the actual server running k3s has the same output as running curl whoami.mydomain.com remotely from my laptop.
Environmental Info:
K3s Version:
% k3s -v
k3s version v1.31.4+k3s1 (a562d09)
go version go1.22.9
Node(s) CPU architecture, OS, and Version:
% uname -a
Linux debian-4gb-nbg1-1 6.1.0-25-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.106-3 (2024-08-26) x86_64 GNU/Linux
Cluster Configuration:
Just a single deb server on hetzner
Describe the bug:
I want some services only available to the host and some available to the internet at large, but adding a middleware allowlist with 127.0.0.1/32 blocks host and external, and 10.0.0.0/8 allows both host and external.
Steps To Reproduce:
Expected behavior:
allowlisting 127.0.0.1 should allow traffic from the host and not the rest of the world.
and/or there should be a way to specify traffic from the host?
Actual behavior:
allowlisting 127.0.0.1 allows nothing.
Additional context / logs:
I tried setting up the whoami image to debug. curl on the actual server running k3s has the same output as running
curl whoami.mydomain.com
remotely from my laptop.The text was updated successfully, but these errors were encountered: