Skip to content
Snippets Groups Projects
Unverified Commit 5377aac9 authored by dsy3502's avatar dsy3502 Committed by GitHub
Browse files

fix typo (#7436)

parent ceb6c172
No related branches found
No related tags found
No related merge requests found
...@@ -282,7 +282,7 @@ For your cluster, edit `inventory/$CLUSTER/cluster.tfvars`. ...@@ -282,7 +282,7 @@ For your cluster, edit `inventory/$CLUSTER/cluster.tfvars`.
##### k8s_nodes ##### k8s_nodes
Allows a custom defintion of worker nodes giving the operator full control over individual node flavor and Allows a custom definition of worker nodes giving the operator full control over individual node flavor and
availability zone placement. To enable the use of this mode set the `number_of_k8s_nodes` and availability zone placement. To enable the use of this mode set the `number_of_k8s_nodes` and
`number_of_k8s_nodes_no_floating_ip` variables to 0. Then define your desired worker node configuration `number_of_k8s_nodes_no_floating_ip` variables to 0. Then define your desired worker node configuration
using the `k8s_nodes` variable. using the `k8s_nodes` variable.
......
...@@ -353,7 +353,7 @@ each other: ...@@ -353,7 +353,7 @@ each other:
```ShellSession ```ShellSession
kubectl run myshell1 -it --rm --image busybox -- sh kubectl run myshell1 -it --rm --image busybox -- sh
hostname -i hostname -i
# launch myshell2 in seperate terminal (see next code block) and ping the hostname of myshell2 # launch myshell2 in separate terminal (see next code block) and ping the hostname of myshell2
ping <hostname myshell2> ping <hostname myshell2>
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment