ArgoCD
Information about Applications. It contains tags such as sync_status and health_status that reflect the application state in Argo CD. The metric value is constant sync_statusは特にドキュメントないけど普通にoutofsyncとかunknownとかArgoCDのs…
API Server Repository Server Gitリポジトリのローカルキャッシュ維持 Application Controller アプリケーションの状態監視 ApplicationSet リソース整合性管理 Dex OIDC認証管理
kubernetes.io github.com applicationのmanifestにannotation argocd.argoproj.io/refresh: hard を付ける そんな案内らしい案内はないけど、kubectl annnotate applicationでmanifestにannotateする kubectl annotate application argocd-xxxxx -n xxxxxxx…
Live state The live state of that application. What pods etc are deployed. Target state The desired state of an application, as represented by files in a Git repository. Sync The process of making an application move to its target state. E…