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
35
CRIAPIV1Alpha2Warning=Prefix+"cri-api-v1alpha2"
36
+
// AUFSSnapshotter is a warning for the use of the aufs snapshotter
37
+
AUFSSnapshotterWarning=Prefix+"aufs-snapshotter"
36
38
)
37
39
38
40
varmessages=map[Warning]string{
@@ -45,7 +47,8 @@ var messages = map[Warning]string{
45
47
"Use `ImagePullSecrets` instead.",
46
48
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."+
47
49
"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.",
50
+
CRIAPIV1Alpha2: "CRI API v1alpha2 is deprecated since containerd v1.7 and removed in containerd v2.0. Use CRI API v1 instead.",
51
+
AUFSSnapshotter: "The aufs snapshotter is deprecated since containerd v1.5 and removed in containerd v2.0. Use the overlay snapshotter instead.",
0 commit comments