Skip to content
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

podman: Unable To Create Cluster Networking on Fedora 41 #3817

Closed
adambkaplan opened this issue Dec 11, 2024 · 3 comments
Closed

podman: Unable To Create Cluster Networking on Fedora 41 #3817

adambkaplan opened this issue Dec 11, 2024 · 3 comments
Labels
kind/external upstream bugs

Comments

@adambkaplan
Copy link

What happened:

Podman provider fails to create a cluster running rootless on Fedora 41. This may only impact developers whose machines upgraded to Fedora 41 from Fedora 40 or earlier.

Note to community - this is more of a public service announcement than actual bug. Root cause is at the podman/Fedora level.

Error:

Command Output: Error: netavark: nftables error: unable to execute nft: No such file or directory (os error 2)

What you expected to happen:

KinD is able to create the cluster

How to reproduce it (as minimally and precisely as possible):

  1. Upgrade host from Fedora 40 to Fedora 41 (if this happens on a clean Fedora 41 install, there is a much larger regression in Fedora).
  2. Create a default cluster with kind

Anything else we need to know?:

Related Fedora bug: https://bugzilla.redhat.com/show_bug.cgi?id=2331672

Environment:

  • kind version: (use kind version): kind v0.25.0 go1.23.3 linux/amd64
  • Runtime info: (use docker info, podman info or nerdctl info):

Client: Podman Engine
Version: 5.3.1
API Version: 5.3.1
Go Version: go1.23.3
Built: Wed Nov 20 19:00:00 2024
OS/Arch: linux/amd64

  • OS (e.g. from /etc/os-release): Fedora 41
  • Kubernetes version: (use kubectl version):
  • Any proxies or other special environment settings?:
@adambkaplan adambkaplan added the kind/bug Categorizes issue or PR as related to a bug. label Dec 11, 2024
@BenTheElder BenTheElder added kind/external upstream bugs and removed kind/bug Categorizes issue or PR as related to a bug. labels Dec 11, 2024
@BenTheElder BenTheElder pinned this issue Dec 11, 2024
@aojea
Copy link
Contributor

aojea commented Dec 11, 2024

Related Fedora bug: https://bugzilla.redhat.com/show_bug.cgi?id=2331672

I see the bug was solved so I think we can close this

It seems it was some environmtal issue

/close

@k8s-ci-robot
Copy link
Contributor

@aojea: Closing this issue.

In response to this:

Related Fedora bug: https://bugzilla.redhat.com/show_bug.cgi?id=2331672

I see the bug was solved so I think we can close this

It seems it was some environmtal issue

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@adambkaplan
Copy link
Author

adambkaplan commented Dec 11, 2024

Yep - was user error on my part. tl;dr don't monkey with $PATH unless you know what you are doing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/external upstream bugs
Projects
None yet
Development

No branches or pull requests

4 participants