Open erkerb4 opened 6 months ago
Rolling back the hubble-ui components to 0.12.3 is a temporary workaround for this issue as hinted by #854
fwiw, I tried 0.13.1 Frontend/Backend with cilium v0.16.0-pre3 and failed to make it work.
Tried to revert FE/BE to 0.12.3 and it still didn't work; while I get the js bundles serverd back under the /hubble/
baseUrl, the application renders the same "Unexpected application error"
Is there an existing issue for this?
What happened?
Hello,
I am attempting to deploy the Hubble-UI at
/hubble/
path. I've sethubble.ui.baseUrl: /hubble/
. The relay is also enabled, andhubble.ui.ingress.hosts
is set accordingly. I am using Traefik as Ingress Controller. When I visit the Hubble-UI with the browser, I get anUnexpected Application Error! 404 Not Found
. The hubble-ui backend container does not print much output.values.yaml used for deployment
``` k8sServiceHost: "1.2.3.4" k8sServicePort: "6443" kubeProxyReplacement: "true" ipv4NativeRoutingCIDR: "172.30.0.0/16" ipam: mode: "cluster-pool" operator: clusterPoolIPv4PodCIDRList: "172.30.0.0/20" clusterPoolIPv4MaskSize: 24 socketLB: enabled: true hostNamespaceOnly: true externalIPs: enabled: false nodePort: enabled: true hostPort: enabled: true hubble: relay: enabled: true rollOutPods: true ui: enabled: true rollOutPods: true baseUrl: "/hubble/" ingress: enabled: true annotations: traefik.ingress.kubernetes.io/router.entrypoints: websecure traefik.ingress.kubernetes.io/router.tls: "true" hosts: - some.domain.net tls: - hosts: - some.domain.net frontend: server: ipv6: enabled: false l2announcements: enabled: true leaseDuration: 15s leaseRenewDeadline: 5s leaseRetryPeriod: 2s routingMode: "native" autoDirectNodeRoutes: true annotateK8sNode: true bpf: masquerade: true enableIPv4BIGTCP: true ```Screenshot:
Cilium Version
cilium version Client: 1.15.3 22dfbc58 2024-03-26T11:45:10+01:00 go version go1.21.8 linux/amd64 Daemon: 1.15.3 22dfbc58 2024-03-26T11:45:10+01:00 go version go1.21.8 linux/amd64
Kernel Version
uname -a Linux 6.7.2-1.el7.elrepo.x86_64 cilium/cilium#1 SMP PREEMPT_DYNAMIC Thu Jan 25 21:36:55 EST 2024 x86_64 x86_64 x86_64 GNU/Linux
Kubernetes Version
kubectl version Client Version: v1.28.6 Server Version: v1.28.6
Regression
No response
Sysdump
No response
Relevant log output