From 4db436b3ca0ef22f7343056340fbd22fb3c60371 Mon Sep 17 00:00:00 2001 From: Dmitry Kormulev Date: Fri, 10 Nov 2023 22:53:17 +0100 Subject: [PATCH] Correction after review --- README.md | 2 +- docs/book/cli/spawn.html | 12 ------------ docs/book/guide.html | 11 ----------- docs/book/print.html | 11 ----------- docs/src/cli/spawn.md | 2 +- docs/src/cli/testing.md | 2 +- docs/src/guide.md | 2 +- javascript/README.md | 2 +- javascript/packages/cli/README.md | 2 +- javascript/packages/orchestrator/README.md | 2 +- javascript/words.txt | 1 - 11 files changed, 7 insertions(+), 42 deletions(-) diff --git a/README.md b/README.md index cc36dadaf..756df2ba0 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ Then you can spawn the network by running the following command: ❯ ./zombienet-macos spawn --provider native examples/0001-small-network.toml ``` -**Note:** before spawning network one needs to varify that `kubectl`'s namespace is set to `default` +**Note:** before spawning network one needs to verify that `kubectl`'s namespace is set to `default` ```bash ❯ kubectl config get-contexts diff --git a/docs/book/cli/spawn.html b/docs/book/cli/spawn.html index 8e1c2532f..3524a461c 100644 --- a/docs/book/cli/spawn.html +++ b/docs/book/cli/spawn.html @@ -168,18 +168,6 @@

Spawning

Then you can spawn the network by running the following command:

./zombienet-macos spawn examples/0001-small-network.toml
-
-
-

Note: before spawning network one needs to varify that kubectl's namespace is set to default

-

-❯ kubectl config get-contexts
-
-CURRENT   NAME                                      CLUSTER          AUTHINFO         NAMESPACE
-*         docker-desktop                            docker-desktop   docker-desktop   default
-
-# if not then set it to default value
-
-❯ kubectl config set-context --current --namespace='default'
 

You can follow the output of the steps to spawn the network and once the network is launched a message with the nodes information like this one is show

┌───────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
diff --git a/docs/book/guide.html b/docs/book/guide.html
index 07a867c87..32777803e 100644
--- a/docs/book/guide.html
+++ b/docs/book/guide.html
@@ -350,17 +350,6 @@ 

Intro

current constraints for both network configurations and test specifications.

-

Note: before spawning network one needs to varify that kubectl's namespace is set to default

-

-❯ kubectl config get-contexts
-
-CURRENT   NAME                                      CLUSTER          AUTHINFO         NAMESPACE
-*         docker-desktop                            docker-desktop   docker-desktop   default
-
-# if not then set it to default value
-
-❯ kubectl config set-context --current --namespace='default'
-

Then you can spawn the network by running the following command:

./zombienet-macos spawn examples/0001-small-network.toml
-
-

NOTE: before spawning network one needs to varify that kubectl's namespace is set to default

-

-❯ kubectl config get-contexts
-
-CURRENT   NAME                                      CLUSTER          AUTHINFO         NAMESPACE
-*         docker-desktop                            docker-desktop   docker-desktop   default
-
-# if not then set it to default value
-
-❯ kubectl config set-context --current --namespace='default'
 

You can follow the output of the steps to spawn the diff --git a/docs/src/cli/spawn.md b/docs/src/cli/spawn.md index fbc4be910..8bcbe248b 100644 --- a/docs/src/cli/spawn.md +++ b/docs/src/cli/spawn.md @@ -33,7 +33,7 @@ Then you can spawn the network by running the following command: ./zombienet-macos spawn examples/0001-small-network.toml ``` -**Note:** before spawning network one needs to varify that `kubectl`'s namespace is set to `default` +**Note:** before spawning network one needs to verify that `kubectl`'s namespace is set to `default` ```bash ❯ kubectl config get-contexts diff --git a/docs/src/cli/testing.md b/docs/src/cli/testing.md index 2e8e2dcfc..22a395167 100644 --- a/docs/src/cli/testing.md +++ b/docs/src/cli/testing.md @@ -5,7 +5,7 @@ Those assertions should be defined in a _feature test_, and the `dsl` and format The following is a small example to spawn a network (using the previous `simple network definition`) and assert that: -**Note:** before spawning network one needs to varify that `kubectl`'s namespace is set to `default` +**Note:** before spawning network one needs to verify that `kubectl`'s namespace is set to `default` ```bash ❯ kubectl config get-contexts diff --git a/docs/src/guide.md b/docs/src/guide.md index 8203ef892..d1d9daccc 100644 --- a/docs/src/guide.md +++ b/docs/src/guide.md @@ -6,7 +6,7 @@ Zombienet was designed to be a flexible and easy to use tool, allowing users to In this guide we will go through simple use cases as well as more complex ones, describing the trade-offs made and the _current_ constraints for both network configurations and test specifications. -**Note:** before spawning network one needs to varify that `kubectl`'s namespace is set to `default` +**Note:** before spawning network one needs to verify that `kubectl`'s namespace is set to `default` ```bash ❯ kubectl config get-contexts diff --git a/javascript/README.md b/javascript/README.md index 82668a2da..b905c2a26 100644 --- a/javascript/README.md +++ b/javascript/README.md @@ -177,7 +177,7 @@ Then you can spawn the network by running the following command: ❯ ./zombienet-macos spawn --provider native examples/0001-small-network.toml ``` -**Note:** before spawning network one needs to varify that `kubectl`'s namespace is set to `default` +**Note:** before spawning network one needs to verify that `kubectl`'s namespace is set to `default` ```bash ❯ kubectl config get-contexts diff --git a/javascript/packages/cli/README.md b/javascript/packages/cli/README.md index 59d1784ea..d1436dd77 100644 --- a/javascript/packages/cli/README.md +++ b/javascript/packages/cli/README.md @@ -177,7 +177,7 @@ Then you can spawn the network by running the following command: ❯ ./zombienet-macos spawn --provider native examples/0001-small-network.toml ``` -**Note:** before spawning network one needs to varify that `kubectl`'s namespace is set to `default` +**Note:** before spawning network one needs to verify that `kubectl`'s namespace is set to `default` ```bash ❯ kubectl config get-contexts diff --git a/javascript/packages/orchestrator/README.md b/javascript/packages/orchestrator/README.md index 11762d544..adda6bc1a 100644 --- a/javascript/packages/orchestrator/README.md +++ b/javascript/packages/orchestrator/README.md @@ -177,7 +177,7 @@ Then you can spawn the network by running the following command: ❯ ./zombienet-macos spawn --provider native examples/0001-small-network.toml ``` -**Note:** before spawning network one needs to varify that `kubectl`'s namespace is set to `default` +**Note:** before spawning network one needs to verify that `kubectl`'s namespace is set to `default` ```bash ❯ kubectl config get-contexts diff --git a/javascript/words.txt b/javascript/words.txt index 120d9342c..29c96b336 100644 --- a/javascript/words.txt +++ b/javascript/words.txt @@ -171,7 +171,6 @@ unfollow unhandle unsub uutils -varify webrtc westend westmint