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 Not Working With Cilium v1.12.1 #9567

Closed
LukasNajman opened this issue Dec 13, 2022 · 2 comments · Fixed by #9735
Closed

Hubble Not Working With Cilium v1.12.1 #9567

LukasNajman opened this issue Dec 13, 2022 · 2 comments · Fixed by #9735
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@LukasNajman
Copy link
Contributor

Hubble stopped working after #9225, which upgraded Cilio to v1.12.1. As part of PR, Hubble deployment was not modified and is now incompatible with Cilio v1.12.1.

When deployed with the following settings

### Enable Hubble without install
cilium_enable_hubble: true
### Enable Hubble Metrics
cilium_enable_hubble_metrics: true
### if cilium_enable_hubble_metrics: true
cilium_hubble_metrics:
 - dns
 - drop
 - tcp
 - flow
 - icmp
 - http
### Enable Hubble install
cilium_hubble_install: true
### Enable auto generate certs if cilium_hubble_install: true
cilium_hubble_tls_generate: true

hubble-ui pod ends up in CrashLoopBackOff as proxy container (envoy) fails to start. When I looked at the newer version of Hubble deployment, I can see that envoy was replaced by nginx.

Environment:

  • Azure
  • Ubuntu 22.04
  • Ansible 2.12.5
  • Python 3.8.10

Kubespray version (commit) (git rev-parse --short HEAD):
5a978d78

Network plugin used:
Cilium v1.12.1

@LukasNajman LukasNajman added the kind/bug Categorizes issue or PR as related to a bug. label Dec 13, 2022
@yankay
Copy link
Member

yankay commented Dec 14, 2022

Thanks @LukasNajman

Welcome to provide the PR to fix it.
Help wanted :-)

@oomichi
Copy link
Contributor

oomichi commented Dec 26, 2022

confirmed this issue is reproducible at CI as #9613

        "kube-system   hubble-ui-798b46d878-jcslb           2/3     CrashLoopBackOff    7 (2m38s ago)   7m27s   10.233.65.56    instance-2   <none>           <none>",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants