Skip to content

Commit 5348115

Browse files
authored
Merge pull request #44898 from GroceryBoyJr/BZ2077574
BZ2077574 Remove SRO Using Templates
2 parents 6ef8a4d + 2c2cc8a commit 5348115

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

hardware_enablement/psap-special-resource-operator.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ include::modules/psap-special-resource-operator-installing-using-web-console.ado
2525

2626
include::modules/psap-special-resource-operator-using.adoc[leveloffset=+1]
2727

28-
include::modules/psap-special-resource-operator-using-manifests.adoc[leveloffset=+2]
29-
3028
include::modules/psap-special-resource-operator-using-configmaps.adoc[leveloffset=+2]
3129

3230

modules/psap-special-resource-operator-using.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
[id="using-the-special-resource-operator_{context}"]
66
= Using the Special Resource Operator
77

8-
The Special Resource Operator (SRO) is used to manage the build and deployment of a driver container. The objects required to build and deploy the container can be defined in a Helm chart.
8+
The Special Resource Operator (SRO) is used to manage the build and deployment of a driver container. The objects required to build and deploy the container can be defined in a Helm chart.
99

10-
The examples in this section use the simple-kmod kernel module to demonstrate how to use the SRO to build and run a driver container.
11-
In the first example, the SRO image contains a local repository of Helm charts including the templates for deploying the simple-kmod kernel module. In this case, a `SpecialResource` manifest is used to deploy the driver container. In the second example, the simple-kmod `SpecialResource` object points to a `ConfigMap` object that is created to store the Helm charts.
10+
The example in this section uses the simple-kmod `SpecialResource` object to point to a `ConfigMap` object that is created to store the Helm charts.

0 commit comments

Comments
 (0)