-
Notifications
You must be signed in to change notification settings - Fork 45
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
wire-server installation failed #470
Comments
If you add --debug to the command, you might get some more information on
what's going on.
…On Sun, Jun 13, 2021 at 12:20 PM JonnyX11 ***@***.***> wrote:
Hello,
I got this error, Anyone know what to do ?
bash-4.4# helm upgrade --install wire-server wire/wire-server -f
my-wire-server/values.yaml -f my-wire-server/secrets.yaml --wait
Error: UPGRADE FAILED: pre-upgrade hooks failed: timed out waiting for the
condition
Can you please help?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#470>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA2SFN5QQY6TWCH5IG5JXTTSSA6DANCNFSM46TTVQJA>
.
--
勇気とユーモア
|
bash-4.4# helm upgrade --install wire-server wire/wire-server -f my-wire-server/values.yaml -f my-wire-server/secrets.yaml --wait --debug upgrade.go:369: [debug] warning: Upgrade "wire-server" failed: pre-upgrade hooks failed: timed out waiting for the condition |
bash-4.4# helm upgrade --install wire-server wire/wire-server -f my-wire-server/values.yaml -f my-wire-server/secrets.yaml --wait --debug |
Anyone :( |
Are you installing the demo stuff, or the production stuff? Which pages in the documentation are you following exactly? Can you give us a complete log of the commands you type, and their output, from the beginning? I don't have an idea right now of what might be going wrong, but providing this information might help somebody else find a solution for you easier than without that information. Sorry for taking so long to answer, I completely missed the notification for your message in my inbox. |
How much RAM and how many CPUs do you have on the server? Can you give us the results of: cat /proc/cpuinfo | grep processor | wc -l free -m As well as the result of «uptime» before and after the helm upgrade command ? Thanks. |
Hello @JonnyX11 we are always happy to help, but we kindly ask people who reach out for help to be cooperative. So, would you mind following the template structure that we put in place for these kind of scenarios? You might notice some significant overlap between the questions lisyted in the template and the ones asked by @arthurwolf Additionally to what is in the template, please provide us with some more context. For example, is it your first installation or are you trying to upgrade an installation? If the latter, did you check the release notes for the new version you installed - also for wire-server? Please note, you will find the code for each chart in there. Lastly, please provide us with the output of Thank you. |
first of all thank you very much for your help! Basic information
bash-4.4# ansible --version How did you install Wire?according to the productions docs: I used the docker option for helm I worked on Ubuntu 18.04 for all virtual machines
Please see the outputs here : bash-4.4# kubectl version bash-4.4# kubectl get pods -o wide --all-namespaces bash-4.4# cat /proc/cpuinfo | grep processor | wc -l bash-4.4# helm upgrade --install wire-server wire/wire-server -f my-wire-server/values.yaml -f my-wire-server/secrets.yaml --wait --debug bash-4.4# helm list --all |
The details was OK on the last post ? it was clear ? |
Anyone? |
Hello,
I got this error, Anyone know what to do ?
bash-4.4# helm upgrade --install wire-server wire/wire-server -f my-wire-server/values.yaml -f my-wire-server/secrets.yaml --wait
Error: UPGRADE FAILED: pre-upgrade hooks failed: timed out waiting for the condition
Can you please help?
The text was updated successfully, but these errors were encountered: