Skip to content

Commit 2d13d4c

Browse files
committed
Testing previous config v1alpha2
Signed-off-by: ghokun <[email protected]>
1 parent 4aa9eeb commit 2d13d4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifests/device-plugin.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ spec:
4545
capabilities:
4646
add: ["SYS_ADMIN"]
4747
containers:
48-
- image: ghcr.io/kuartis/kuartis-virtual-gpu-device-plugin:0.4.3
48+
- image: ghcr.io/kuartis/kuartis-virtual-gpu-device-plugin:0.4.4
4949
name: kuartis-virtual-gpu-device-plugin-ctr
5050
command:
5151
- /usr/bin/virtual-gpu-device-plugin

pkg/gpu/nvidia/metrics.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616

1717
"google.golang.org/grpc"
1818
"google.golang.org/grpc/credentials/insecure"
19-
pb "k8s.io/cri-api/pkg/apis/runtime/v1"
19+
pb "k8s.io/cri-api/pkg/apis/runtime/v1alpha2"
2020
)
2121

2222
const (

0 commit comments

Comments
 (0)