I am using ArgoCD CLI to access ArgoCD and watch/manage my K8s clusters.
How can I get details on some resources like events?
I know, I can list the resources with argocd app resources <app-name>
.
But how can I get the details I can get in the web-app like here?
I need to debug eg. why a container fails to start:
Please note: yes, I know how to use kubectl, but I don't have permissions on all clusters to use kubectl and need to access the logs and events with ArgoCD. Hence the question.
You can try to use --output tree=detailed
, which will give you information about events in objects on the application