You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to run with Kubernetes 1.28 and the cri-based authentication discussed here I was seeing the follow error in the kubelet:
Aug 30 13:39:00 ip-10-1-134-90.eu-west-1.compute.internal kubelet[15710]: E0830 13:39:00.786802 15710 run.go:74] "command failed" err="failed to run Kubelet: validate service connection: validate CRI v1 image API for endpoint \"unix:///run/soci-snapshotter-grpc/soci-snapshotter-grpc.sock\": rpc error: code = Unimplemented desc = unknown service runtime.v1.ImageService"
On further inspection it looks like we are still importing the CRI v1alpha2 API here. Kubernetes has deprecated this API in Kubernetes 1.26. The stargz project bumped to the v1 CPI here
Steps to reproduce the bug
No response
Describe the results you expected
I was hoping to be able to use the cri-based authentication for Kubernetes 1.28.
Host information
OS: Amazon Linux 2
Snapshotter Version: v0.4.0
Containerd Version: v1.6.19
Any additional context or information about the bug
No response
The text was updated successfully, but these errors were encountered:
Description
When attempting to run with Kubernetes 1.28 and the cri-based authentication discussed here I was seeing the follow error in the kubelet:
On further inspection it looks like we are still importing the CRI v1alpha2 API here. Kubernetes has deprecated this API in Kubernetes 1.26. The stargz project bumped to the v1 CPI here
Steps to reproduce the bug
No response
Describe the results you expected
I was hoping to be able to use the cri-based authentication for Kubernetes 1.28.
Host information
Any additional context or information about the bug
No response
The text was updated successfully, but these errors were encountered: