You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multiple minor changes in Jaeger demo deployment in OKE (#7427)
## Which problem is this PR solving?
- Part of #7115
- Fix the issue where hotrod redirected to jaeger-ui to localhost
- Deleted unused YAML in one of the previous PRs but that was indeed
needed to help jaeger access the prometheus database when created with
helm .
- add --force flag to ensure upgrade are not done inplace but by
recreating the pods
## How was this change tested?
- locally on a kind cluster
## Checklist
- [ ] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [ ] I have signed all commits
- [ ] I have added unit tests for the new functionality
- [ ] I have run lint and test steps successfully
- for `jaeger`: `make lint test`
- for `jaeger-ui`: `npm run lint` and `npm run test`
---------
Signed-off-by: chahat sagar <[email protected]>
0 commit comments