-
-
Notifications
You must be signed in to change notification settings - Fork 462
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
[BUG] /var/lib/kubelet and /run isn't shared. #1063
Comments
I've gotten Cilium running in pure eBPF mode. I had to hack the k3d filesystem again though.
Is there any additional information I can provide on this issue? it seems to be as simple as making the volume rshared. |
Hi @KyleSanderson thanks for opening this issue! |
@iwilltry42 it's pretty simple to fix, docker exec into the container and run |
Any update on this critical for usage issue? |
I ran into this issue with Cilium on k3d too. Would be nice to have a permanent solution. |
I am also having a similar problem. Every time I try this:
I get the following error:
|
same here, i've this config.yaml excerpt:
and i get this while creating the cluster:
i'm on macos big sur latest |
@iwilltry42 is there anything I can do to help on this critical issue. |
I have a similar issue with K3D. It is occurring when trying to install ebs-csi-driver. My error message:
|
I run into this issue when trying to run the new Istio Ambient Mesh on k3d - the istio CNI can't be installed:
To reproduce, launch a k3d cluster with the following config:
and then install istio in ambient mesh mode using
Host system is macOS ventura 13.3.1 |
I have an enhancement up here, which made Cilium installation work for me: #1268 |
Fixed by #1268 |
What did you do
What did you expect to happen
The pod to be created.
Screenshots or terminal output
(combined from similar events): Error: failed to generate container "a14deab0ece922aac94df76e3c8378467375fdfe7adb2fad93be09e250df6b9d" spec: failed to generate spec: path "/var/lib/kubelet/pods/71101e97-a823-4157-b6c8-92ab50498f59/volumes/kubernetes.io~empty-dir/kthreed-isnt-shared" is mounted on "/var/lib/kubelet" but it is not a shared mount
Which OS & Architecture
Which version of
k3d
The text was updated successfully, but these errors were encountered: