Update installation.md (#730)
add install instructions for k3s from rancher_labs Signed-off-by: Frederic Leger <frederic@webofmars.com> Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
This commit is contained in:
parent
5c69a134b4
commit
8198c7367f
|
|
@ -126,6 +126,20 @@ Depending on your environment, there are two methods of installing Chaos Mesh:
|
|||
```bash
|
||||
helm install chaos-mesh helm/chaos-mesh --namespace=chaos-testing --set chaosDaemon.runtime=containerd --set chaosDaemon.socketPath=/run/containerd/containerd.sock
|
||||
```
|
||||
|
||||
- Install in k3s environment
|
||||
|
||||
- for helm 2.X
|
||||
|
||||
```bash
|
||||
helm install helm/chaos-mesh --name=chaos-mesh --namespace=chaos-testing --set chaosDaemon.runtime=containerd --set chaosDaemon.socketPath=/run/k3s/containerd/containerd.sock
|
||||
```
|
||||
|
||||
- for helm 3.X
|
||||
|
||||
```bash
|
||||
helm install chaos-mesh helm/chaos-mesh --namespace=chaos-testing --set chaosDaemon.runtime=containerd --set chaosDaemon.socketPath=/run/k3s/containerd/containerd.sock
|
||||
```
|
||||
|
||||
3. Check whether Chaos Mesh pods are installed:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue