-
Notifications
You must be signed in to change notification settings - Fork 210
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
cilium hubble enable|disable are asymmetric #1397
Comments
Hello, thanks for the report! This is probably related to #751. In a nutshell, the Cilium CLI does not interact with Helm to apply its changes, instead it does its own thing, so there are quirks around mixing both. We are aware of the issue and would very much love to fix it, but haven't been able to complete that work as of yet. FWIW the command |
Yes
So hubble is off right now. Lets enable
Hmm.
Marked as fixed, but regressed? #959
Don't know yet..... I really wonder how people are using it. WHat is a recommended low-overhead default setup where the observability UI can be enabled/disabled as needed. Maybe it is better to add a notes to the docs and call out that this does not yet work as you want? |
Either going full Helm or going full CLI (i.e.
I agree the docs are not that great in that regard, since the docs mostly recommend using cc @tklauser in case there are complementary comments. |
This issue has been automatically marked as stale because it has not |
This issue has not seen any activity since it was marked stale. |
Is there an existing issue for this?
What happened?
When I have cilium installed via helm with all defaults, I can use
cilium hubble enable --ui
to enable the hubble ui + relay. The confusing part is that I can't disable them usingcilium hubble disable --ui
.As a workaround I've tried:
Cilium Version
cilium-cli: v0.12.12 compiled with go1.19.4 on linux/amd64
cilium image (default): v1.12.5
cilium image (stable): v1.12.7
cilium image (running): v1.12.7
Kernel Version
5.19.11-1rodete1-amd64 cilium/cilium#1 SMP PREEMPT_DYNAMIC Debian 5.19.11-1rodete1 (2022-10-31) x86_64 GNU/Linux
Kubernetes Version
Client Version: version.Info{Major:"1", Minor:"26", GitVersion:"v1.26.1", GitCommit:"8f94681cd294aa8cfd3407b8191f6c70214973a4", GitTreeState:"clean", BuildDate:"2023-01-18T15:58:16Z", GoVersion:"go1.19.5", Compiler:"gc", Platform:"linux/amd64"}
Kustomize Version: v4.5.7
Server Version: version.Info{Major:"1", Minor:"23", GitVersion:"v1.23.6", GitCommit:"ad3338546da947756e8a88aa6822e9c11e7eac22", GitTreeState:"clean", BuildDate:"2022-04-14T08:43:11Z", GoVersion:"go1.17.9", Compiler:"gc", Platform:"linux/amd64"}
Sysdump
No response
Relevant log output
No response
Anything else?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: