Skip to content

Commit ba24117

Browse files
committed
Fixing the installation docs to install from the stable channel.
The old doc was installing from the `release-1.0` channel which is outdated. Signed-off-by: Yoni Bettan <yonibettan@gmail.com>
1 parent f29727b commit ba24117

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

docs/mkdocs/documentation/install.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,11 @@ metadata:
3838
name: kernel-module-management
3939
namespace: openshift-kmm
4040
spec:
41-
channel: release-1.0
41+
channel: stable
4242
installPlanApproval: Automatic
4343
name: kernel-module-management
4444
source: redhat-operators
4545
sourceNamespace: openshift-marketplace
46-
startingCSV: kernel-module-management.v1.0.0
4746
```
4847
4948
### Configuring tolerations for KMM
@@ -62,12 +61,11 @@ metadata:
6261
name: kernel-module-management
6362
namespace: openshift-kmm
6463
spec:
65-
channel: release-1.0
64+
channel: stable
6665
installPlanApproval: Automatic
6766
name: kernel-module-management
6867
source: redhat-operators
6968
sourceNamespace: openshift-marketplace
70-
startingCSV: kernel-module-management.v1.0.0
7169
config:
7270
tolerations:
7371
- key: "node.kubernetes.io/unschedulable"

0 commit comments

Comments
 (0)