vck
vck copied to clipboard
Volume Controller for Kubernetes
Enable validation of CR's, a possible approach is using this: https://kubernetes.io/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions/#validation.
Kvc use the `minio/mc` to download files from s3 but there are some issues which will make kvc not working. 1. No default `--api` parameter will make `mc config add...
The responsibilities of the garbage collector might be the following: - Evict data, PVs and PVCs in case of disk pressure. - Use a simple algorithm such as LRU. -...
This steps to recreated this is well described here #50
If the `sourceURL` directory is missing a `/` at the end of the path, we get a minio client error message about needing a `--recursive` flag and it's not obvious...
Reference: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/. Appropriate completions, parallelism and backofflimit should be set in order for the job to work as expected.
There are a few possible ways this can be achieved: 1. Introduce a source type which uploads all the data from a particular mount path to remote storage and expose...
I think the README should explain why and when a user would want to use the KVC; i.e. what problems it solves. My understanding from past discussions is that the...