move up to CRI v1 and support v1alpha in parallel
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
This commit is contained in:
@@ -19,6 +19,8 @@ package constants
|
||||
const (
|
||||
// K8sContainerdNamespace is the namespace we use to connect containerd.
|
||||
K8sContainerdNamespace = "k8s.io"
|
||||
// CRIVersion is the CRI version supported by the CRI plugin.
|
||||
CRIVersion = "v1alpha2"
|
||||
// CRIVersion is the latest CRI version supported by the CRI plugin.
|
||||
CRIVersion = "v1"
|
||||
// CRIVersionAlpha is the alpha version of CRI supported by the CRI plugin.
|
||||
CRIVersionAlpha = "v1alpha2"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user