-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Embedded Local Registry #410
Comments
this would be great. I'm currently trying to implement steps from kind's guide for a local registry into a test using the e2e-framework so I'll keep an eye on this issue |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/remove-lifecycle rotten |
What do you want to see?
It would be very nice to have a convenient way to build container apps directly from the source and test it. To achieve that, I think a lightweight local embedded registry is required.
The post in another issue describes a way to build a controller with the operator SDK directly into the cluster, but other kinds of container app/components are not supported.
So I am proposing adding a local embedded registry into the testing framework so any kind of app can be tested with the e2e framework and the registry.
Extra Labels
No response
The text was updated successfully, but these errors were encountered: