converged-computing / oras-csi

ORAS (OCI registry as storage) container storage interface
https://converged-computing.github.io/oras-csi/#/
MIT License
14 stars 3 forks source link

Remove default make target and added help #3

Closed sajayantony closed 1 year ago

sajayantony commented 1 year ago

Avoids accidentally running delete on current cluster.

image
sajayantony commented 1 year ago

Can rebase after #4 if that helps.

vsoch commented 1 year ago

Yes was just going to suggest that! Sorry for the delayed push - I had a meeting the last hour and wanted to get it in before that (but ran out of time). I was able to fix the current bug with cleaning up the volume (deleting the pod) and the Makefile command that I had added for myself (and really should have removed). In addition I'm going to add a helm chart that will allow to control the image deployed (production vs. dev) so I anticipated that and added both of build-dev and push-dev.

sajayantony commented 1 year ago

Updated -

image
vsoch commented 1 year ago

I'll start (likely this evening) a small docs folder (that eventually can be more substantial) but to start will be Markdown, and can write up some of the ideas / use cases in more detail.