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

Check Cluster CPU/Memory Resources in Bootstrap #47

Open
strangiato opened this issue Sep 26, 2024 · 3 comments
Open

Check Cluster CPU/Memory Resources in Bootstrap #47

strangiato opened this issue Sep 26, 2024 · 3 comments

Comments

@strangiato
Copy link
Member

When deploying a cluster with the bootstrap script it is not uncommon to not have enough resources in the nodes to successfully deploy everything.

It would be great if the bootstrap script did a check of the available CPU and Memory and made sure that there was more than a set minimum of both of those resources. If it doesn't it may give you a warning and provide you the option to continue (allowing you to correct the issue by spinning up additional nodes if you wish to).

@strangiato
Copy link
Member Author

An initial estimate is about 20 CPUs and 50 GiB required.

@carlmes
Copy link
Member

carlmes commented Oct 7, 2024

Great idea, while installing on a default AWS OpenShift cluster I get the following issues in ArgoCD:
image

@carlmes
Copy link
Member

carlmes commented Oct 7, 2024

By default, it looks like no dedicated worker nodes are scaled up on the demo.redhat.com instance, meaning that they hyper-converged worker/control plane is running out of availability during provisioning

image

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

No branches or pull requests

2 participants