Skip to content

Commit 2f65d03

Browse files
authored
Merge pull request #101750 from jneczypor/OSDOCS-16575
OSDOCS-16575: Address Vale warnings and errors in "OpenShift Cluster Manager"
2 parents 23ae904 + 5658e72 commit 2f65d03

13 files changed

+50
-24
lines changed

modules/ocm-accesscontrol-tab.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[id="ocm-accesscontrol-tab_{context}"]
77
= Access control tab
88

9+
[role="_abstract"]
910
The **Access control** tab allows the cluster owner to set up an identity provider, grant elevated permissions, and grant roles to other users.
1011

1112
[id="ocm-accesscontrol-tab-identity-providers_{context}"]

modules/ocm-accessing.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[id="accessing-ocm_{context}"]
77
= Accessing {cluster-manager-first}
88

9+
[role="_abstract"]
910
You can access {cluster-manager} with your configured OpenShift account.
1011

1112
.Prerequisites

modules/ocm-addons-tab.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[id="ocm-addons-tab_{context}"]
77
= Add-ons tab
88

9+
[role="_abstract"]
910
ifdef::openshift-rosa[]
1011
The **Add-ons** tab displays all of the optional add-ons that can be added to the cluster. Select the desired add-on, and then select **Install** below the description for the add-on that displays.
1112
endif::openshift-rosa[]

modules/ocm-cluster-history-tab.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
[id="ocm-cluster-history-tab_{context}"]
77
= Cluster history tab
88

9+
[role="_abstract"]
910
The **Cluster history** tab shows every change to the cluster from creation onward for each version. You can specify date ranges for your cluster history and use filters to search based on the description of the notification, the severity of the notification, the type of notification, and which role logged it. You may download your cluster history as a JSON or CSV file.

modules/ocm-cluster-tabs.adoc

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
// Module included in the following assemblies:
2+
//
3+
// ocm/ocm-overview.adoc
4+
5+
:_mod-docs-content-type: CONCEPT
6+
[id="ocm-cluster-tabs_{context}"]
7+
= Cluster tabs
8+
9+
[role="_abstract"]
10+
Selecting an active, installed cluster shows tabs associated with that cluster. The following tabs display after the cluster's installation completes:
11+
12+
* Overview
13+
* Access control
14+
* Add-ons
15+
* Cluster history
16+
* Networking
17+
* Machine pools
18+
* Support
19+
* Settings

modules/ocm-general-actions.adoc

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
// Module included in the following assemblies:
2+
//
3+
// ocm/ocm-overview.adoc
4+
5+
:_mod-docs-content-type: REFERENCE
6+
[id="ocm-general-actions_{context}"]
7+
= General actions
8+
9+
[role="_abstract"]
10+
On the top right of the cluster page, there are some actions that a user can perform on the entire cluster:
11+
12+
* **Open console** launches a web console so that the cluster owner can issue commands to the cluster.
13+
* **Actions** drop-down menu allows the cluster owner to rename the display name of the cluster, edit the machine pools, and delete the cluster.
14+
ifdef::openshift-rosa[]
15+
You may also transfer the cluster's ownership to another user.
16+
endif::openshift-rosa[]
17+
* **Refresh** icon forces a refresh of the cluster.

modules/ocm-machinepools-tab.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[id="ocm-machinepools-tab_{context}"]
77
= Machine pools tab
88

9+
[role="_abstract"]
910
The **Machine pools** tab allows the cluster owner to create new machine pools if there is enough available quota, or edit an existing machine pool.
1011

1112
Selecting the image:kebab.png[title=Other options] > **Edit** option opens the "Edit machine pool" dialog. In this dialog, you can change the node count per availability zone, edit node labels and taints, and view any associated AWS security groups.

modules/ocm-networking-tab-adding-ingress.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[id="ocm-networking-tab-adding-ingress_{context}"]
66
= Adding a network Ingress to your {product-title} cluster
77

8+
[role="_abstract"]
89
You can add a network Ingress to your cluster from the {cluster-manager-url} web UI.
910

1011
.Prerequisites

modules/ocm-networking-tab-concept.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[id="ocm-networking-tab_{context}"]
66
= Networking tab
77

8+
[role="_abstract"]
89
The **Networking** tab provides a control plane API endpoint as well as the default application router. Both the control plane API endpoint and the default application router can be made private by selecting the respective box below label. If applicable, you can also find your virtual private cloud (VPC) details on this tab.
910

1011
ifdef::openshift-rosa-hcp[]

modules/ocm-overview-tab.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[id="ocm-overview-tab_{context}"]
77
= Overview tab
88

9+
[role="_abstract"]
910
The **Overview** tab provides information about how the cluster was configured:
1011

1112
* **Cluster ID** is the unique identification for the created cluster. This ID can be used when issuing commands to the cluster from the command line.

0 commit comments

Comments
 (0)