Dima Kharitonov

Results 17 comments of Dima Kharitonov

My commit looks good, thanks

Hi all! We definitely want to provide such customization and we have plans to add it.

Every release is likely affected in case of disabled ipv6 support. We will add flag to disable it next release. The only current workaround I think is to replace nginx...

`EOF` error comes from hubble-relay. We need hubble-ui pod backend container logs and hubble-relay pod logs

Same for me, works in dev, broken in prod. Workaround with webpack `optimization.usedExports: false` suggested by @danutzcodrescu helps though.

Hi @iam-prane-eth! What happens if you deploy with helm without ipv6 enabled and with additional flag for ui which disables ipv6 listener in hubble ui nginx: ``` helm upgrade cilium...

Could you share full hubble ui pod frontend container logs where you see failures?

Please share output of `kubectl -n kube-system get configmap hubble-ui-nginx`

`listen [::]:8081;` line is still here. This line is under `hubble.ui.frontend.server.ipv6.enabled` helm variable condition https://github.com/cilium/cilium/blob/687e4f8f403aa75f3e1e42005db51b29fdd9e5ef/install/kubernetes/cilium/templates/hubble-ui/_nginx.tpl#L4 That means that `helm upgrade` command didn't take any effect. Please make sure `helm upgrade`...

Same for me on Arch ``` Linux lenovo 6.1.6-arch1-1 #1 SMP PREEMPT_DYNAMIC Sat, 14 Jan 2023 13:09:35 +0000 x86_64 GNU/Linux ```