-
Notifications
You must be signed in to change notification settings - Fork 93
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 a new check to verify if the platform is supported and node affinity criteria #805
Comments
Hi, thanks for raising this. Just to understand the request better, it looks like we have two things:
Please note that there is a |
Hi @xavpaice, First, thank you for your time and your attention. I was doing some tests and I thought if would not be interesting the "support bundle" (see here the doc) have a check for the following scenario.
(addtional thought). Then, by looking some other spots on the code seems like that its has other conditions ( see here ). Therefore, If we check the nodes in a Kind cluster we can see that the I hope that clarifies better the suggestion. P.S.: I'd be happy to try to collaborate with this one if this RFE be accepted. |
Thanks. I think what we need to do here then is to add a check for the content of Once the analyzer has been updated, we will want to update the bundles in https://github.com/replicatedhq/troubleshoot-specs to cover this. I believe this could be a good addition to the kURL preflights run as well. |
@camilamacedo86 @xavpaice so the outcome should be: if I am running a cluster with a mix of cpu architectures, the analyzer should report a PASS if the cluster has
and that will tell us if this cluster is capable of deploying |
@adamancini that sounds right to me. |
Describe the rationale for the suggested feature.
See that kots only ships amd64 images so far replicatedhq/kots#3360.
Also, it seems to have some nodeAffinity to verify the labels as well: replicatedhq/kots#3361
Describe the feature
Therefore, the idea here would to be proposed a new check to verify the cluster node platform and the labels (nodeAffinity criteria)
The text was updated successfully, but these errors were encountered: