argocd common task when working with application

 To list history 

argocd app history guestbook

To rollback application 

argocd app set guestbook --sync-policy manual

argocd app rollback guestbook

argocd app rollback guestbook <specific version> 

Sync 

argocd app sync guestbook

Force sync 

argocd app sync guestbook --force 









Comments

Popular posts from this blog

vllm : Failed to infer device type

NodeJS: Error: spawn EINVAL in window for node version 20.20 and 18.20

android studio kotlin source is null error