This documentation is for a release that is no longer maintained
See documentation for the latest supported version 3 or the latest supported version 4.이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 7. Using ArgoCD with OpenShift Container Platform
7.1. What does ArgoCD do? 링크 복사링크가 클립보드에 복사되었습니다!
ArgoCD is a declarative continuous delivery tool that leverages GitOps to maintain cluster resources. ArgoCD is implemented as a controller that continuously monitors application definitions and configurations defined in a Git repository and compares the specified state of those configurations with their live state on the cluster. Configurations that deviate from their specified state in the Git repository are classified as OutOfSync. ArgoCD reports these differences and allows administrators to automatically or manually resync configurations to the defined state.
ArgoCD enables you to deliver global custom resources, like the resources that are used to configure OpenShift Container Platform clusters.
7.2. Statement of support 링크 복사링크가 클립보드에 복사되었습니다!
Red Hat does not provide support for this tool. To obtain support for ArgoCD, see Support in the ArgoCD documentation.
7.3. ArgoCD documentation 링크 복사링크가 클립보드에 복사되었습니다!
For more information about using ArgoCD, see the ArgoCD documentation.