intel / xpumanager

MIT License
92 stars 20 forks source link

Provide kustomize overlays for configuring k8s deployment #32

Closed eero-t closed 8 months ago

eero-t commented 1 year ago

Current XPUM deployment enables and requires a lot of privileges, which are not really needed in most installations: https://github.com/intel/intel-device-plugins-for-kubernetes/issues/1342#issuecomment-1450293331

Deployment should be split into a basic base one, and overlays that add the extra features, similarly to how e.g. GPU plugin features are handled.

See:

huiqiwa commented 8 months ago

@eero-t , thank you for suggestion. Beginning with version 1.2.29, we've divided XPUM deployment into two parts.

eero-t commented 8 months ago

Thanks!

I would also suggest moving this README: https://github.com/intel/xpumanager/blob/master/deployment/README.md

Under the docker subdirectory, as it's only about Docker usage.

Then adding another README to the kubernetes subdirectory that shortly describes content under that directory.