Skip to content

Commit 258ada9

Browse files
committed
sgx: update NFD labels
NFD master and the upcoming release v0.10.0 dropped the "custom-" prefix from custom labels. Update the default SgxDevicePlugin sample accordingly. Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
1 parent 3cc0e3e commit 258ada9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments/operator/samples/deviceplugin_v1_sgxdeviceplugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ spec:
99
provisionLimit: 110
1010
logLevel: 4
1111
nodeSelector:
12-
feature.node.kubernetes.io/custom-intel.sgx: 'true'
12+
feature.node.kubernetes.io/intel.sgx: 'true'

0 commit comments

Comments
 (0)