Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion operator/api/v1alpha1/vllmruntime_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ type DeploymentConfig struct {
DeployStrategy string `json:"deploymentStrategy,omitempty"`

// RuntimeClass
// +kubebuilder:default=nividia
// +kubebuilder:default=nvidia
Comment thread
immanuel-peter marked this conversation as resolved.
Comment thread
immanuel-peter marked this conversation as resolved.
RuntimeClass string `json:"runtimeClass,omitempty"`

// Resource requirements
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ spec:
type: string
type: object
runtimeClass:
default: nividia
default: nvidia
description: RuntimeClass
type: string
sidecarConfig:
Expand Down