Merge pull request #2646 from feiskyer/cri-tools
Update links of cri-tools
This commit is contained in:
commit
939376c00e
|
@ -13,7 +13,7 @@ because many features require integration of runtime, OS, or even the cloud
|
|||
provider. A higher-level integration tests provider better signals on vertical
|
||||
stack compatibility to the Kubernetes community. On the other hand, runtime
|
||||
developers are strongly encouraged to run low-level
|
||||
[CRI validation test suite](https://github.com/kubernetes-incubator/cri-tools/blob/master/docs/validation.md)
|
||||
[CRI validation test suite](https://github.com/kubernetes-sigs/cri-tools/blob/master/docs/validation.md)
|
||||
for validation as part of their development process.
|
||||
|
||||
## Required and optional tests
|
||||
|
|
|
@ -2,15 +2,15 @@
|
|||
|
||||
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 GA since v1.11.0 and is hosted at the [cri-tools](https://github.com/kubernetes-incubator/cri-tools) repository. 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 and is hosted at the [cri-tools](https://github.com/kubernetes-sigs/cri-tools) repository. We encourage the CRI developers to report bugs or help extend the test coverage by adding more tests.
|
||||
|
||||
## Install
|
||||
|
||||
The test suites can be downloaded from cri-tools [release page](https://github.com/kubernetes-incubator/cri-tools/releases):
|
||||
The test suites can be downloaded from cri-tools [release page](https://github.com/kubernetes-sigs/cri-tools/releases):
|
||||
|
||||
```sh
|
||||
VERSION="v1.11.0"
|
||||
wget https://github.com/kubernetes-incubator/cri-tools/releases/download/$VERSION/critest-$VERSION-linux-amd64.tar.gz
|
||||
wget https://github.com/kubernetes-sigs/cri-tools/releases/download/$VERSION/critest-$VERSION-linux-amd64.tar.gz
|
||||
sudo tar zxvf critest-$VERSION-linux-amd64.tar.gz -C /usr/local/bin
|
||||
rm -f critest-$VERSION-linux-amd64.tar.gz
|
||||
```
|
||||
|
|
|
@ -356,7 +356,7 @@ Alpha:
|
|||
- [CRI validation tests][cri-validation]
|
||||
- Kubernetes E2E tests (only validating single runtime handler cases)
|
||||
|
||||
[cri-validation]: https://github.com/kubernetes-incubator/cri-tools/blob/master/docs/validation.md
|
||||
[cri-validation]: https://github.com/kubernetes-sigs/cri-tools/blob/master/docs/validation.md
|
||||
|
||||
Beta:
|
||||
|
||||
|
|
Loading…
Reference in New Issue