-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkmm.yaml
54 lines (48 loc) · 1.17 KB
/
kmm.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
apiVersion: kmm.sigs.x-k8s.io/v1beta1
kind: Module
metadata:
name: lustre
spec:
moduleLoader:
container:
modprobe:
moduleName: lustre
kernelMappings:
- literal: 4.18.0-372.36.1.el8_6.x86_64
containerImage: image-registry.openshift-image-registry.svc:5000/lustre/lustre:4.18.0
build:
dockerfileConfigMap:
name: build-module
selector:
feature.kmm.lustre: 'true'
---
apiVersion: kmm.sigs.x-k8s.io/v1beta1
kind: Module
metadata:
name: ksocklnd
spec:
moduleLoader:
container:
modprobe:
moduleName: ksocklnd
kernelMappings:
- literal: 4.18.0-372.36.1.el8_6.x86_64
containerImage: image-registry.openshift-image-registry.svc:5000/lustre/lustre:4.18.0
selector:
feature.kmm.lustre: 'true'
---
apiVersion: kmm.sigs.x-k8s.io/v1beta1
kind: Module
metadata:
name: mgc
spec:
moduleLoader:
container:
modprobe:
moduleName: mgc
kernelMappings:
- literal: 4.18.0-372.36.1.el8_6.x86_64
containerImage: image-registry.openshift-image-registry.svc:5000/lustre/lustre:4.18.0
selector:
feature.kmm.lustre: 'true'