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
// CRIAPIV1Alpha2 is a warning for the use of CRI-API v1alpha2
35
+
CRIAPIV1Alpha2Warning=Prefix+"cri-api-v1alpha2"
34
36
)
35
37
36
38
varmessages=map[Warning]string{
@@ -43,6 +45,7 @@ var messages = map[Warning]string{
43
45
"Use `ImagePullSecrets` instead.",
44
46
CRIRegistryConfigs: "The `configs` property of `[plugins.\"io.containerd.grpc.v1.cri\".registry]` is deprecated since containerd v1.5 and will be removed in containerd v2.0."+
45
47
"Use `config_path` instead.",
48
+
CRIAPIV1Alpha2: "CRI API v1alpha2 is deprecated since containerd v1.7 and removed in containerd v2.0. Use CRI API v1 instead.",
0 commit comments