-
Notifications
You must be signed in to change notification settings - Fork 17
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
[Feature Request] Can we include "kubectl get all" and "kubectl get all -o wide" in ECK diagnostics? #57
Comments
@kunisen to make sure I get the feature request right: the goal here is not to get information about more k8s resources ( |
Thanks! @sebgl This similarly expands to all resources so I raised the request for Hope that's clear! |
This should fulfill demands for elastic#57
We are quite reluctant to make this enhancement because:
Wouldn't it be better to put our efforts into a diagnostic visualization tool? |
@VimCommando Per comment above, maybe it's a good topic for how to make our internal visualization tool easier to use. :) |
I am all for getting visualizations going on our data. We just need ECK diags to be supported first:
|
For troubleshooting purpose, having the output of the following 2 commands are more intuitive than current viewing
pods.json/deployments.json/etc
and do some formatting.kubectl get all
kubectl get all -o wide
(It's very similar to have
_cat/nodes
andnodes.json
at the same time which is what we have for Elasticsearch diagnostics)Would also like to have
-o wide
is because it can show which object is on which k8s node, which could be helpful for particular troubleshooting case.The text was updated successfully, but these errors were encountered: