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 note regarding minimal instance types for control plane nodes #54

Open
a13x5 opened this issue Dec 9, 2024 · 1 comment
Open

Add note regarding minimal instance types for control plane nodes #54

a13x5 opened this issue Dec 9, 2024 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@a13x5
Copy link
Contributor

a13x5 commented Dec 9, 2024

Some providers are having specific requirements for instance type (amount of resources) which is assigned to control plane nodes.

For example when using Azure Standard_B1s it will fail with the following message:

failureMessage: failed to reconcile AzureMachine service virtualmachine: failed to get desired parameters for resource my-azure-managedcluster4/my-azure-managedcluster4-cp-0 (service: virtualmachine): reconcile error that cannot be recovered occurred: VM size should be bigger or equal to at least 2 vCPUs. Object will not be requeued

We should add a note for all supported providers regarding a minimum that is required to create a cluster.

@DinaBelova DinaBelova added the documentation Improvements or additions to documentation label Dec 10, 2024
@bnallapeta
Copy link
Member

Similar thing happens with OpenStack too:

[   14.473370] cloud-init[936]: [2024-11-13 12:12:30] [preflight] Running pre-flight checks
[   14.473970] cloud-init[936]: [2024-11-13 12:12:30] error execution phase preflight: [preflight] Some fatal errors occurred:
[   14.476860] cloud-init[936]: [2024-11-13 12:12:30] 	[ERROR NumCPU]: the number of available CPUs 1 is less than the required 2

And here are the docs for the same: https://cluster-api-openstack.sigs.k8s.io/clusteropenstack/configuration.html#machine-flavor

@a13x5 a13x5 self-assigned this Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Status: Todo
Development

No branches or pull requests

3 participants