Skip to content

create custom resource in the operator

Rajat Chopra requested to merge assets into master

Three things done:

  1. Remove device plugin validation (we will have to do with a daemonset eventually, a pod nearly means nothing today)
  2. Create the monitoring namespace as the operator watches the assets
  3. Create none-scheduler custom resource inside the operator. Helm has the option to set the default behaviour to false. (Or the user has the option to edit it later on, the gpu-operator is watching it always).

Merge request reports