mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-28 22:29:32 +00:00
docs: Fix broken links in markdown documentation
Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
This commit is contained in:
@@ -4,8 +4,8 @@ Testing in K3s comes in 5 forms:
|
||||
- [Unit](#unit-tests)
|
||||
- [Integration](#integration-tests)
|
||||
- [Docker](#docker-tests)
|
||||
- [Smoke](#smoke-tests)
|
||||
- [Performance](#performance)
|
||||
- [Install](#install-tests)
|
||||
- [Performance](#performance-tests)
|
||||
- [End-to-End (E2E)](#end-to-end-e2e-tests)
|
||||
- [Distros-test-framework](#distros-test-framework)
|
||||
|
||||
@@ -68,10 +68,10 @@ ___
|
||||
|
||||
## Install Tests
|
||||
|
||||
Install tests are a collection of tests defined under the [tests/install](./tests/install). These tests are used to validate the installation and operation of K3s on a variety of operating systems. The test themselves are Vagrantfiles describing single-node installations that are easily spun up with Vagrant for the `libvirt` and `virtualbox` providers:
|
||||
Install tests are a collection of tests defined under the [tests/install](./install). These tests are used to validate the installation and operation of K3s on a variety of operating systems. The test themselves are Vagrantfiles describing single-node installations that are easily spun up with Vagrant for the `libvirt` and `virtualbox` providers:
|
||||
|
||||
- [Install Script](install) :arrow_right: scheduled nightly and on an install script change
|
||||
- [CentOS 9 Stream](install/centos-stream)
|
||||
- [CentOS 9 Stream](install/centos-9)
|
||||
- [Rocky Linux 8](install/rocky-8) (stand-in for RHEL 8)
|
||||
- [Rocky Linux 9](install/rocky-9) (stand-in for RHEL 9)
|
||||
- [Fedora 40](install/fedora)
|
||||
|
||||
@@ -18,7 +18,7 @@ A E2E test consists of two parts:
|
||||
1. `Vagrantfile`: a vagrant file which describes and configures the VMs upon which the cluster and test will run
|
||||
2. `<TEST_NAME>.go`: A go test file which calls `vagrant up` and controls the actual testing of the cluster
|
||||
|
||||
See the [validate cluster test](../tests/e2e/validatecluster/validatecluster_test.go) as an example.
|
||||
See the [validate cluster test](./validatecluster/validatecluster_test.go) as an example.
|
||||
|
||||
|
||||
## Setup
|
||||
|
||||
Reference in New Issue
Block a user