File tree Expand file tree Collapse file tree
charts/coco-supported/baremetal/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apiVersion : nfd.openshift.io/v1alpha1
22kind : NodeFeatureRule
33metadata :
4- name : intel-dp-devices
4+ name : intel-tdx
55 namespace : openshift-nfd
66spec :
77 rules :
88 - name : " intel.sgx"
99 labels :
10- " intel. feature.node.kubernetes.io/sgx" : " true"
10+ " feature.node.kubernetes.io/sgx " : " true"
1111 extendedResources :
1212 sgx.intel.com/epc : " @cpu.security.sgx.epc"
1313 matchFeatures :
Original file line number Diff line number Diff line change 1+ apiVersion : nfd.openshift.io/v1alpha1
2+ kind : NodeFeatureRule
3+ metadata :
4+ name : osc-rules
5+ namespace : openshift-nfd
6+ spec :
7+ rules :
8+ - name : " runtime.kata"
9+ labels :
10+ " feature.node.kubernetes.io/runtime.kata " : " true"
11+ matchAny :
12+ - matchFeatures :
13+ - feature : cpu.cpuid
14+ matchExpressions :
15+ SSE42 : {op: Exists}
16+ VMX : {op: Exists}
17+ - feature : kernel.loadedmodule
18+ matchExpressions :
19+ kvm : {op: Exists}
20+ kvm_intel : {op: Exists}
21+ - matchFeatures :
22+ - feature : cpu.cpuid
23+ matchExpressions :
24+ SSE42 : {op: Exists}
25+ SVM : {op: Exists}
26+ - feature : kernel.loadedmodule
27+ matchExpressions :
28+ kvm : {op: Exists}
29+ kvm_amd : {op: Exists}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
55 namespace : openshift-nfd
66spec :
77 operand :
8- image : registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9:v4.16
8+ image : registry.redhat.io/openshift4/ose-node-feature-discovery-rhel9:v4.20
99 imagePullPolicy : Always
1010 servicePort : 12000
1111 workerConfig :
Original file line number Diff line number Diff line change 1+ # apiVersion: machineconfiguration.openshift.io/v1
2+ # kind: MachineConfig
3+ # metadata:
4+ # name: 50-enable-vsock-loopback
5+ # labels:
6+ # machineconfiguration.openshift.io/role: master
7+ # spec:
8+ # config:
9+ # ignition:
10+ # version: 3.2.0
11+ # storage:
12+ # files:
13+ # - contents:
14+ # source: data:text/plain;charset=utf-8;base64,dnNvY2tfbG9vcGJhY2s=
15+ # mode: 0644
16+ # path: /etc/modules-load.d/vsock-loopback.conf
117apiVersion : machineconfiguration.openshift.io/v1
218kind : MachineConfig
319metadata :
4- name : 50-enable-vsock-loopback
520 labels :
621 machineconfiguration.openshift.io/role : master
22+ name : 99-enable-intel-tdx
723spec :
24+ kernelArguments :
25+ - kvm_intel.tdx=1
26+ - nohibernate
827 config :
928 ignition :
1029 version : 3.2.0
1130 storage :
1231 files :
13- - contents :
14- source : data:text/plain;charset=utf-8;base64,dnNvY2tfbG9vcGJhY2s=
32+ - path : /etc/modules-load.d/vsock.conf
1533 mode : 0644
16- path : /etc/modules-load.d/vsock-loopback.conf
34+ contents :
35+ source : data:text/plain;charset=utf-8;base64,dnNvY2stbG9vcGJhY2sK
Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ clusterGroup:
3131 source : redhat-operators
3232 channel : stable
3333 installPlanApproval : Manual
34- csv : sandboxed-containers-operator.v1.10.1
34+ csv : sandboxed-containers-operator.v1.11.1
3535 trustee :
3636 name : trustee-operator
3737 namespace : trustee-operator-system
3838 source : redhat-operators
3939 channel : stable
4040 installPlanApproval : Manual
41- csv : trustee-operator.v0.4.1
41+ csv : trustee-operator.v1.0.0
4242 cert-manager :
4343 name : openshift-cert-manager-operator
4444 namespace : cert-manager-operator
You can’t perform that action at this time.
0 commit comments