cnabio / cnab-go

A Go implementation of CNAB Core 1.0
MIT License
69 stars 37 forks source link

Support in-cluster k8s #236

Closed carolynvs closed 3 years ago

carolynvs commented 3 years ago

I didn't see a way to add a test for in-cluster without a ton of extra test infra that we don't have right now. If we are concerned that incluster config needs a test case, we will need to add a docker registry to our kind cluster, build a custom image with a fake cnab-go cli, push it to the kind registry and then run it as a pod. It didn't seem worth it just for this one test. 🤷‍♀️