From 67c8af691fc87a32ad0fd871352e16437566930e Mon Sep 17 00:00:00 2001 From: Lee Chagolla-Christensen Date: Thu, 29 Aug 2024 22:20:23 -0700 Subject: [PATCH] Update requirements.md with port changing info. --- docs/requirements.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/requirements.md b/docs/requirements.md index 8dd1372..2aacd85 100644 --- a/docs/requirements.md +++ b/docs/requirements.md @@ -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/). @@ -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 -``` \ No newline at end of file +```