stargz-snapshotter icon indicating copy to clipboard operation
stargz-snapshotter copied to clipboard

Bump k8s.io/cri-api from 0.25.0-alpha.2 to 0.26.0-alpha.0

Open ktock opened this issue 3 years ago • 1 comments

  • https://github.com/containerd/stargz-snapshotter/pull/883
  • https://github.com/containerd/stargz-snapshotter/pull/884
  • https://github.com/containerd/stargz-snapshotter/pull/867

ktock avatar Aug 11 '22 02:08 ktock

https://github.com/containerd/stargz-snapshotter/runs/7780320865?check_suite_focus=true#step:4:2353

 #13 194.1 # github.com/containerd/containerd/pkg/cri/sbserver
#13 194.1 pkg/cri/sbserver/instrumented_service.go:37:9: cannot use &instrumentedService{…} (value of type *instrumentedService) as type grpcServices in return statement:
#13 194.1 	*instrumentedService does not implement grpcServices (missing CheckpointContainer method)
#13 194.1 pkg/cri/sbserver/service.go:191:9: cannot use c (variable of type *criService) as type CRIService in return statement:
#13 194.1 	*criService does not implement CRIService (missing CheckpointContainer method)
#13 194.1 # github.com/containerd/containerd/pkg/cri/server
#13 194.1 pkg/cri/server/instrumented_service.go:37:9: cannot use &instrumentedService{…} (value of type *instrumentedService) as type grpcServices in return statement:
#13 194.1 	*instrumentedService does not implement grpcServices (missing CheckpointContainer method)
#13 194.1 pkg/cri/server/service.go:184:9: cannot use c (variable of type *criService) as type CRIService in return statement:
#13 194.1 	*criService does not implement CRIService (missing CheckpointContainer method)

ktock avatar Aug 11 '22 04:08 ktock

  • https://github.com/containerd/stargz-snapshotter/pull/924

AkihiroSuda avatar Sep 26 '22 02:09 AkihiroSuda