-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
ArgoCD: Logs tab is not visible in latest version of ArgoCD #9231
Comments
@nikhleshgoenka I'm seriously confused. Your Argo CD version is Also
|
@todaywasawesome @crenshaw-dev I’ve pulled my ArgoCD HA manifests from the master branch and whenever I restart my pods it keeps taking the latest builds. Output what I gave comes from ArgoCD UI, it gives a JSON which comes when I click the ArgoCD logo. So is it a bug in ArgoCD UI vs CLI? Here is the output from CLI:
UI Output Snip: |
Also, live manifests for pods (and some but not all other resources that were created as children of resources in manifests) are not showing in the UI. |
Some more information, apparently something has changed and the call is now invalid:
|
Right, this is supposedly a regression introduced by #8929, I tested locally on a commnit previous to it and it works, and the commit with the gRPC update apparently broke it. |
@nikhleshgoenka Yes, this is a bug in 2.4 that is preventing release, @crenshaw-dev and @jannfis are correct. I don't know if your intention was to test pre-release versions but you should deploy a specific version when installing unless you're trying specifically to test pre-release versions. https://github.com/argoproj/argo-cd/releases/tag/v2.3.3 For the moment I think we should close this issue as it's part of #8929 and opening bugs on pre-release doesn't really make sense. |
Signed-off-by: Michael Crenshaw <michael@crenshaw.dev>
* fix(ui): missing manifests and logs (#9231) Signed-off-by: Michael Crenshaw <michael@crenshaw.dev> * feat: make exec feature opt-in Signed-off-by: Michael Crenshaw <michael@crenshaw.dev> * fix codegen Signed-off-by: Michael Crenshaw <michael@crenshaw.dev> * use create instead of get for exec to match k8s Signed-off-by: Michael Crenshaw <michael@crenshaw.dev> * add RBAC instructions for exec Signed-off-by: Michael Crenshaw <michael@crenshaw.dev> * delete old line Signed-off-by: Michael Crenshaw <michael@crenshaw.dev> * remove unnecessary caveat Signed-off-by: Michael Crenshaw <michael@crenshaw.dev>
Checklist:
argocd version
.Describe the bug
Logs tab is not visible which used to come before. This is broken with latest tag of ArgoCD
To Reproduce
Click on the pod kind and observe the pop-up.
Expected behavior
Logs tab should be visible for Pods.
Screenshots
Version
Logs
The text was updated successfully, but these errors were encountered: