-
Notifications
You must be signed in to change notification settings - Fork 314
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
Add DRA driver For IMEX #1195
base: main
Are you sure you want to change the base?
Add DRA driver For IMEX #1195
Conversation
Signed-off-by: Christopher Desiniotis <[email protected]>
Signed-off-by: Christopher Desiniotis <[email protected]>
imagePullSecrets: {{ toYaml .Values.draDriver.imagePullSecrets | nindent 6 }} | ||
{{- end }} | ||
{{- if .Values.draDriver.deviceClasses }} | ||
deviceClasses: {{ toYaml .Values.draDriver.imagePullSecrets | nindent 6 }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
deviceClasses: {{ toYaml .Values.draDriver.imagePullSecrets | nindent 6 }} | |
deviceClasses: {{ toYaml .Values.draDriver.deviceClasses | nindent 6 }} |
@@ -841,6 +843,45 @@ type SandboxDevicePluginSpec struct { | |||
Env []EnvVar `json:"env,omitempty"` | |||
} | |||
|
|||
// DRADriverSpec defines the properties for the NVIDIA DRA Driver deployment | |||
type DRADriverSpec struct { | |||
// Enabled indicates if the deployment of NVIDIA DRA Driver through the operator is enabled |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's use the full-form of DRA when mentioning it first, and then use the acronyms everywhere else
- "" | ||
- apps |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We probably don't need these two. The current permissions for the "apps" and "" (core) api groups which are already specified in this doc should suffice.
No description provided.