Skip to content
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

Can't view Promote Full button on rollouts #10355

Closed
3 tasks done
wesbrownfavor opened this issue Aug 16, 2022 · 2 comments
Closed
3 tasks done

Can't view Promote Full button on rollouts #10355

wesbrownfavor opened this issue Aug 16, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@wesbrownfavor
Copy link

wesbrownfavor commented Aug 16, 2022

Checklist:

  • I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
  • I've included steps to reproduce the bug.
  • I've pasted the output of argocd version.

Describe the bug

I recently updated from 2.3.3 to 2.4.9 and when I try to manually promote a rollout I am not presented with the button to do so. I see the rollout in a paused state and the button does appear for a split second before disappearing.

To Reproduce

Click the settings icon on a rollout in ArgoCD v2.4.9+1ba9008

Expected behavior

I would expect to have the promote-full button under the options menu for rollouts in a paused state.

Screenshots
Screen Shot 2022-08-16 at 1 57 17 PM

Version

argocd: v2.4.9+1ba9008
  BuildDate: 2022-08-11T15:22:41Z
  GitCommit: 1ba9008536b7e61414784811c431cd8da356065e
  GitTreeState: clean
  GoVersion: go1.18.5
  Compiler: gc
  Platform: linux/amd64

Logs
These logs are generated whenever I click the settings button for my rollout

time="2022-08-16T19:13:04Z" level=info msg="received unary call /cluster.SettingsService/Get" grpc.method=Get grpc.request.claims="{\"at_hash\":\"idk_if_this_is_a_secret\",\"aud\":\"argo-cd\",\"c_hash\":\"idk_if_this_is_a_secret\",\"email\":\"me@my_company.com\",\"email_verified\":true,\"exp\":1660762374,\"groups\":[\"my_company:Infrastructure\",\"my_company:Everybody\",\"my_company:My_Group\",\"my_company:pci-ncc\",\"my_company:My_Group\"],\"iat\":1660675974,\"iss\":\"https://argocd.devops.fvr.internal/api/dex\",\"name\":\"Me\",\"preferred_username\":\"my_user\",\"sub\":\"idk_if_this_is_a_secret\"}" grpc.request.content= grpc.service=cluster.SettingsService grpc.start_time="2022-08-16T19:13:04Z" span.kind=server system=grpc
time="2022-08-16T19:13:04Z" level=info msg="Ignore status for CustomResourceDefinitions"
time="2022-08-16T19:13:04Z" level=info msg="Ignore '/spec/preserveUnknownFields' for CustomResourceDefinitions"
time="2022-08-16T19:13:04Z" level=info msg="received unary call /application.ApplicationService/ListResourceActions" grpc.method=ListResourceActions grpc.request.claims="{\"at_hash\":\"idk_if_this_is_a_secret\",\"aud\":\"argo-cd\",\"c_hash\":\"idk_if_this_is_a_secret\",\"email\":\"me@my_company.com\",\"email_verified\":true,\"exp\":1660762374,\"groups\":[\"my_company:Infrastructure\",\"my_company:Everybody\",\"my_company:My_Group\",\"my_company:pci-ncc\",\"my_company:My_Group\"],\"iat\":1660675974,\"iss\":\"https://argocd.devops.fvr.internal/api/dex\",\"name\":\"Me\",\"preferred_username\":\"my_user\",\"sub\":\"idk_if_this_is_a_secret\"}" grpc.request.content="name:\"feedback-app-qa\" namespace:\"runner\" resourceName:\"feedback-app-qa\" version:\"v1alpha1\" group:\"argoproj.io\" kind:\"Rollout\" " grpc.service=application.ApplicationService grpc.start_time="2022-08-16T19:13:04Z" span.kind=server system=grpc
time="2022-08-16T19:13:04Z" level=info msg="finished unary call with code OK" grpc.code=OK grpc.method=Get grpc.service=cluster.SettingsService grpc.start_time="2022-08-16T19:13:04Z" grpc.time_ms=8.158 span.kind=server system=grpc
time="2022-08-16T19:13:04Z" level=info msg="Ignore status for CustomResourceDefinitions"
time="2022-08-16T19:13:04Z" level=info msg="Ignore '/spec/preserveUnknownFields' for CustomResourceDefinitions"
time="2022-08-16T19:13:04Z" level=info msg="finished unary call with code OK" grpc.code=OK grpc.method=ListResourceActions grpc.service=application.ApplicationService grpc.start_time="2022-08-16T19:13:04Z" grpc.time_ms=18.979 span.kind=server system=grpc
time="2022-08-16T19:13:04Z" level=info msg="received unary call /account.AccountService/CanI" grpc.method=CanI grpc.request.claims="{\"at_hash\":\"idk_if_this_is_a_secret\",\"aud\":\"argo-cd\",\"c_hash\":\"idk_if_this_is_a_secret\",\"email\":\"me@my_company.com\",\"email_verified\":true,\"exp\":1660762374,\"groups\":[\"my_company:Infrastructure\",\"my_company:Everybody\",\"my_company:My_Group\",\"my_company:pci-ncc\",\"my_company:My_Group\"],\"iat\":1660675974,\"iss\":\"https://argocd.devops.fvr.internal/api/dex\",\"name\":\"Me\",\"preferred_username\":\"my_user\",\"sub\":\"idk_if_this_is_a_secret\"}" grpc.request.content="resource:\"exec\" action:\"create\" subresource:\"feedback-app/feedback-app-qa\" " grpc.service=account.AccountService grpc.start_time="2022-08-16T19:13:04Z" span.kind=server system=grpc
time="2022-08-16T19:13:04Z" level=info msg="finished unary call with code OK" grpc.code=OK grpc.method=CanI grpc.service=account.AccountService grpc.start_time="2022-08-16T19:13:04Z" grpc.time_ms=0.344 span.kind=server system=grpc

This seems similar to #10327

@wesbrownfavor wesbrownfavor added the bug Something isn't working label Aug 16, 2022
@wesbrownfavor
Copy link
Author

Just to update reverting to 2.4.8 fixes the issue.

@crenshaw-dev
Copy link
Member

Thanks for the report! Closing as a duplicate of #10327. Putting up a fix soon...

@crenshaw-dev crenshaw-dev closed this as not planned Won't fix, can't repro, duplicate, stale Aug 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants