VMax

Results 7 comments of VMax

I've faced with this issue as well. I believe it's related to resources. When querying a huge bunch of data, jaeger starts to consume memory avalanche-like (see pic) ![Screenshot](https://user-images.githubusercontent.com/48584368/153666709-2bcda2ab-8c5e-44d8-b454-40e159548f4d.png) Sometimes...

Hi @gabrielcalderon! I couldn't represent your problem. Here is my docker-compose file: ``` version: '2.0' services: ui: image: idobry/chartmuseumui:latest environment: CHART_MUSESUM_URL: "http://chartmuseum:8080" ports: - 3000:8080 chartmuseum: image: chartmuseum/chartmuseum:latest volumes: -...

You have a misconfiguration. My versions: ``` ------------------------------------------------------------------------------- NGINX Ingress controller Release: v0.45.0 Build: 7365e9eeb2f4961ef94e4ce5eb2b6e1bdb55ce5c Repository: https://github.com/kubernetes/ingress-nginx nginx version: nginx/1.19.6 ------------------------------------------------------------------------------- ``` My configs. I'm not using the `all-in-one` solution,...

@BBQigniter glad to know that I could partially help. Based on [nginx.tmpl](https://github.com/kubernetes/ingress-nginx/blob/controller-v1.1.1/rootfs/etc/nginx/template/nginx.tmpl) file everything is in the right place I would suggest: 1. Pull out built nginx.conf and check that...

@BBQigniter After a while I've faced with this question again :) This is actually a proper way how to config jaeger agent daemonset for nginx controller. Unfortunatelly, the documentation doesn't...

@safchain Thank you for the quick response! I've tried to run skydive/skydive-ui:latest before, but it failed with error. It's in the development status, I've decided don't mention it. >internal/modules/cjs/loader.js:638 throw...

I've replaced the image in the Deployment manifest in the example. I have an interest in my k8s cluster flows. locally there are no issues