Skip to content

Commit

Permalink
add notes for PKS k8s cluster installations (kubernetes#58)
Browse files Browse the repository at this point in the history
Signed-off-by: saravanan palanisamy <[email protected]>

Co-authored-by: Calvin Weng <[email protected]>
  • Loading branch information
saravanan30erd and dcalvin authored Jul 23, 2021
1 parent 6449e43 commit 8810224
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/user_guides/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,15 @@ Depending on your environment, there are two methods of installing Chaos Mesh:
helm install chaos-mesh chaos-mesh/chaos-mesh --namespace=chaos-testing
```

> **Note:**
>
>Depending on your Kubernetes edition, you may have to change the default values.
> For example, the Docker socket path is different in PKS Kubernetes clusters (VMware K8s Enterprise edition).

```bash
helm install chaos-mesh chaos-mesh/chaos-mesh --namespace=chaos-testing --set chaosDaemon.socketPath=/var/vcap/sys/run/docker/docker.sock
```

3. Check whether Chaos Mesh pods are installed:

```bash
Expand Down

0 comments on commit 8810224

Please sign in to comment.