Skip to content

Commit 9908ec9

Browse files
committed
created getting started wtih gitops procedure module
corrected metadata, module structure, and minor content changes revised content, made modules and assembly corrected typo to remove build error changed xref to resolve build error added module to include openshift login content and structure changes to modules and assembly fixed xref to resolve build error fixed xref to resolve build error# more content and heading changes modular and structural changes changed introduction to module minor grmmatical changes corrected UI elements
1 parent 30e7b9c commit 9908ec9

File tree

3 files changed

+45
-2
lines changed

3 files changed

+45
-2
lines changed

_topic_map.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,8 +1289,8 @@ Topics:
12891289
Topics:
12901290
- Name: Understanding OpenShift GitOps
12911291
File: understanding-openshift-gitops
1292-
# - Name: Getting started with OpenShift GitOps
1293-
# File: getting-started-with-openshift-gitops
1292+
- Name: Getting started with OpenShift GitOps
1293+
File: getting-started-with-openshift-gitops
12941294
---
12951295
Name: Images
12961296
Dir: openshift_images
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[id="getting-started-with-openshift-gitops"]
2+
= Getting started with OpenShift GitOps
3+
include::modules/common-attributes.adoc[]
4+
:context: getting-started-with-openshift-gitops
5+
toc::[]
6+
7+
Red Hat OpenShift GitOps uses Argo CD as the core declarative tool and adds other tooling to enable teams to implement GitOps workflows across clusters.
8+
This section walks you through the process of launching Argo CD using the web console and logging into it.
9+
10+
== Prerequisites
11+
12+
* You must install the xref:../../operators/admin/olm-adding-operators-to-cluster.adoc#olm-adding-operators-to-a-cluster[Red Hat OpenShift GitOps Operator] listed in the OpenShift OperatorHub by using the default installation options.
13+
14+
//Procedure Module
15+
include::modules/launching-the-operator-provided-argocd-instance.adoc[leveloffset=+1]
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
// Module is included in the following assemblies:
2+
//
3+
// * openshift-docs/cicd/gitops/getting-started--with-openshift-gitops.adoc
4+
5+
[id="launching-the-operator-provided-argocd-instance_{context}"]
6+
= Launching the Operator provided Argo CD instance
7+
8+
Red Hat OpenShift GitOps uses Argo CD to manage specific cluster-scoped resources, including: platform operators, optional Operator Lifecycle Manager (OLM) operators, and user management.
9+
10+
To launch the Argo CD instance for your cluster configuration, ensure that the Red Hat OpenShift GitOps Operator is installed on your cluster. After the Operator is installed, it is applicable to all namespaces on the entire cluster. When you install the Red Hat OpenShift GitOps Operator, it automatically sets up a ready-to-use Argo CD instance that is available in the `openshift-gitops` namespace, and an Argo CD icon is displayed in the console toolbar.
11+
12+
After you install the Red Hat OpenShift GitOps Operator, launch into the Argo CD instance from the *Console Application Launcher* to use Argo CD.
13+
14+
.Prerequisites
15+
16+
* You have installed the Red Hat OpenShift GitOps Operator.
17+
18+
.Procedure
19+
20+
. In the *Administrator* perspective of the web console, navigate to *Operators* -> *Installed Operators*.
21+
. Navigate to *Red Hat applications* -> *Application Stages* -> *Argo CD*. The login page of the Argo CD UI is displayed in a new window.
22+
. Obtain the password for the Argo CD instance:
23+
.. Navigate to the *Developer* perspective of the web console. A list of available projects is displayed.
24+
.. Navigate to the `openshift-gitops` project.
25+
.. Select the *Secrets* tab.
26+
.. Select the *argocd-cluster-cluster* instance to display the password.
27+
.. Copy the password.
28+
. Use this password to log into the Argo CD UI in the new window.

0 commit comments

Comments
 (0)