datashim
datashim copied to clipboard
A kubernetes based framework for hassle free handling of datasets
Datashim assumes that the path to the kubelet directory for installing volume drivers on the node is in `/var/lib/kubelet`. This causes problem with K8s installations using different directories such as...
Require documentation on deploying Datashim locally using Minikube, kind, etc
Following from #139, datasets cannot be used in managed K8s environments where creation of cluster-scoped objects (like PersistentVolumes) are not allowed. One solution is to allow datasets to be translated...
Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.7.1+incompatible to 2.8.0+incompatible. Release notes Sourced from github.com/docker/distribution's releases. v2.8.0 registry 2.8.0 Welcome to the v2.8.0 release of registry! The 2.8.0 registry release has been a long...
Commit https://github.com/datashim-io/datashim/commit/079b99e568556ffd17ff83e7d068972a917c1edc#diff-97be71743a1ddb84c9e09d0d0797677eb7b5656d5d9de9569ec0a50add9ba5fe introduced 2 regressions in the ceph-cache plugin deployment files: 1. Makefile does not have `| kubectl apply -n $(NAMESPACE) -f - ` for deployment. Hence `make deployment` does...
It might be easier to provide a helm chart than custom scripts with envsubst
When I use a dataset label to mount a dataset to a deployment, nothing happens. Upon further inspection, it looks like the `MutatingWebhookConfiguration` does not trigger for `deployments`, but only...
There have been requests to allow datasets to be defined using the bucket urls and static web hosting formats. This means that the dataset definition would allow: ``` apiVersion: com.ie.ibm.hpsys/v1alpha1...
Hi all! Is there any plan for supporting dataset versioning?
When running `kubectl describe datasets dataset-name` the remote bucket credentials are shown in plaintext. This also happens with `kubectl describe datasetinternal/dataset-name` when the cache plugin still hasn't provisioned the caching...