Skip to content

Commit ae744c0

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

File tree

8 files changed

+58
-0
lines changed

8 files changed

+58
-0
lines changed

_attributes/common-attributes.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,4 @@
125125
:mce-short: multicluster engine Operator
126126
//Kueue
127127
:platform: Red Hat OpenShift Container Platform
128+
:kueue-op: Red Hat Build of Kueue Operator

_topic_maps/_topic_map.yml

+8
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ 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+
# Add disconnected docs once eng has details
42+
---
3543
Name: Authentication and authorization
3644
Dir: authentication
3745
Distros: openshift-kueue

install/_attributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../_attributes/

install/images

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../images/

install/install-kueue.adoc

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
include::_attributes/common-attributes.adoc[]
3+
[id="install-kueue"]
4+
= Installing {product-title}
5+
:context: install-kueue
6+
7+
toc::[]
8+
9+
You can install {product-title} by using the {kueue-op} in OperatorHub.
10+
11+
[id="prerequisites_{context}"]
12+
== Prerequisites
13+
14+
* 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.
15+
16+
include::modules/install-kueue-operator.adoc[leveloffset=+1]
17+
18+
[id="next-steps_{context}"]
19+
== Next steps
20+
21+
* Complete the procedures in the xref:../configure/configuring-quotas.adoc#configuring-quotas[Configuring quotas] documentation.

install/modules

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../modules/

install/snippets

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../snippets/

modules/install-kueue-operator.adoc

+24
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)