-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
k3s service cannot start in RHEL with firewall enabled #401
Comments
There is more that needs to be done with the firewall setup, here are some other potential ports:
The firewall will also probably need to be setup to allow traffic between various interfaces. I am marking this issue as |
I bet you'll see something like I was:
I was seeing the same exact error as you on Arch linux. My hostname was not resolvable, so containerd was not starting. |
I installed this in Centos 7.6. |
@thatarchguy check the hostname have a record the host 127.0.0.1 xxx.node.local |
I also encountered this on CentOS 7.7 AArch64. For my part I had no intention of using I did notice that the |
I have just been through this issue, it'd be great if there was a check in
Then remove
Now reinstall + start K3s |
Describe the bug
I downloaded k3s on Redhat 7 and I wait for the cluster to be up, but it never be up.
I adjust firewalld to accept 6443/tcp, but no benefit.
To Reproduce
Steps to reproduce the behavior:
curl -sfL https://get.k3s.io | sh -
watch -n 3 k3s kubectl get node
.systemctl status k3s
but we got:Expected behavior
I expect to
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
uname -a
: Linux control1 3.10.0-862.3.2.el7.x86_64 Use-case? #1 SMP Tue May 15 18:22:15 EDT 2018 x86_64 x86_64 x86_64 GNU/Linuxgz#11230
The text was updated successfully, but these errors were encountered: