Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
5377aac9
Unverified
Commit
5377aac9
authored
3 years ago
by
dsy3502
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fix typo (#7436)
parent
ceb6c172
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
contrib/terraform/openstack/README.md
+1
-1
1 addition, 1 deletion
contrib/terraform/openstack/README.md
docs/setting-up-your-first-cluster.md
+1
-1
1 addition, 1 deletion
docs/setting-up-your-first-cluster.md
with
2 additions
and
2 deletions
contrib/terraform/openstack/README.md
+
1
−
1
View file @
5377aac9
...
@@ -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 defin
i
tion 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.
...
...
This diff is collapsed.
Click to expand it.
docs/setting-up-your-first-cluster.md
+
1
−
1
View file @
5377aac9
...
@@ -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 sep
e
rate terminal (see next code block) and ping the hostname of myshell2
# launch myshell2 in sep
a
rate terminal (see next code block) and ping the hostname of myshell2
ping
<hostname
myshell2
>
ping
<hostname
myshell2
>
```
```
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment