Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.13.0 doesn't work with baseUrl #854

Open
hellt opened this issue Apr 28, 2024 · 3 comments
Open

v0.13.0 doesn't work with baseUrl #854

hellt opened this issue Apr 28, 2024 · 3 comments
Assignees

Comments

@hellt
Copy link

hellt commented Apr 28, 2024

Hi all,
I've been serving hubble-ui under a baseUrl <domain>/baseUrl by setting the following in the chart values:

hubble:
  enabled: true
  relay:
    enabled: true
  ui:
    enabled: true
    baseUrl: "/hubble/"
    frontend:
      image:
        tag: "v0.12.3"
    backend:
      image:
        tag: "v0.12.3"

When switching to v0.13.0 tag for the FE and BE components the web app errors with

"Unexpected application error. 404 Not Found"

Latest working version for me is 0.12.3

@hellt hellt changed the title v0.13.0 doesn't work baseUrl v0.13.0 doesn't work with baseUrl Apr 28, 2024
@geakstr geakstr self-assigned this Apr 30, 2024
@alex-berger
Copy link

Looks like a duplicate of #889

@tsunamaru
Copy link

Hubble UI via Rancher Proxy also broken since 0.13.0
But I'm not sure if this issue is related since on 0.12.3 it works fine without altering hubble.ui.baseUrl.

0.12.3:
SCR-20240608-mylx

0.13.0:
SCR-20240608-mzju

Values:

# /var/lib/rancher/rke2/server/manifests/rke2-cilium-config.yaml
---
apiVersion: helm.cattle.io/v1
kind: HelmChartConfig
metadata:
  name: rke2-cilium
  namespace: kube-system
spec:
  valuesContent: |-
    kubeProxyReplacement: true
    k8sServiceHost: lb-internal-ip
    k8sServicePort: 6443
    hubble:
      enabled: true
      relay:
        enabled: true
      ui:
        enabled: true
        frontend:
          image:
            tag: "v0.12.3"
        backend:
          image:
            tag: "v0.12.3"

@alex-berger
Copy link

Maybe this is related to cilium/cilium#29563?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants