datashim
datashim copied to clipboard
Regression in ceph-cache plugin deployment
Commit https://github.com/datashim-io/datashim/commit/079b99e568556ffd17ff83e7d068972a917c1edc#diff-97be71743a1ddb84c9e09d0d0797677eb7b5656d5d9de9569ec0a50add9ba5fe introduced 2 regressions in the ceph-cache plugin deployment files:
- Makefile does not have
| kubectl apply -n $(NAMESPACE) -f -
for deployment. Hencemake deployment
does not actually deploy - The image
quay.io/datashim/ceph-cache-plugin:latest-amd64
gives a 401 Unauthrorised exception
Fixed makefile regression as part of #158. The unauthorised exception has still to be dealt with
Ceph cache plugin is out of date. This issue is no longer relevant