Skip to content

Commit 8ec9132

Browse files
themr0cGerry-Forde
authored andcommitted
RHDHBUGS-2005 - Fixed broken links (redhat-developer#1348)
I will merge now and adress fixes in followup pull requests.
1 parent 26336f2 commit 8ec9132

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
= Enabling and configuring Argo CD plugin
2+
3+
You can use the Argo CD plugin to visualize the Continuous Delivery (CD) workflows in OpenShift GitOps. This plugin provides a visual overview of the application’s status, deployment details, commit message, author of the commit, container image promoted to environment and deployment history.
4+
5+
== Using the Argo CD plugin
6+
7+
.Prerequisites
8+
9+
* You have enabled the Argo CD plugin in {product} {product-very-short}.
10+
11+
.Procedures
12+
13+
. Select the *Catalog* tab and choose the component that you want to use.
14+
15+
. Select the *CD* tab to view insights into deployments managed by Argo CD.
16+
17+
+
18+
image::rhdh-plugins-reference/argocd.png[CD tab Argo CD]
19+
20+
. Select an appropriate card to view the deployment details (for example, commit message, author name, and deployment history).
21+
22+
+
23+
image::rhdh-plugins-reference/sidebar.png[Sidebar]
24+
25+
.. Click the link icon (image:rhdh-plugins-reference/link.png[Link icon]) to open the deployment details in Argo CD.
26+
27+
. Select the *Overview* tab and navigate to the Deployment summary section to review the summary of your application's deployment across namespaces. Additionally, select an appropriate Argo CD app to open the deployment details in Argo CD, or select a commit ID from the Revision column to review the changes in GitLab or GitHub.
28+
29+
+
30+
image::rhdh-plugins-reference/deployment_summary.png[Deployment summary]
31+
32+
33+
[role="_additional-resources"]
34+
.Additional resources
35+
36+
* {installing-and-viewing-plugins-book-link}[{installing-and-viewing-plugins-book-title}]

modules/dynamic-plugins/proc-enabling-argo-cd-rollouts.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
:_mod-docs-content-type: PROCEDURE
22
[id="enabling-argo-cd-rollouts_{context}"]
3-
= Enabling Argo CD Rollouts
3+
4+
== Enabling Argo CD Rollouts
45

56
The optional Argo CD Rollouts feature enhances Kubernetes by providing advanced deployment strategies, such as blue-green and canary deployments, for your applications. When integrated into the backstage Kubernetes plugin, it allows developers and operations teams to visualize and manage Argo CD Rollouts seamlessly within the Backstage interface.
67

0 commit comments

Comments
 (0)