wireapp / wire-server-deploy

Code to install/deploy wire-server (on kubernetes)
https://docs.wire.com
GNU Affero General Public License v3.0
94 stars 45 forks source link

Question: helm upgrade fake-aws times out #700

Closed na3na3na closed 2 months ago

na3na3na commented 4 months ago

Basic information

How did you install Wire?

Im running everything within the docker image provided above pulled from quay.io/wire/wire-server-deploy. and following the instructions from (https://docs.wire.com/how-to/install/helm.html)

Question

After running helm upgrade --install fake-aws wire/fake-aws --wait, it times out waiting for condition. Running it n debug mode does not give any ore instructions other than

UPGRADE FAILED main.newUpgradeCmd.func2 helm.sh/helm/v3/cmd/helm/upgrade.go:229 github.com/spf13/cobra.(*Command).execute github.com/spf13/cobra@v1.7.0/command.go:940 github.com/spf13/cobra.(*Command).ExecuteC github.com/spf13/cobra@v1.7.0/command.go:1068 github.com/spf13/cobra.(*Command).Execute github.com/spf13/cobra@v1.7.0/command.go:992 main.main helm.sh/helm/v3/cmd/helm/helm.go:83 runtime.main runtime/proc.go:267 runtime.goexit runtime/asm_amd64.s:1650

Running kubectl get pods show the fake AWS pods up and running. There are a total of 5, 3 for s3, 1 for sns 1 for sqs.

Is the upgrade actually wokring as intended or should i be concerned about the timing out.