-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Created getting started wtih gitops procedure module #29411
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
codyhoag
merged 1 commit into
openshift:master
from
jc-berger:jcberger_2475_gettingstartedgitops
Feb 22, 2021
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| [id="getting-started-with-openshift-gitops"] | ||
| = Getting started with OpenShift GitOps | ||
| include::modules/common-attributes.adoc[] | ||
| :context: getting-started-with-openshift-gitops | ||
| toc::[] | ||
|
|
||
| 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. | ||
| This section walks you through the process of launching Argo CD using the web console and logging into it. | ||
|
|
||
| == Prerequisites | ||
|
|
||
| * 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. | ||
|
|
||
| //Procedure Module | ||
| include::modules/launching-the-operator-provided-argocd-instance.adoc[leveloffset=+1] | ||
28 changes: 28 additions & 0 deletions
28
modules/launching-the-operator-provided-argocd-instance.adoc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| // Module is included in the following assemblies: | ||
| // | ||
| // * openshift-docs/cicd/gitops/getting-started--with-openshift-gitops.adoc | ||
|
|
||
| [id="launching-the-operator-provided-argocd-instance_{context}"] | ||
| = Launching the Operator provided Argo CD instance | ||
|
|
||
| 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. | ||
|
|
||
| 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. | ||
|
|
||
| After you install the Red Hat OpenShift GitOps Operator, launch into the Argo CD instance from the *Console Application Launcher* to use Argo CD. | ||
|
|
||
| .Prerequisites | ||
|
|
||
| * You have installed the Red Hat OpenShift GitOps Operator. | ||
|
|
||
| .Procedure | ||
|
|
||
jc-berger marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| . In the *Administrator* perspective of the web console, navigate to *Operators* -> *Installed Operators*. | ||
| . Navigate to *Red Hat applications* -> *Application Stages* -> *Argo CD*. The login page of the Argo CD UI is displayed in a new window. | ||
| . Obtain the password for the Argo CD instance: | ||
| .. Navigate to the *Developer* perspective of the web console. A list of available projects is displayed. | ||
| .. Navigate to the `openshift-gitops` project. | ||
| .. Select the *Secrets* tab. | ||
| .. Select the *argocd-cluster-cluster* instance to display the password. | ||
| .. Copy the password. | ||
| . Use this password to log into the Argo CD UI in the new window. | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.