We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a89d9a5 + 2ae4eb9 commit 47719d7Copy full SHA for 47719d7
deployments/sgx_plugin/overlays/epc-nfd/kustomization.yaml
@@ -2,6 +2,11 @@ resources:
2
- ../../base
3
- ../../../sgx_admissionwebhook/overlays/default-with-certmanager
4
5
+patches:
6
+- path: nfd_label.yaml
7
+ target:
8
+ name: intel-sgx-plugin
9
+
10
apiVersion: kustomize.config.k8s.io/v1beta1
11
kind: Kustomization
12
replacements:
deployments/sgx_plugin/overlays/epc-nfd/nfd_label.yaml
@@ -0,0 +1,9 @@
1
+apiVersion: apps/v1
+kind: DaemonSet
+metadata:
+spec:
+ template:
+ spec:
+ nodeSelector:
+ intel.feature.node.kubernetes.io/sgx: "true"
0 commit comments