-
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
kubectl kots install <app--channel>
fails with default app and unstable channel
#3353
Comments
Hello @camilamacedo86! This seems to indicate that some of the admin console resources failed to become ready during the installation. Performing a Also, we have a Support Bundle utility that will collect this kind of information from the cluster automatically. Here's a link to our docs for steps on how to generate one: https://docs.replicated.com/enterprise/troubleshooting-an-app#generating-a-bundle-using-the-cli. If you do generate one, you can provide the generated |
Hi @cbodonnell, Thank you a lot for your time and attention 🙏 . Note that I am creating a new app, a new release without any change just to test it out The error is
My guess is that it is failing because of: Lines 230 to 241 in b43fa9a
See that I have the label TL'DR: Following the outputs for your conference:
Following all outputs:
See as well the report with troboolshoting (but that does not bring any new/helpful info):
|
Hi @camilamacedo86, I believe the following could be the issue (from the
The kotsadm deployment has a node affinity applied so that it will only be scheduled on The support bundle command should have also generated a I hope this is helpful! |
Hi @cbodonnell, Thank you for your help to understand the issue. I tried to track the issues/rfes/suggestions in a better way. Please, feel free to check and let me know wdyt and/or how can I help. About support arm64 It seems that it will not work out by removing the tolerant criteria, see: #896. It shows that the for we are able to support arm64 the images used must also be built for arm64. Therefore, I open a new issue for it: (RFE) #3360 Also, I am prosing we add the info into the README for now so that we can avoid others facing the same, see: https://github.com/replicatedhq/kots/pull/3362/files Node Affinity criteria also seem that would not work on kind by default I believe that after solving that I might fail on another issue as well. See that when I change the kind for 3 nodes I faced the About I could find it really thank you. But, in this case, that does seem too much help either. I mean, by knowing that arm64 is not supported then we can know the reason for the problem but it has not a check like "validate cluster platform". I raised this one as one: replicatedhq/troubleshoot#805 Again, thank you a lot for your time and attention. |
Description
Unable to run
kubectl kots install <app--channel>
following the getting started guide: https://docs.replicated.com/vendor/tutorial-installing-with-existing-clusterNote that the app/release was created with the default files only and I am unable to start the admin console:
Environment
The text was updated successfully, but these errors were encountered: