From fd7f7aab278cd99438544b4f96f1cafc849808c9 Mon Sep 17 00:00:00 2001 From: terassyi Date: Wed, 20 Dec 2023 01:27:53 +0900 Subject: [PATCH] fix readme Signed-off-by: terassyi --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3fd8e4c..8450987 100644 --- a/README.md +++ b/README.md @@ -38,20 +38,20 @@ And we also need to [install Rust and Cargo](https://doc.rust-lang.org/cargo/get First, we have to create the test environment. ```console -sart$ make build-image -sart$ make certs -sart$ make crd -sart$ cd e2e -sart$ make setup -sart/e2e$ make kubernetes -sart/e2e$ make install-sart -sart/e2e$ make sample # create sample workloads +$ make build-image +$ make certs +$ make crd +$ cd e2e +$ make setup +$ make kubernetes +$ make install-sart +$ make sample # create sample workloads ``` After that, we can confirm `EXTENAL-IPs` are assigned and the connectivity. ```console -sart/e2e$ kubectl -n test get svc +$ kubectl -n test get svc NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE app-svc-cluster LoadBalancer 10.101.96.120 10.0.1.0 80:30870/TCP 2m48s app-svc-cluster2 LoadBalancer 10.101.153.185 10.0.100.20 80:32601/TCP 2m48s @@ -59,7 +59,7 @@ app-svc-local LoadBalancer 10.101.140.238 10.0.1.1 80:31642/TCP ``` ```console -sart/e2e$ docker exec -it clab-sart-client0 curl http://10.0.1.0 +$ docker exec -it clab-sart-client0 curl http://10.0.1.0