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

Open another repo to contain all functionality of Kubernetes cluster prerequisites preflight #1370

Open
allencloud opened this issue May 7, 2022 · 0 comments
Assignees
Labels
kind/feature Category issues or PRs related to feature request

Comments

@allencloud
Copy link
Member

Issue Description

Type: feature request

When sealer run a Clusterfile to start a distributed application, it would construct the cluster(including application and Kubernetes) of several nodes from the scratch.

To improve the construct efficiency, technology should previously detect all the unsatisfied conditions of the underlying infrastructure including:

  • resource condition: CPU, memory, disk and so on;
  • OS related condition: kernel version, os distribution version and so on;
  • network condition: network interface details, firewall settings and so on;
  • some others

I would like to see an independent repo which has the above goal. Since it is quite general, I think. We can not only use it in sealer ecosystem, but also some other scenarios without sealer but facing the same preflight demand.

And I found that in https://github.com/replicatedhq/troubleshoot , preflight functionality seems to be contained. Wish to see the explicit relation or comparison of this one and troubleshoot.

Describe what feature you want

Additional context

Add any other context or screenshots about the feature request here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Category issues or PRs related to feature request
Projects
None yet
Development

No branches or pull requests

2 participants