intel / helm-charts

Apache License 2.0
12 stars 15 forks source link

Update to 0.27.0 release #36

Closed oxxenix closed 1 year ago

oxxenix commented 1 year ago

updated

mythi commented 1 year ago

SGX NodeFeatureRule must be updated if initImage is removed

tkatila commented 1 year ago

SGX NodeFeatureRule must be updated if initImage is removed

Like so:

diff --git a/charts/sgx-device-plugin/templates/sgx.yaml b/charts/sgx-device-plugin/templates/sgx.yaml
index d998d47..7b2dae0 100644
--- a/charts/sgx-device-plugin/templates/sgx.yaml
+++ b/charts/sgx-device-plugin/templates/sgx.yaml
@@ -25,6 +25,8 @@ spec:
     - name: "intel.sgx"
       labels:
         "intel.feature.node.kubernetes.io/sgx": "true"
+      extendedResources:
+        sgx.intel.com/epc: "@cpu.security.sgx.epc"
       matchFeatures:
         - feature: cpu.cpuid
           matchExpressions:

?

mythi commented 1 year ago

Also cpu.security

tkatila commented 1 year ago

PR here: https://github.com/intel/helm-charts/pull/37