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
Seeing a similar issue to the one reported in #2689 with minor nuances, namely: it only happens when I try and create a third cluster (or 3 nodes).
I can create 2 single node clusters or a single cluster with 2 nodes, but if I try and create either a third single node cluster or single cluster with 3 nodes, things break apart.
When creating a 3rd single node cluster, I'm immediately presented with:
kind create cluster
enabling experimental podman provider
Creating cluster "kind" ...
✓ Ensuring node image (kindest/node:v1.25.3) 🖼
✗ Preparing nodes 📦
ERROR: failed to create cluster: could not find a log line that matches "Reached target .*Multi-User System.*|detected cgroup v1"
When creating a single cluster with 3 nodes, I get the following:
kind create cluster --config=build-config.yaml
enabling experimental podman provider
Creating cluster "build" ...
✓ Ensuring node image (kindest/node:v1.25.3) 🖼
✓ Preparing nodes 📦 📦 📦
✓ Writing configuration 📜
✓ Starting control-plane 🕹️
✓ Installing CNI 🔌
✓ Installing StorageClass 💾
✗ Joining worker nodes 🚜
ERROR: failed to create cluster: failed to join node with kubeadm: command "podman exec --privileged build-worker2 kubeadm join --config /kind/kubeadm.conf --skip-phases=preflight --v=6" failed with error: exit status 1
Command Output: I0102 14:53:55.884615 138 join.go:416] [preflight] found NodeName empty; using OS hostname as NodeName
Hi @aojea, confirmed. I was pretty sure I had gone through the usual suspects and looked at the known issues, but missed that one. Bumped those limits and it's working as expected. Sorry for the false alarm.
What happened:
Seeing a similar issue to the one reported in #2689 with minor nuances, namely: it only happens when I try and create a third cluster (or 3 nodes).
I can create 2 single node clusters or a single cluster with 2 nodes, but if I try and create either a third single node cluster or single cluster with 3 nodes, things break apart.
When creating a 3rd single node cluster, I'm immediately presented with:
When creating a single cluster with 3 nodes, I get the following:
Environment:
6.0.15-300.fc37.x86_64
Client Version: version.Info{Major:"1", Minor:"26", GitVersion:"v1.26.0"
Log files
The text was updated successfully, but these errors were encountered: