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

Virtual Kubelet: Persistent Volumes and Persistent Volume Claims #141

Open
MbolotSuse opened this issue Nov 6, 2024 · 0 comments
Open
Assignees
Labels
priority/0 high priority virtual-kubelet all virtual kubelet related issues

Comments

@MbolotSuse
Copy link
Contributor

Currently, Persistent Volumes and Persistent Volume Claims only exist within the virtual cluster. Since pods in shared mode run in the host cluster, the PVs and PVCs are not usable by the workloads. To get them usable by the workloads, they need to exist in the host cluster.

A simple sync will likely not work for this issue. Simply sync'ing the volumes might result in duplicated storage (for cloud volumes like EBS). We likely will need to add a proxy in-front of the k3s server pod to ensure volumes are only created in the Host Cluster.

@MbolotSuse MbolotSuse added the virtual-kubelet all virtual kubelet related issues label Nov 6, 2024
@jp-gouin jp-gouin added the priority/0 high priority label Dec 24, 2024
@galal-hussein galal-hussein self-assigned this Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority/0 high priority virtual-kubelet all virtual kubelet related issues
Projects
None yet
Development

No branches or pull requests

3 participants