-
Notifications
You must be signed in to change notification settings - Fork 274
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
feat: add ephemeral kubernetes provider #4927
Conversation
b2ed9d6
to
d08c2d9
Compare
149eb0e
to
ea2c1f3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Woop woop! I added a bunch of corrections and questions, mostly around the docs! Thanks for the PR @shumailxyz !!
@10ko Thanks for all the suggestions. I couldn't directly apply suggestions because I had some local changes to docs but manually used those. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks really good! Just one small nitpick and a couple of comments on the existing threads from my side.
Good to go for me, at least as a first version, we can iterate on it. I'll leave it to the others to approve, so all requests are taken into consideration. |
dismissing due to being stale
What this PR does / why we need it:
Adds a new provider
ephemeral-kubernetes
that allows to use ephemeral clusters.Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
examples/ephemeral-cluster-demo
showcasing use of ephemera-kubernetes provider. Will be adding the vote example using the new provider in separate PR.