-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add possibility to add data volumes #12166
Comments
Talked about this in #3318 (comment) when discussing the mount point location (path)
We changed from using symlinks to bind-mounts, because of some "clever" software. 35bba7a "Use bind mount instead symlink" c2b00e4 "Configure /data as a persisted directory." |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
When provisioning machines with libmachine or with docker, only one system image or system volume is created.
/mnt/sda1
/var
It would be nice if it was possible to add a second image or a second volume, for keeping data between runs.
Typically the system partition is created and destroyed with the cluster.
But you might want to have your user data outlive the rest of the cluster ?
Currently there is only
/data
for user data, besides the internal:https://minikube.sigs.k8s.io/docs/handbook/persistent_volumes/
The difference in
/var
mounts is for historical reasons, machine vs kind.The text was updated successfully, but these errors were encountered: