-
Notifications
You must be signed in to change notification settings - Fork 712
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
hide k8s pause containers from k8s details #2324
Comments
I have given some thought to this and I am not sure we should be treating them so specially (more so than other system containers). It will feel strange to show them in the container topology (when system containers are enabled) and not show them in the detail panels. That said, its true that their details don't add anything ... |
I should have added that I filed this issue based on user feedback (which I happen to agree with ;). Alas I also struggle to work out how exactly to achieve the desired outcome, given that we don't want to always hide the pause containers everywhere. |
It's actually much easier than I thought, see #2338 |
Right, but does it make sense? Or is it misleading? |
Uhm, given that pause containers:
I don't think it hurts. To normalize it, we could add an Application/System selector to the k8s views (like we have in the containers view) but I am not sure it's worth it. |
Note that this would probably conflict with #1423 |
Then we (I) already completely broke it on #1904 |
on balance, I think I approve. |
It is really quite distracting to see the 'pause' processes / 'POD' containers that kubernetes adds to every pod.
A user can already hide them in the container topology by selecting the 'Application Containers' filter. But there is no way to omit them from container and process lists in the detail panels of pods, replica sets, deployments and services.
The text was updated successfully, but these errors were encountered: