vck icon indicating copy to clipboard operation
vck copied to clipboard

Volume Controller for Kubernetes

Results 18 vck issues
Sort by recently updated
recently updated
newest added

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.

urgency/high

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. -...

urgency/medium

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...

urgency/low

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.

urgency/low

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...

urgency/medium

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...