Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sgx: use NodeFeatureRule SGX label in the NFD overlay #1596

Merged
merged 1 commit into from
Nov 15, 2023

Conversation

mythi
Copy link
Contributor

@mythi mythi commented Nov 13, 2023

Our SGX README guides users to first deploy NFD and create NodeFeatureRules when sgx_plugin/overlays/epc-nfd is used. However, it turns out the "SGX enabled" label is not being used by the plugin DaemonSet.

Use "intel.feature.node.kubernetes.io/sgx": "true" as the nodeSelector value when the kustomization overlay with NFD is used.

/cc @ffuerste

Our SGX README guides users to first deploy NFD and create NodeFeatureRules
when sgx_plugin/overlays/epc-nfd is used. However, it turns out
the "SGX enabled" label is not being used by the plugin DaemonSet.

Use "intel.feature.node.kubernetes.io/sgx": "true" as the nodeSelector
value when the kustomization overlay with NFD is used.

Signed-off-by: Mikko Ylinen <[email protected]>
@tkatila tkatila merged commit 47719d7 into intel:main Nov 15, 2023
75 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants