-
Notifications
You must be signed in to change notification settings - Fork 47
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 placement anti-affinity #431
Comments
There is a technical challenge to use affinity policies with PowerVS. For specifying the affinity or anti-affinity we need the id of other VMs which is not practical as the VMs are created in parallel for us. Another option is to use @cs-zhang could you check with the PowerVS team on how to proceed on this? |
I tested with |
After more testing and digging, the current anti-affinity support for PowerVS could not used for OCP installation.
Also the TF's meta-function |
To support a production cluster, the control plane nodes should be on different servers. The same goes for the compute nodes. PowerVS anti-affinity placement rules should be applied to nodes during their deployment.
The text was updated successfully, but these errors were encountered: