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

Hubble UI Fails To Properly Render Within The Browser #809

Open
conradwt opened this issue Mar 4, 2024 · 0 comments
Open

Hubble UI Fails To Properly Render Within The Browser #809

conradwt opened this issue Mar 4, 2024 · 0 comments

Comments

@conradwt
Copy link

conradwt commented Mar 4, 2024

When working through the Getting Started documentation, it says that the port forwards would automatically be setup after executing cilium hubble ui. However, I'm seeing the following issue:

cilium hubble disable
cilium hubble enable --ui
✦ ➜ cilium hubble ui
❌ Unable to execute "kubectl port-forward -n kube-system svc/hubble-ui --address 127.0.0.1 12000:80":
 error: unable to forward port because pod is not running. Current status=Pending


Error: Unable to port forward: unable to execute "kubectl port-forward -n kube-system svc/hubble-ui --address 127.0.0.1 12000:80": exit status 1

After killing the processes by using the kill command and rerunning the cilium hubble ui, I'm seeing the following within the browser for the default namespace:

➜ cilium hubble ui
ℹ️  Opening "http://localhost:12000" in your browser...

Screenshot 2024-03-03 at 10 11 22 PM

Note: I didn't see any visual indicators that the port(s) has been forwarded with the above command but ps aux | grep hubble is showing the following line:

kubectl port-forward -n kube-system svc/hubble-ui --address 127.0.0.1 12000:80`

Finally, here's some additional information about my setup on macOS 14.3.1 (Apple Silicon):

➜ minikube version     
minikube version: v1.32.0

➜ cilium version         
cilium-cli: v0.15.23 compiled with go1.22.0 on darwin/arm64
cilium image (default): v1.15.0
cilium image (stable): v1.15.1
cilium image (running): 1.15.1

➜ hubble version
hubble 0.13.0 compiled with go1.21.6 on darwin/arm64

➜ k version        
Client Version: v1.29.2
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.29.2
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

1 participant