File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -98,9 +98,9 @@ $ export KUBECONFIG=/tmp/my-config
9898
9999#### Specify the Kubernetes context
100100
101- Quite often, your Kubernetes configuration contains several entries and you
102- need to define the one to use as a default context when not it isn't
103- explicitely provided.
101+ Quite often, your Kubernetes configuration contains several entries, and you
102+ need to define the one to use as a default context when it isn't
103+ explicitly provided.
104104
105105You may of course change your default using
106106` kubectl config use-context KUBERNETES_CONTEXT ` but you can also be explicit
182182
183183## Pass all credentials in the experiment
184184
185- Finally, you may pass explicitely all required credentials information to the
185+ Finally, you may pass explicitly all required credentials information to the
186186experiment as follows:
187187
188188### Using an API key
@@ -290,7 +290,7 @@ the dependencies.
290290$ pdm install
291291```
292292
293- Now, you can edit the files and they will be automatically be seen by your
293+ Now, you can edit the files, and they will be automatically be seen by your
294294environment, even when running from the ` chaos ` command locally.
295295
296296### Tests
You can’t perform that action at this time.
0 commit comments