Skip to content

Commit a0a6664

Browse files
committed
OSDOCS-13804: Kueue installation docs
1 parent 91f3c8a commit a0a6664

File tree

9 files changed

+75
-0
lines changed

9 files changed

+75
-0
lines changed

_attributes/common-attributes.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,5 @@
125125
:mce-short: multicluster engine Operator
126126
//Kueue
127127
:platform: Red Hat OpenShift Container Platform
128+
:kueue-op: Red Hat Build of Kueue Operator
129+
:rhbok: Red Hat Build of Kueue

_topic_maps/_topic_map.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,15 @@ Topics:
3232
- Name: About Red Hat build of Kueue
3333
File: about-kueue
3434
---
35+
Name: Install
36+
Dir: install
37+
Distros: openshift-kueue
38+
Topics:
39+
- Name: Installing Red Hat build of Kueue
40+
File: install-kueue
41+
- Name: Installing Red Hat build of Kueue in a disconnected environment
42+
File: install-kueue-disconnected
43+
---
3544
Name: Authentication and authorization
3645
Dir: authentication
3746
Distros: openshift-kueue

install/_attributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../_attributes/

install/images

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../images/

install/install-kueue.adoc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
include::_attributes/common-attributes.adoc[]
3+
include::_attributes/attributes-openshift-dedicated.adoc[]
4+
[id="install-kueue"]
5+
= Installing {product-title}
6+
:context: install-kueue
7+
8+
toc::[]
9+
10+
You can install {rhbok} by using the {kueue-op} on both regular and disconnected {ocp-full} clusters.
11+
12+
[id="prerequisites_{context}"]
13+
== Prerequisites
14+
15+
* You have installed and configured link:https://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/security_and_compliance/cert-manager-operator-for-red-hat-openshift#installing-the-cert-manager-operator-for-red-hat-openshift[the cert-manager Operator for Red Hat OpenShift] on your cluster.
16+
17+
include::modules/install-kueue-operator.adoc[leveloffset=+1]
18+
include::modules/install-kueue-operator-disconnected.adoc[leveloffset=+1]

install/modules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../modules/

install/snippets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../snippets/
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * /install/install-kueue.adoc
4+
5+
:_mod-docs-content-type: PROCEDURE
6+
[id="install-kueue-operator-disconnected_{context}"]
7+
= Installing the Kueue Operator in a disconnected cluster
8+
9+
Abstract
10+
11+
.Prerequisites
12+
13+
* You have installed and configured cert-manager for your cluster.
14+
15+
16+
.Procedure
17+
18+
.Verification
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * /install/install-kueue.adoc
4+
5+
:_mod-docs-content-type: PROCEDURE
6+
[id="install-kueue-operator_{context}"]
7+
= Installing the {kueue-op}
8+
9+
You can install the {kueue-op} on an {platform} cluster by using the OperatorHub in the web console.
10+
11+
.Prerequisites
12+
13+
* You have administrator permissions on an {platform} cluster.
14+
* You have access to the {platform} web console.
15+
* You have installed and configured cert-manager for your cluster.
16+
17+
.Procedure
18+
19+
. In the {platform} web console, click *Operators* -> *OperatorHub*.
20+
. Choose *{kueue-op}* from the list of available Operators, and click *Install*.
21+
22+
.Verification
23+
24+
. Go to *Operators* -> *Installed Operators* and confirm that the *{kueue-op}* is listed with *Status* as *Succeeded*.

0 commit comments

Comments
 (0)