File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,9 @@ metadata:
7
7
name : nfd-instance
8
8
namespace : openshift-nfd
9
9
spec :
10
- extraLabelNs :
11
- - sgx.intel.com
12
- resourceLabels :
13
- - sgx.intel.com/epc
14
10
operand :
15
- image : quay.io/openshift/origin-node-feature-discovery:4.13
11
+ image : quay.io/openshift/origin-node-feature-discovery:4.15
16
12
imagePullPolicy : Always
17
13
servicePort : 12000
18
14
workerConfig :
19
- configData : |
15
+ configData : |
Original file line number Diff line number Diff line change @@ -33,14 +33,16 @@ spec:
33
33
- name : " intel.sgx"
34
34
labels :
35
35
" intel.feature.node.kubernetes.io/sgx " : " true"
36
+ extendedResources :
37
+ sgx.intel.com/epc : " @cpu.security.sgx.epc"
36
38
matchFeatures :
37
39
- feature : cpu.cpuid
38
40
matchExpressions :
39
41
SGX : {op: Exists}
40
42
SGXLC : {op: Exists}
41
- - feature : cpu.sgx
43
+ - feature : cpu.security
42
44
matchExpressions :
43
- enabled : {op: IsTrue}
45
+ sgx. enabled : {op: IsTrue}
44
46
- feature : kernel.config
45
47
matchExpressions :
46
- X86_SGX : {op: Exists}
48
+ X86_SGX : {op: Exists}
You can’t perform that action at this time.
0 commit comments