-
Notifications
You must be signed in to change notification settings - Fork 109
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
Support arbitrary Compute Engine VMs for OSS #794
Comments
@anarazel, just wanted to check if you'll be up to testing this feature on PostgresQL once it is available. |
Yes. |
It took a little longer then anticipated due to an ongoing refactoring but |
Seems to work well! Still need to script building an image with a bleeding edge kernel on a regular basis - but that's my issue not yours... Thanks a lot! |
Right now
docker_builder
is essentially a VM that we maintain. But some folks requested features that can be covered by allowing any custom VMs from the users with any number of CPUs/memory. Many issues can be resolved by this, for example:Here is an analogue of
docker_builder
:This is basically a stripped version of
gce_instance
but for OSS and which can use any public compute engine VM.The text was updated successfully, but these errors were encountered: