-
Notifications
You must be signed in to change notification settings - Fork 129
Add kubernetes provisioner and provisioner set support #3818
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
Conversation
Lets resolve the conflicts and push the latest changes. |
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.
This PR looks very good! Put some comments below, apart from those, one other question – could we put some instructions for testing the Kubernetes provisioner in a README.md
in the admin/provisioner
directory. Optionally (I realize this might not be worth the trouble), could also add a test somewhere for the Kubernetes provisioner that starts Minikube using Testcontainers.
This PR rewrites the
provisioner
package to support multiple provisioners and adds a new Kubernetes provisioner type to dynamically provision runtimes.