-
This is currently fine running via minikube but to go live it needs to have persistent volumes for storing stuff, which so far is:
- influxdb data/config
- chronograf data/config
- kapacitor data…
-
I had to manually create persistent volumes in order to get this example to work. Is that expected, or is there likely something wrong with my configuration of minikube?
If it's expected that the …
-
# Motivation
Sometimes you want to have some writable volume, which is not a `!Tmpfs` (e.g. it's too large, or must be shared between containers, or must be shared between restarts), but you don't ca…
-
**Thanks for reaching out! We're happy to help resolve issues as quickly as possible.**
**Please use this template when creating a new issue. If you do not follow this template format, your issue m…
-
Hi,
since Digital Ocean now got kubernetes clusters, I wondered if it would be possible to somehow get a digitalocean_volume resource to work with a kubernetes_persistent_volume_claim resource ? Or…
-
Aside from deploying the streamlit frontend to a serverless web endpoint, I'll need to get my lancedb/ into modal somehow. From the docs, looks like my best bet is probably [`https://modal.com/docs/re…
-
I would like to make sure that the Postgres container is storing all
of its data in a volume on the host, since obviously we want to make
sure that all the data is held persistently on the disk s…
-
I see a lot of functionality in branch variables which I like a lot, especially the handling and loading of purge volumes matrix.
But I was wondering... Why not be able to save the matrix in mmu_va…
-
**What would you like to be added**:
I need a volume accessible from different pods on each node, serving as a **shared file cache**. In my case it should be a `tmpfs` volume to provide maximum speed…
-
**This is a Feature Request**
**What would you like to be added**
Add a new page that explains how to resize a PersistentVolume in your cluster.
- the task page should try to be agnostic …