Skip to content

Commit

Permalink
Update requirements.md with port changing info.
Browse files Browse the repository at this point in the history
  • Loading branch information
leechristensen authored Aug 30, 2024
1 parent 6f80e9b commit 67c8af6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ sudo k3s kubectl config view --raw > "$KUBECONFIG"
chmod 600 "$KUBECONFIG"
```

If you want the Nemesis to run on a different port, you can do with [these instructions](setup.md#optional-change-nemesiss-listening-port).

#### Install Helm

Follow the Helm installation guide for your specific operating system: [Installing Helm](https://helm.sh/docs/intro/install/).
Expand Down Expand Up @@ -80,4 +82,4 @@ NAME NAMESPACE REVISION UPDATED
elastic-operator elastic-system 1 2024-04-22 10:42:02.9517585 -0400 EDT deployed eck-operator-2.12.1 2.12.1
traefik kube-system 1 2024-04-19 17:56:18.401408836 +0000 UTC deployed traefik-25.0.2+up25.0.0 v2.10.5
traefik-crd kube-system 1 2024-04-19 17:56:17.382691893 +0000 UTC deployed traefik-crd-25.0.2+up25.0.0 v2.10.5
```
```

0 comments on commit 67c8af6

Please sign in to comment.