Skip to content

Commit

Permalink
Updated description
Browse files Browse the repository at this point in the history
  • Loading branch information
Neyromancer committed Nov 9, 2023
1 parent d9c5faf commit d18d1b1
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 varify that `kubectl`'s namespace is set to `default`
**Note:** before spawning network one needs to varify that `kubectl`'s namespace is set to `default`
```bash
❯ kubectl config get-contexts

Expand Down
2 changes: 1 addition & 1 deletion docs/book/cli/spawn.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ <h1 id="spawning"><a class="header" href="#spawning">Spawning</a></h1>
<pre><code class="language-bash">./zombienet-macos spawn examples/0001-small-network.toml
</code>
</pre>
<blockquote><p>Note: before spawning varify that <code>kubectl</code>'s namespace is set to <code>default</code></p></blockquote>
<blockquote><p>Note: before spawning network one needs to varify that <code>kubectl</code>'s namespace is set to <code>default</code></p></blockquote>
<pre><code class="language-bash">
❯ kubectl config get-contexts

Expand Down
2 changes: 1 addition & 1 deletion docs/book/guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ <h2 id="intro"><a class="header" href="#intro">Intro</a></h2>
<em>current</em> constraints for both network configurations and
test specifications.
</p>
<blockquote><p>Note: before spawning network varify that <code>kubectl</code>'s namespace is set to <code>default</code></p></blockquote>
<blockquote><p>Note: before spawning network one needs to varify that <code>kubectl</code>'s namespace is set to <code>default</code></p></blockquote>
<pre><code class="language-bash">
❯ kubectl config get-contexts

Expand Down
2 changes: 1 addition & 1 deletion docs/book/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ <h1 id="spawning">
</p>
<pre><code class="language-bash">./zombienet-macos spawn examples/0001-small-network.toml
</code></pre>
<blockquote><p>NOTE: before spawning varify that <code>kubectl</code>'s namespace is set to <code>default</code></p></blockquote>
<blockquote><p>NOTE: before spawning network one needs to varify that <code>kubectl</code>'s namespace is set to <code>default</code></p></blockquote>
<pre><code class="language-bash">
❯ kubectl config get-contexts

Expand Down
2 changes: 1 addition & 1 deletion docs/src/cli/spawn.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 varify that `kubectl`'s namespace is set to `default`
**Note:** before spawning network one needs to varify that `kubectl`'s namespace is set to `default`
```bash
❯ kubectl config get-contexts

Expand Down
2 changes: 1 addition & 1 deletion docs/src/cli/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 varify that `kubectl`'s namespace is set to `default`
**Note:** before spawning network one needs to varify that `kubectl`'s namespace is set to `default`
```bash
❯ kubectl config get-contexts

Expand Down
2 changes: 1 addition & 1 deletion docs/src/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 varify that `kubectl`'s namespace is set to `default`
**Note:** before spawning network one needs to varify that `kubectl`'s namespace is set to `default`
```bash
❯ kubectl config get-contexts

Expand Down
2 changes: 1 addition & 1 deletion javascript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 varify that `kubectl`'s namespace is set to `default`
**Note:** before spawning network one needs to varify that `kubectl`'s namespace is set to `default`
```bash
❯ kubectl config get-contexts

Expand Down
2 changes: 1 addition & 1 deletion javascript/packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 varify that `kubectl`'s namespace is set to `default`
**Note:** before spawning network one needs to varify that `kubectl`'s namespace is set to `default`
```bash
❯ kubectl config get-contexts

Expand Down
2 changes: 1 addition & 1 deletion javascript/packages/orchestrator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 varify that `kubectl`'s namespace is set to `default`
**Note:** before spawning network one needs to varify that `kubectl`'s namespace is set to `default`
```bash
❯ kubectl config get-contexts

Expand Down

0 comments on commit d18d1b1

Please sign in to comment.