Skip to content

Commit 0fd6ce6

Browse files
committed
PEER-244,245: FInal update k8s readme instr
Signed-off-by: SeeuSim <[email protected]>
1 parent 4010385 commit 0fd6ce6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

k8s/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
```sh
2525
# For Horizontal Pod Autoscaling
26-
minikube addons enable metric-server
26+
minikube addons enable metrics-server
2727

2828
# For Nginx Ingress Controller
2929
# Install
@@ -59,7 +59,7 @@
5959
1. Run the load test script:
6060

6161
```sh
62-
./scripts/k8s-load-test.sh
62+
./scripts/k8s-test-load.sh
6363
```
6464

6565
In its current configuration, it will run a load testing container to ping the user-service.
@@ -90,7 +90,7 @@
9090
2. Run the command to set up the ingress controller:
9191

9292
```sh
93-
kubectl apply -f ./k8s/ingress/06-nginx-ingress.yaml
93+
kubectl apply -f ./k8s/ingress/nginx-ingress.yaml
9494
```
9595

9696
It should take a couple of minutes. Once done, you should run this command:

0 commit comments

Comments
 (0)