From 9bdf43d5768be7b4d0a055e0d8b1b16586314f7f Mon Sep 17 00:00:00 2001 From: Sergey Kanzhelev Date: Wed, 29 Jan 2025 01:50:12 +0000 Subject: [PATCH] fix the release status of critest --- docs/validation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/validation.md b/docs/validation.md index 6b7de1f3a0..b867970a84 100644 --- a/docs/validation.md +++ b/docs/validation.md @@ -2,7 +2,7 @@ CRI validation testing provides a test framework and a suite of tests to validate that the Container Runtime Interface (CRI) server implementation meets all the requirements. This allows the CRI runtime developers to verify that their runtime conforms to CRI, without needing to set up Kubernetes components or run Kubernetes end-to-end tests. -CRI validation testing is currently Alpha and still under quick iterations. We encourage the CRI developers to report bugs or help extend the test coverage by adding more tests. +CRI validation testing is GA since v1.11.0. We encourage the CRI developers to report bugs or help extend the test coverage by adding more tests. ## Install @@ -57,4 +57,4 @@ critest connects to Unix: `unix:///run/containerd/containerd.sock` or Windows: ` - `-runtime-endpoint`: Set the endpoint of runtime service. Default to `unix:///run/containerd/containerd.sock` or Windows: `npipe:////./pipe/containerd-containerd`. - `-ginkgo.skip`: Skip the tests that match the regular expression. - `-parallel`: The number of parallel test nodes to run (default 1). [ginkgo](https://github.com/onsi/ginkgo) must be installed to run parallel tests. -- `-h`: Should help and all supported options. +- `-h`: Show help and all supported options.