-
Most of docker compose apps have some persistent volumes.
Add bool input whether this should be removed before deployment or not.
Checkout `--volumes` param [Docs](https://docs.docker.com/referenc…
-
As part of #3424 , in order to create ephemeral containers directly in Garden that are not tracked by the ATC, we need to have a way to create persistent volumes (for the Garden container images) that…
-
The load.sh script contains this line:
listOfImages+=("DX_DOCKER_IMAGE_PREREQS_CHECKER:hcl-prereqs-checker-image")
This should be:
listOfImages+=("DX_DOCKER_IMAGE_PREREQS_CHECKER:hcl-dx-prereqs-che…
-
## Is your feature request related to a problem? Please describe (👍 if you like this request)
K8s supports the `ReadOnlyMany` access modes for PersistentVolumes. This mode allows multiple pods on d…
-
Optionally provide the ability to use persistent volumes, which are used for storage. When they are in use:
- [ ] etcd-mesos scheduler checks zk to see if persistent volumes have been employed previo…
-
**What is the motivation or use case for the feature?**
I don't need persistence for my use case. Restarting the whole keydb cluster can start without any data, but when a cluster node goes down (…
-
After deleting a cluster by running `kubectl delete -f example.yaml`, and _not_ deleting PVCs and PVs, I start a new cluster with `kubectl apply -f example.yaml`. The pod `cockroachdb-0` remains unrea…
-
The Kubernetes API allows to list all persistent volumes and knowing the cloud provider we can estimate the costs, e.g. of EBS volumes.
-
**Is this a request for help?:**
Yes
**Is this a BUG REPORT or FEATURE REQUEST? (choose one):**
This is a request for help.
**Version of Helm:**
Helm: v7.90.9
**What happened:**
I…
-
The following entries in `all.yml` causes the Cluster deployment to fail when running the `config.yml` playbook. It works while running the `end-to-end.yml` playbook.
```
openshift_hosted_registry…