From 042c6c64399be1a56abe66cfcf599ad13289b91e Mon Sep 17 00:00:00 2001 From: Sven Pfennig Date: Thu, 14 Mar 2024 17:12:06 +0100 Subject: [PATCH] Update README.md --- podtato-head/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/podtato-head/README.md b/podtato-head/README.md index 7f2c51c..b69732f 100644 --- a/podtato-head/README.md +++ b/podtato-head/README.md @@ -63,7 +63,7 @@ helm upgrade \ ## Exercise 1: Add Logging ```sh -cagro add env-logger +cargo add env-logger ``` ```rust env_logger::init(); @@ -203,7 +203,7 @@ kubectl apply -f test/chaos/podchaos Portforward the application ```sh -kubectl port-froward svc/podtato-head-entry 9000:9000 +kubectl port-forward svc/podtato-head-entry 9000:9000 ``` visit localhost:9000 and see the chaos in action @@ -216,6 +216,6 @@ kubectl apply -f test/chaos/networkchaos Portforward the application ```sh -kubectl port-froward svc/podtato-head-entry 9000:9000 +kubectl port-forward svc/podtato-head-entry 9000:9000 ``` visit localhost:9000 and see the chaos in action