Skip to content

Commit c35b4cf

Browse files
authored
Merge pull request #4955 from adisky/fix-doc
Clean Up Doc and fix some broken links
2 parents 1230bd6 + d09bf18 commit c35b4cf

4 files changed

Lines changed: 3 additions & 29 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ See results on the containerd k8s [test dashboard](https://k8s-testgrid.appspot.
283283
A Kubernetes incubator project, [cri-tools](https://github.com/kubernetes-sigs/cri-tools), includes programs for exercising CRI implementations. More importantly, cri-tools includes the program `critest` which is used for running [CRI Validation Testing](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/cri-validation.md).
284284

285285
#### CRI Guides
286-
* [Bringing up a Production Quality Cluster on GCE](docs/cri/kube-up.md)
287286
* [Installing with Ansible and Kubeadm](contrib/ansible/README.md)
288287
* [For Non-Ansible Users, Preforming a Custom Installation Using the Release Tarball and Kubeadm](docs/cri/installation.md)
289288
* [CRI Plugin Testing Guide](./docs/cri/testing.md)

docs/cri/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,4 @@ systemctl daemon-reload
129129
## Bring Up the Cluster
130130
Now you should have properly installed all required binaries and dependencies on each of your node.
131131

132-
The next step is to use kubeadm to bring up the Kubernetes cluster. It is the same with [the ansible installer](../contrib/ansible). Please follow the steps 2-4 [here](../contrib/ansible/README.md#step-2).
132+
The next step is to use kubeadm to bring up the Kubernetes cluster. It is the same with [the ansible installer](../../contrib/ansible). Please follow the steps 2-4 [here](../../contrib/ansible/README.md#step-2).

docs/cri/kube-up.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

docs/cri/testing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ containerd -l debug
2525

2626
[More information](https://github.com/kubernetes-sigs/cri-tools) about CRI validation test.
2727
## Node E2E Test
28-
[Node e2e test](https://github.com/kubernetes/community/blob/master/contributors/devel/e2e-node-tests.md) is a test framework testing Kubernetes node level functionalities such as managing pods, mounting volumes etc. It starts a local cluster with Kubelet and a few other minimum dependencies, and runs node functionality tests against the local cluster.
28+
[Node e2e test](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/e2e-node-tests.md) is a test framework testing Kubernetes node level functionalities such as managing pods, mounting volumes etc. It starts a local cluster with Kubelet and a few other minimum dependencies, and runs node functionality tests against the local cluster.
2929

3030
Currently e2e-node tests are supported from via Pull Request comments on github.
3131
Enter "/test all" as a comment on a pull request for a list of testing options that have been integrated through prow bot with kubernetes testing services hosted on GCE.
3232
Typing `/test pull-containerd-node-e2e` will start a node e2e test run on your pull request commits.
3333

34-
[More information](https://github.com/kubernetes/community/blob/master/contributors/devel/e2e-node-tests.md) about Kubernetes node e2e test.
34+
[More information](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/e2e-node-tests.md) about Kubernetes node e2e test.

0 commit comments

Comments
 (0)