Skip to content
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

Add support for MachinePool #32

Closed
hyder opened this issue Mar 14, 2022 · 2 comments · Fixed by #89
Closed

Add support for MachinePool #32

hyder opened this issue Mar 14, 2022 · 2 comments · Fixed by #89
Labels
enhancement New feature or request

Comments

@hyder
Copy link
Member

hyder commented Mar 14, 2022

What would you like to be added:
Support for multiple MachinePools. This would be implemented by OCI's InstancePool.

Why is this needed:

Currently, when we create a cluster, worker instances, they are created as individual instances. This means that failures in control plane/worker nodes have to be manually addressed.

We can address the above and make self-managed clusters created by CAPOCI more flexible and more resilient to failures.

@hyder hyder added the enhancement New feature or request label Mar 14, 2022
@shyamradhakrishnan
Copy link
Contributor

@hyder can you please edit the statement 1 and 2, it is possible right now also, and machine pools will not help with it. You can create as many machine deployments you want and set different shapes via custom templates. What it will help is point 3. The bug gives the user impression that we cant run mixed workloads right now which is not true.

@hyder
Copy link
Member Author

hyder commented Mar 14, 2022

@shyamradhakrishnan thanks for reviewing. fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants