Skip to content

Commit 8e816f1

Browse files
MGMT-16744: QE review
1 parent 6367b5f commit 8e816f1

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

modules/kmm-hub-running-kmm-on-the-spoke.adoc

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@
66
[id="kmm-hub-running-kmm-on-the-spoke_{context}"]
77
= Running KMM on the spoke
88

9-
After installing KMM on the spoke, no further action is required. Create a `ManagedClusterModule` object from the hub to deploy kernel modules on spoke clusters.
9+
After installing Kernel Module Management (KMM) on the spoke, no further action is required. Create a `ManagedClusterModule` object from the hub to deploy kernel modules on spoke clusters.
1010

1111
.Procedure
1212

13-
You can install KMM on the spokes cluster through a RHACM `Policy` object.
14-
In addition to installing KMM from the Operator hub and running it in a lightweight spoke mode,
15-
the `Policy` configures additional RBAC required for the RHACM agent to be able to manage `Module` resources.
13+
You can install KMM on the spokes cluster through a RHACM `Policy` object. In addition to installing KMM from the OperatorHub and running it in a lightweight spoke mode, the `Policy` configures additional RBAC required for the RHACM agent to be able to manage `Module` resources.
1614

1715
* Use the following RHACM policy to install KMM on spoke clusters:
1816
+
@@ -62,7 +60,7 @@ spec:
6260
channel: stable
6361
config:
6462
env:
65-
- name: KMM_MANAGED
63+
- name: KMM_MANAGED <1>
6664
value: "1"
6765
installPlanApproval: Automatic
6866
name: kernel-module-management
@@ -98,7 +96,7 @@ kind: PlacementRule
9896
metadata:
9997
name: all-managed-clusters
10098
spec:
101-
clusterSelector: <1>
99+
clusterSelector: <2>
102100
matchExpressions: []
103101
---
104102
apiVersion: policy.open-cluster-management.io/v1
@@ -114,4 +112,5 @@ subjects:
114112
kind: Policy
115113
name: install-kmm
116114
----
117-
<1> The `spec.clusterSelector` field can be customized to target select clusters only.
115+
<1> This environment variable is required when running KMM on a spoke cluster.
116+
<2> The `spec.clusterSelector` field can be customized to target select clusters only.

0 commit comments

Comments
 (0)