Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

[incubator/jaeger] Sample configurations #6976

Closed
sta-szek opened this issue Aug 3, 2018 · 3 comments
Closed

[incubator/jaeger] Sample configurations #6976

sta-szek opened this issue Aug 3, 2018 · 3 comments
Labels
lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.

Comments

@sta-szek
Copy link

sta-szek commented Aug 3, 2018

Is this a BUG REPORT or FEATURE REQUEST? (choose one): FEATURE REQUEST
Which chart: jaeger

Hi, actually I don't know if that issue should be here, as sample configurations depends or kubernetes (ingress / services / ...) configuration.
However I believe it would be nice to prepare few (or at least one, the most used) configurations + images with description.

E.g.

  1. If you want to expose UI and hide everything else then use LoadBalancer or Ingress for query-pod. + image
  2. If you disable host network then smth will stop working...

I know this is more k8s management knowledge, however it will be really helpful for people to start with that (quite complex) chart.

Maybe it would solve my problem -- I use default values (which I believe should be production ready) and have error on agents:

{"level":"info","ts":1533304410.5446763,"caller":"peerlistmgr/peer_list_mgr.go:157","msg":"Not enough connected peers","connected":0,"required":1}
{"level":"info","ts":1533304410.5447237,"caller":"peerlistmgr/peer_list_mgr.go:166","msg":"Trying to connect to peer","host:port":"jaeger-collector:14267"}
{"level":"error","ts":1533304410.7951396,"caller":"peerlistmgr/peer_list_mgr.go:171","msg":"Unable to connect","host:port":"jaeger-collector:14267","connCheckTimeout":0.25,"error":"tchannel error ErrCodeTimeout: timeout","stacktrace":"github.com/jaegertracing/jaeger/pkg/discovery/peerlistmgr.(*PeerListManager).ensureConnections\n\t/home/travis/gopath/src/github.com/jaegertracing/jaeger/pkg/discovery/peerlistmgr/peer_list_mgr.go:171\ngithub.com/jaegertracing/jaeger/pkg/discovery/peerlistmgr.(*PeerListManager).maintainConnections\n\t/home/travis/gopath/src/github.com/jaegertracing/jaeger/pkg/discovery/peerlistmgr/peer_list_mgr.go:101"}

(does not have it when running docker all-in-one locally)

@davidvonthenen
Copy link
Collaborator

davidvonthenen commented Aug 3, 2018

Hi @sta-szek

I would think the most used configuration is the default which is simply helm install incubator/jaeger. If you are looking for customizing paramters, I would read the helm documentation located at https://docs.helm.sh/using_helm and look for the section "Customizing the Chart Before Installing".

For item 1, I am not sure what you mean by "hide everything else". The chart already supports using a LoadBalancer which can be configured using --set query.service.loadBalancerSourceRanges and ingress can be enabled using --set query.ingress.enabled=true providing you have an ingress controller setup.

Not really sure I understand your item 2. You can find me in the Kubernetes slack channel #helm-users if you want to discuss.

@stale
Copy link

stale bot commented Sep 2, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions.

@stale stale bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Sep 2, 2018
@stale
Copy link

stale bot commented Sep 16, 2018

This issue is being automatically closed due to inactivity.

@stale stale bot closed this as completed Sep 16, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.
Projects
None yet
Development

No branches or pull requests

2 participants