You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/OpenShift GitOps Usage Guide.md
+55-13Lines changed: 55 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,17 @@
23
23
24
24
## Installing OpenShift GitOps
25
25
26
+
#### Terminologies:
27
+
28
+
***Update channel**: Choose the channel according to the required operator version. latest channel points to the latest released version
29
+
30
+
**Note**: For installing a z stream release, upgrade the operator in the respective versioned channel (or in the latest accordingly)
31
+
***Installation mode**: As mentioned, the operator is only supported in default mode, retaining the value as is.
32
+
***Installed Namespace**: openshift-operators namespace was the default installation namespace. Starting 1.10.0, we support installation in openshift-gitops-operator namespace as default. Choosing this namespace and enabling the Namespace monitoring option below, enables the monitoring. openshift-operators can also be used as the installation namespace but monitoring wouldn’t be possible with this namespace.
33
+
***Update approval**: As the name suggests, with Automatic approval, updates are applied automatically, whereas with Manual approval, updates would require Manual intervention
To install OpenShift GitOps, find the OpenShift GitOps Operator in OperatorHub by typing "gitops" in the search box and click on the OpenShift GitOps Operator.
### Installation of OpenShift GitOps without ready-to-use Argo CD instance, for ROSA/OSD
@@ -134,6 +174,8 @@ And now you can log in to the Argo CD UI as *admin* using the retrieved password
134
174
135
175

136
176
177
+
GitOps Operator comes with a bundled Dex instance which can be configured for authenticating with Argo CD component of Openshift GitOps. For logging in, click on **LOG IN VIA OPENSHIFT** and use the credentials for kubeadmin user when redirected to Openshift login page.
178
+
137
179
### Create an Argo CD Application
138
180
139
181
Now, you can create an Argo CD application and let Argo CD keep application resources live states in sync with the configuration in Git.
0 commit comments