This repository has been archived by the owner on May 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 54
Implement kubernetes driver #763
Comments
We did start some efforts in #560 for Duffle, and https://github.com/deislabs/cnab-operator is an operator implementation that is very much in progress (and would really benefit from some contributions 😅) |
Thanks @radu-matei! #560 is currently giving HTTP 500, but hopefully it will come back next week. |
Try https://github.com/deislabs/duffle/pull/560/files, this seems to work for me. |
I've been working on a k8s driver implementation that leverages the |
@jlegrone - sure! |
Merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
A kubernetes driver would run the invocation image in kubernetes, probably as some kind of job with cluster admin privileges.
Note that the image would not have access to a docker daemon.
This should provide a workaround for the problem of needing to patch
~/.kube/config
for Docker Desktop. See #762 for context.The text was updated successfully, but these errors were encountered: