-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Failed to create cluster #3440
Comments
Downgrade podman from 4.8.0 to 4.7.2 could temporarily solve this. Guess it's to do with API change. |
Looks like duplicate #3439 |
Do we know what change made podman that is breaking kind? |
/close dup of #3439 Thanks @roman-kiselenko |
@aojea: Closing this issue. In response to this:
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/test-infra repository. |
|
containers/podman#20831 was fixed upstream |
What happened:
run
kind create cluster --name kind-cluster --config .\kind.yml -v 1 --retain
, got this error:The full logs:
4133690233.zip
What you expected to happen:
Succeed to create cluster.
How to reproduce it (as minimally and precisely as possible):
Fresh installed latest version of podman, podman-desktop, kubectl and kind. then retry to create cluster.
Anything else we need to know?:
my kind.yml:
Environment:
kind version
): kind v0.20.0 go1.20.4 windows/amd64docker info
orpodman info
):/etc/os-release
): win10 22H2kubectl version
):The text was updated successfully, but these errors were encountered: