generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 101
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 with kind podman #347
Labels
kind/bug
Categorizes issue or PR as related to a bug.
Comments
heylongdacoder
added a commit
to heylongdacoder/e2e-framework
that referenced
this issue
Nov 4, 2023
Fixes: kubernetes-sigs#347 Signed-off-by: Wen Long <heylongdacoder@gmail.com>
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
k8s-ci-robot
added
the
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
label
Feb 2, 2024
/remove-lifecycle stale This is still relevant and prevents people with (rootless) |
k8s-ci-robot
removed
the
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
label
Feb 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened?
Error returned in
CreateCluster
function.Error:
Content of
/var/folders/gk/jhz_72bs7830pb6pq1ywhcm00000gp/T/kind-cluser-test-58ebc2614499a2d22e72edbf54f-kubecfg1049500896
:I believe there is a bug in this line(https://github.com/kubernetes-sigs/e2e-framework/blob/main/support/kind/kind.go#L119) where
p.Out()
is actually outputting both stdout and stderr(https://github.com/vladimirvivien/gexe/blob/main/exec/proc.go#L206), causing the kubeconfig content to be incorrect.What did you expect to happen?
Able to create a kind podman cluster.
How can we reproduce it (as minimally and precisely as possible)?
Code to reproduce:
Anything elese we need to know?
Version:
kind: 0.20.0
podman: 4.6.2
E2E Provider Used
kind
e2e-framework
Versionv0.3.0
OS version
MacOS M2 chip
The text was updated successfully, but these errors were encountered: