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 @@ -32,14 +32,16 @@ spec:
32
32
- name : " intel.sgx"
33
33
labels :
34
34
" intel.feature.node.kubernetes.io/sgx " : " true"
35
+ extendedResources :
36
+ sgx.intel.com/epc : " @cpu.security.sgx.epc"
35
37
matchFeatures :
36
38
- feature : cpu.cpuid
37
39
matchExpressions :
38
40
SGX : {op: Exists}
39
41
SGXLC : {op: Exists}
40
- - feature : cpu.sgx
42
+ - feature : cpu.security
41
43
matchExpressions :
42
- enabled : {op: IsTrue}
44
+ sgx. enabled : {op: IsTrue}
43
45
- feature : kernel.config
44
46
matchExpressions :
45
- X86_SGX : {op: Exists}
47
+ X86_SGX : {op: Exists}
You can’t perform that action at this time.
0 commit comments