|
1 | 1 | :_mod-docs-content-type: ASSEMBLY |
2 | 2 | [id="microshift-gitops"] |
3 | 3 | = Automating application management with the GitOps controller |
| 4 | + |
4 | 5 | include::_attributes/attributes-microshift.adoc[] |
5 | 6 | :context: microshift-gitops |
6 | 7 |
|
7 | 8 | toc::[] |
8 | 9 |
|
9 | | -GitOps with Argo CD for {microshift-short} is a lightweight, optional add-on controller derived from the Red Hat OpenShift GitOps Operator. GitOps for {microshift-short} uses the command-line interface (CLI) of Argo CD to interact with the GitOps controller that acts as the declarative GitOps engine. You can consistently configure and deploy Kubernetes-based infrastructure and applications across node and development lifecycles. |
10 | | - |
11 | | -[id="microshift-gitops-can-do_{context}"] |
12 | | -== What you can do with the GitOps agent |
13 | | -By using the GitOps with Argo CD agent with {microshift-short}, you can utilize the following principles: |
| 10 | +[role="_abstract"] |
| 11 | +You can consistently configure and deploy Kubernetes-based infrastructure and applications across node and development lifecycles by using the declarative {gitops-title} engine. |
14 | 12 |
|
15 | | -* Implement application lifecycle management. |
16 | | -** Create and manage your node and application configuration files using the core principles of developing and maintaining software in a Git repository. |
17 | | -** You can update the single repository and GitOps automates the deployment of new applications or updates to existing ones. |
18 | | -** For example, if you have 1,000 edge devices, each using {microshift-short} and a local GitOps agent, you can easily add or update an application on all 1,000 devices with just one change in your central Git repository. |
19 | | -* The Git repository contains a declarative description of the infrastructure you need in your specified environment and contains an automated process to make your environment match the described state. |
20 | | -* You can also use the Git repository as an audit trail of changes so that you can create processes based on Git flows such as review and approval for merging pull requests that implement configuration changes. |
| 13 | +include::modules/microshift-gitops-can-do.adoc[leveloffset=+1] |
21 | 14 |
|
22 | | -include::modules/microshift-gitops-adding-apps.adoc[leveloffset=+1] |
23 | | - |
24 | | -[role="_additional-resources"] |
25 | | -.Additional resources |
26 | | -* xref:../microshift_install_rpm/microshift-install-rpm.adoc#microshift-installing-rpms-for-gitops_microshift-install-rpm[Installing the GitOps Argo CD manifests from an RPM package] |
| 15 | +include::modules/microshift-gitops-limitations.adoc[leveloffset=+1] |
27 | 16 |
|
28 | | -[id="microshift-gitops-cannot-do_{context}"] |
29 | | -== Limitations of using the GitOps agent with {microshift-short} |
30 | | -GitOps with Argo CD for {microshift-short} has the following differences from the Red Hat OpenShift GitOps Operator: |
| 17 | +include::modules/microshift-install-rpms-gitops.adoc[leveloffset=+1] |
31 | 18 |
|
32 | | -* The `gitops-operator` component is not used with {microshift-short}. |
33 | | -* To maintain the small resource use of {microshift-short}, the Argo CD web console is not available. You can use the Argo CD CLI. |
34 | | -* Because {microshift-short} is single-node, there is no multi-node support. Each instance of {microshift-short} is paired with a local GitOps agent. |
35 | | -* The `oc adm must-gather` command is not available in {microshift-short}. |
36 | | - |
37 | | -[id="microshift-gitops-troubleshooting_{context}"] |
38 | | -== Troubleshooting GitOps |
39 | | -If you have problems with your GitOps controller, you can use the {oc-first} tool. |
| 19 | +include::modules/microshift-gitops-adding-apps.adoc[leveloffset=+1] |
40 | 20 |
|
41 | | -include::modules/microshift-gitops-debug.adoc[leveloffset=+2] |
| 21 | +include::modules/microshift-gitops-debug.adoc[leveloffset=+1] |
42 | 22 |
|
43 | 23 | [id="additional-resources_microshift-gitops_{context}"] |
44 | 24 | [role="_additional-resources"] |
45 | 25 | == Additional resources |
46 | | -* xref:../microshift_install_rpm/microshift-install-rpm.adoc#microshift-installing-rpms-for-gitops_microshift-install-rpm[Installing the GitOps Argo CD manifests from an RPM package] |
47 | 26 |
|
48 | 27 | * xref:../microshift_support/microshift-sos-report.adoc#microshift-sos-report[Using sos reports] |
49 | | - |
50 | | -* link:https://access.redhat.com/documentation/en-us/red_hat_openshift_gitops/1.12[Red Hat OpenShift GitOps] |
51 | | - |
52 | | -* link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/getting_the_most_from_your_support_experience/generating-an-sos-report-for-technical-support_getting-the-most-from-your-support-experience[Generating an sos report for technical support] (Red Hat Enterprise Linux) |
| 28 | +* link:https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/getting_the_most_from_your_support_experience/generating-an-sos-report-for-technical-support_getting-the-most-from-your-support-experience[Generating an sos report for technical support] |
| 29 | +* link:https://docs.redhat.com/en/documentation/red_hat_openshift_gitops/latest[{gitops-title}] |
0 commit comments