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/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
The GitOps Console plugin extends the OpenShift Container Platform web console by adding GitOps resources. The plugin is available as part of the Red Hat OpenShift GitOps Operator and provides a console UI for managing Argo CD and Argo Rollouts custom resources.
4
4
5
-
After you install the Red Hat OpenShift GitOps Operator, the OpenShift web console displays a **GitOps** navigation tab in the **Administrator** perspective. The plugin is enabled by default. The GitOps navigation tab replaces the previous **Environments** tab and related pages in the **Developer** perspective.
5
+
After you install the Red Hat OpenShift GitOps Operator, the OpenShift web console displays a **GitOps** navigation tab in the **Administrator**or **Core platform**perspective. The plugin is enabled by default. The GitOps navigation tab replaces the previous **Environments** tab and related pages in the **Developer** perspective.
6
6
7
7
The GitOps navigation tab provides access to the following Argo CD and Argo Rollouts resources:
8
8
@@ -14,7 +14,7 @@ The GitOps navigation tab provides access to the following Argo CD and Argo Roll
14
14
15
15
## Prerequisites
16
16
17
-
* You have access to OpenShift Container Platform 4.19 or later.
17
+
* You have access to OpenShift Container Platform 4.18 or later.
18
18
* You have installed the Red Hat OpenShift GitOps Operator.
Copy file name to clipboardExpand all lines: docs/rollouts.md
+16-11Lines changed: 16 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,18 @@
1
1
# Rollouts in the GitOps Console
2
2
3
-
The GitOps Console plugin provides list and details pages for Argo Rollouts in the OpenShift web console. You can search and filter Rollouts, create them from a YAML template, scale replicas, inspect revisions and pods, and open Rollouts in the Developer Topology view.
3
+
The GitOps Console plugin provides list and details pages for Argo Rollouts in the OpenShift web console. You can search and filter Rollouts, create them from a YAML template, scale replicas, inspect revisions and pods, and open Rollouts in the Topology view.
4
4
5
-
The **Rollouts** page is available when the Rollout custom resource definition is installed on the cluster.
5
+
The **Rollouts** page is available after you install the Red Hat OpenShift GitOps Operator.
6
6
7
7
## Prerequisites
8
8
9
9
* You have access to the OpenShift web console.
10
10
* The GitOps Console plugin is enabled. See [Enable the GitOps Console plugin](admin-enable-plugin.md).
11
-
* The Rollout CRD is installed on the cluster.
12
11
* You can list Rollouts in the selected namespace (or across namespaces, depending on your permissions).
13
12
14
13
## List page
15
14
16
-
1. In the **Administrator** perspective, navigate to **GitOps** → **Rollouts**.
15
+
1. In the **Administrator**or **Core platform**perspective, navigate to **GitOps** → **Rollouts**.
17
16
18
17
2. Optional: Use the **Project** dropdown to limit the list to one project (namespace), or choose all projects.
19
18
@@ -26,7 +25,7 @@ The Rollouts list page includes:
***Pagination**: Browse results in pages of 10, 20, 50, or 100 items (default 50). Search and filters change which rows are included. See [Filter, search, and paginate resources](filter-resources.md).
28
27
29
-
When the list has results, a **Topology view** control opens the Developer Topology graph for the current namespace (or all namespaces).
28
+
When the list has results, a **Topology view** control opens the Topology graph for the current namespace (or all namespaces).
30
29
31
30
> **NOTE**
32
31
>
@@ -43,10 +42,16 @@ From the row kebab, you can:
43
42
44
43
## Topology integration
45
44
46
-
In the **Developer** perspective, the OpenShift Console **Topology**view can show Rollout workloads when:
45
+
Rollout topology requires OpenShift Container Platform **4.19**or later (not available in the release-4.18 plugin).
47
46
48
-
* The Rollout CRD is installed
49
-
* The cluster is OpenShift Container Platform **4.19** or later
47
+
| Perspective | Navigation |
48
+
| --- | --- |
49
+
|**Core platform**|**Workloads** → **Topology**|
50
+
|**Developer**|**Topology**|
51
+
52
+
The cluster-wide perspective may be labeled **Administrator** or **Core platform** depending on your OpenShift version.
53
+
54
+
See [Rollouts in Topology](topology.md#rollouts-in-topology) for the full Topology page layout.
50
55
51
56
When those conditions are met:
52
57
@@ -58,7 +63,7 @@ Use the **Topology view** control on the Rollouts list, Details tab, or Pods tab
58
63
59
64

60
65
61
-
From Details or Pods, the Rollout is selected in the graph. For more detail, see [Rollouts in Developer Topology](topology.md#rollouts-in-developer-topology).
66
+
From Details or Pods, the Rollout is selected in the graph. For more detail, see [Rollouts in Topology](topology.md#rollouts-in-topology).
Copy file name to clipboardExpand all lines: docs/topology.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
The GitOps Console plugin provides two kinds of graphical experience:
4
4
5
5
***Graph view** — In-plugin graphs on Application **Resources** and ApplicationSet **Applications** tabs
6
-
***Topology** — The OpenShift **Developer**perspective Topology page for Rollout workloads, opened with the **Topology view** control
6
+
***Topology** — Rollout workloads on the console **Topology** page (path depends on OpenShift version; see [Rollouts in Topology](#rollouts-in-topology))
7
7
8
8
## Application resource graph
9
9
@@ -116,14 +116,20 @@ The `template.metadata.labels` values must match the `rollingSync.steps` selecto
116
116
117
117
This step-based flow is separate from **sync waves** on an Application's managed resources (the **Sync Wave** column on an Application **Resources** tab). Progressive sync controls the order in which Applications sync; sync waves control the order of resources within a single Application sync.
118
118
119
-
## Rollouts in Developer Topology
119
+
## Rollouts in Topology
120
120
121
-
In the **Developer** perspective, open **Topology** to see Rollout workloads in **graph** or **list** view.
121
+
Rollout topology integration requires OpenShift Container Platform **4.19** or later (not available in the release-4.18 plugin).
122
122
123
-
Rollout topology integration requires:
123
+
Open Topology using the path that matches your console layout:
Copy file name to clipboardExpand all lines: docs/troubleshooting.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,18 +3,18 @@
3
3
## Prerequisites
4
4
5
5
* You have access to the OpenShift web console.
6
-
* You have access to an OpenShift Container Platform 4.19 or later cluster.
6
+
* You have access to an OpenShift Container Platform 4.18 or later cluster.
7
7
* The GitOps Console plugin is enabled. See [Enable the GitOps Console plugin](admin-enable-plugin.md).
8
8
9
9
## Common issues
10
10
11
11
**GitOps is missing from the navigation**
12
12
13
-
The plugin is disabled, the cluster is older than OpenShift 4.19, or the plugin pods are not running. See [Enable the GitOps Console plugin](admin-enable-plugin.md). Refresh the browser after you enable the plugin.
13
+
The plugin is disabled, the cluster is older than OpenShift 4.18, or the plugin pods are not running. See [Enable the GitOps Console plugin](admin-enable-plugin.md). Refresh the browser after you enable the plugin.
14
14
15
15
**ImageUpdaters or Rollouts are missing**
16
16
17
-
Those list pages appear only when the matching CRDs are installed. Rollouts in the Developer **Topology** view also require OpenShift 4.19 or later. See [Rollouts in Developer Topology](topology.md#rollouts-in-developer-topology).
17
+
Those list pages appear when the Red Hat OpenShift GitOps Operator is installed (it installs the Rollout and ImageUpdater CRDs). Rollouts in the **Topology** view require OpenShift 4.19 or later and are not available in the release-4.18 plugin. See [Rollouts in Topology](topology.md#rollouts-in-topology).
0 commit comments