Replies: 1 comment 1 reply
-
hey @hadrabap , i'm running into the same issue on Ubuntu 22.04 and Podman 4.6.2 where the cluster creation step hangs at |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello friends,
I would like to give a try to k3s, but first I need to do my own homework for KVM/libvirt. In the meantime I found k3d, which should allow me to try k3s quite smoothly as my harness around containers is up-and-running (I did my homework there already).
The only issue are my limitations given by my Linux distribution. I'm using Oracle Linux 8 (RHEL 8) with Podman. All software is stock. The only exception is, that I've switched from CGroups v1 to CGroups v2 which works great with other containers; no issue here. The system also uses SELinux in enforcing mode. There are no denials or violations reported, no AVCs etc. No problem here as well.
The problem is that k3d is unable to spin-up the cluster. I already followed the documentation so I've created a k3d-podman wrapper:
Unfortunately the
k3d-podman create cluster
freezes with the last messageWhen I look into logs of the
k3d-k3s-default-server-0
container, I see lots ofat the end.
It looks like a firewall issue?
I also tried to find the process of 6443 port with no luck:
So, I'm really lost here. Could you please point me to the right direction?
Thanks in advance.
k3d create cluster --trace
logs:podman logs k3d-k3s-default-server-0
output:Environment:
Beta Was this translation helpful? Give feedback.
All reactions