intel-device-plugins-for-ku.../pkg/controllers
Mikko Ylinen 37618d4f85 operator: move deviceplugin/v1 CRDs to cluster scope
The device plugins daemonsets are cluster wide and currently only
one device plugin instance per device is possible so making the
corresponding deviceplugin/v1 CRDs non-namespaced (i.e., scope: cluster)
fits better.

Previously, the device plugin daemonset was deployed in the same
namespace as the CR for that device but with the cluster scoped CRDs
we default to use the same namespace as the operator, unless overridden
via DEVICEPLUGIN_NAMESPACE env variable or a command line parameter
to operator manager deployment.

Three additional changes in this commit:
- enable DSA envtest tests
- update controller-runtime to v0.8.1
- change device plugin envtest suite to use klog/v2

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2021-02-11 11:41:47 +02:00
..
dsa operator: move deviceplugin/v1 CRDs to cluster scope 2021-02-11 11:41:47 +02:00
fpga operator: move deviceplugin/v1 CRDs to cluster scope 2021-02-11 11:41:47 +02:00
gpu operator: move deviceplugin/v1 CRDs to cluster scope 2021-02-11 11:41:47 +02:00
qat operator: move deviceplugin/v1 CRDs to cluster scope 2021-02-11 11:41:47 +02:00
sgx operator: move deviceplugin/v1 CRDs to cluster scope 2021-02-11 11:41:47 +02:00
reconciler.go operator: move deviceplugin/v1 CRDs to cluster scope 2021-02-11 11:41:47 +02:00