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

relay pod is restarting multiple time when installing chart #80

Open
2 tasks
akshay196 opened this issue Mar 30, 2023 · 0 comments
Open
2 tasks

relay pod is restarting multiple time when installing chart #80

akshay196 opened this issue Mar 30, 2023 · 0 comments
Labels
bug Something isn't working needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.

Comments

@akshay196
Copy link
Member

Expected vs actual behavior

Actual:
relay-server pod is restarting multiple time when installation helm chart.

$ kubectl get pod
NAME                                        READY   STATUS             RESTARTS        AGE
dashboard-858c966799-tqlxw                  1/1     Running            0               6m57s
myrelease-contour-contour-86768d474-6kj44   1/1     Running            0               6m57s
myrelease-contour-envoy-gmwh8               2/2     Running            0               6m57s
myrelease-fluent-bit-v7vs7                  1/1     Running            1 (3m50s ago)   6m57s
myrelease-kratos-6dd4b64b79-8h6vv           1/2     Running            0               6m57s
myrelease-kratos-courier-0                  2/2     Running            0               6m57s
myrelease-postgresql-0                      1/1     Running            0               6m57s
paralus-7694dccf6-v5dkv                     0/2     Init:2/3           0               6m57s
prompt-6d9cf67478-8r65k                     2/2     Running            0               6m57s
relay-server-5bcdfb68bc-d74k4               1/2     CrashLoopBackOff   4 (50s ago)     6m57s

Error messages from relay-sever container:

{"level":"error","ts":"2023-03-30T13:41:52.690Z","caller":"relay/relay.go:652","msg":"Relay Server::failed to register relay with peer-service-bootstrap service, will retry error: context deadline exceeded  ","stacktrace":"github.com/paralus/relay/pkg/relay.relayServerBootStrap\n\t/build/pkg/relay/relay.go:652\ngithub.com/paralus/relay/pkg/relay.RunRelayServer\n\t/build/pkg/relay/relay.go:794"}
{"level":"error","ts":"2023-03-30T13:42:22.691Z","caller":"relay/relay.go:378","msg":"Relay Server::failed to register peering relay error: context deadline exceeded  ","stacktrace":"github.com/paralus/relay/pkg/relay.registerRelayPeerService\n\t/build/pkg/relay/relay.go:378\ngithub.com/paralus/relay/pkg/relay.relayServerBootStrap\n\t/build/pkg/relay/relay.go:650\ngithub.com/paralus/relay/pkg/relay.RunRelayServer\n\t/build/pkg/relay/relay.go:794"}
{"level":"error","ts":"2023-03-30T13:42:22.692Z","caller":"relay/relay.go:652","msg":"Relay Server::failed to register relay with peer-service-bootstrap service, will retry error: context deadline exceeded  ","stacktrace":"github.com/paralus/relay/pkg/relay.relayServerBootStrap\n\t/build/pkg/relay/relay.go:652\ngithub.com/paralus/relay/pkg/relay.RunRelayServer\n\t/build/pkg/relay/relay.go:794"}

Expected:
Pod should not restart but can wait for depending services to come up.

Steps to reproduce the bug

Install Paralus helm chart as per document on any environment.

Are you using the latest version of the project?

What is your environment setup? Please tell us your cloud provider, operating system, and include the output of kubectl version --output=yaml and helm version. Any other information that you have, eg. logs and custom values, is highly appreciated!

All environments.

(optional) If you have ideas on why the bug happens or how it can be solved, please provide it here

Relay pod keep hitting paralus endpoint and it fails. Paralus pod takes extra time to come up.

  • I've described the bug, included steps to reproduce it, and included my environment setup with all customizations.
  • I'm using the latest version of the project.
@akshay196 akshay196 added bug Something isn't working new Needs triage needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. and removed new Needs triage labels Mar 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.
Projects
None yet
Development

No branches or pull requests

1 participant