You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously a device plugin was designed for 2 purposes:
Expose the guest device like /dev/tdx_guest to the CCNP service
Expose the CCNP service socket to other Pods
now the configfs-tsm was merged in the Linux kernel, we don't need such a device plugin to expose the device to CCNP service, and the socket can be added by a mutating admission webhook, which Kubernetes can manage. A proposal has been submitted to PR #59.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Previously a device plugin was designed for 2 purposes:
/dev/tdx_guest
to the CCNP servicenow the configfs-tsm was merged in the Linux kernel, we don't need such a device plugin to expose the device to CCNP service, and the socket can be added by a mutating admission webhook, which Kubernetes can manage. A proposal has been submitted to PR #59.
Beta Was this translation helpful? Give feedback.
All reactions