-
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
[rootless] Create cluster #2157
Comments
Is this rootless docker? Because Kubernetes does not support rootless yet. Kind will support it in the next release. You can experiment with it by cloning the repo at HEAD and running Will look at the rest of the logs later. |
that's the problem. usually this means means we need to mount kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
extraMounts:
- hostPath: /dev/mapper
containerPath: /dev/mapper but also per docker's docs, https://docs.docker.com/storage/storagedriver/overlayfs-driver/
calling this a duplicate of #1797, you can try out rootless early by cloning the repo and running |
Thank, cluster runned. But instead of docker, use podman
|
What happened:
failed run
control-plane
nodeWhat you expected to happen:
running cluster
Environment:
kind version
):kubectl version
):docker info
):/etc/os-release
):cluster-logs.zip
The text was updated successfully, but these errors were encountered: