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 pkg/apis/kops/containerdconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
)

// NvidiaDefaultDriverPackage is the nvidia driver default version
const NvidiaDefaultDriverPackage = "nvidia-headless-515-server"
const NvidiaDefaultDriverPackage = "nvidia-driver-535-server"

// ContainerdConfig is the configuration for containerd
type ContainerdConfig struct {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ ClusterName: minimal.example.com
ConfigBase: memfs://clusters.example.com/minimal.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: ControlPlane
NodeupConfigHash: l4FtWUtTLWOE+t6ihnjNQFlZ8dJgS72jriF14VKhZbM=
NodeupConfigHash: cwyqCCFnssIV1nXXDLtK3tVr3SnKIehU+WPKtYlR4F0=

__EOF_KUBE_ENV

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ ConfigServer:
- https://kops-controller.internal.minimal.example.com:3988/
InstanceGroupName: nodes
InstanceGroupRole: Node
NodeupConfigHash: rM8udZ4cIZlKX3TKdddF0VCg76jbOn/ND8Nw81juaaU=
NodeupConfigHash: hLayQK1LsL3zJl0yv83AKXFuUSkb7geBp0jtZbhHD/U=

__EOF_KUBE_ENV

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
logLevel: info
nvidiaGPU:
enabled: true
package: nvidia-headless-515-server
package: nvidia-driver-535-server
runc:
version: 1.1.5
version: 1.6.20
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ Networking:
serviceClusterIPRange: 100.64.0.0/13
NvidiaGPU:
enabled: true
package: nvidia-headless-515-server
package: nvidia-driver-535-server
UpdatePolicy: automatic
channels:
- memfs://clusters.example.com/minimal.example.com/addons/bootstrap-channel.yaml
Expand All @@ -326,7 +326,7 @@ containerdConfig:
logLevel: info
nvidiaGPU:
enabled: true
package: nvidia-headless-515-server
package: nvidia-driver-535-server
runc:
version: 1.1.5
version: 1.6.20
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ Networking:
serviceClusterIPRange: 100.64.0.0/13
NvidiaGPU:
enabled: true
package: nvidia-headless-515-server
package: nvidia-driver-535-server
UpdatePolicy: automatic
containerdConfig:
logLevel: info
nvidiaGPU:
enabled: true
package: nvidia-headless-515-server
package: nvidia-driver-535-server
runc:
version: 1.1.5
version: 1.6.20
Expand Down
Loading