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
9bf23fa4
Commit
9bf23fa4
authored
5 years ago
by
Guangming Wang
Committed by
Kubernetes Prow Robot
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
cleanup vars.md typos words (#5086)
Signed-off-by:
Guangming Wang
<
guangming.wang@daocloud.io
>
parent
42287066
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/vars.md
+2
-2
2 additions, 2 deletions
docs/vars.md
with
2 additions
and
2 deletions
docs/vars.md
+
2
−
2
View file @
9bf23fa4
...
...
@@ -57,7 +57,7 @@ following default cluster parameters:
10.
233.0.0/18). Must not overlap with kube_pods_subnet
*
*kube_pods_subnet*
- Subnet for Pod IPs (default is 10.233.64.0/18). Must not
overlap with kube_service_addresses.
*
*kube_network_node_prefix*
- Subnet allocated per-node for pod IPs. Remainin
*
*kube_network_node_prefix*
- Subnet allocated per-node for pod IPs. Remainin
g
bits in kube_pods_subnet dictates how many kube-nodes can be in cluster.
*
*skydns_server*
- Cluster IP for DNS (default is 10.233.0.3)
*
*skydns_server_secondary*
- Secondary Cluster IP for CoreDNS used with coredns_dual deployment (default is 10.233.0.4)
...
...
@@ -124,7 +124,7 @@ Stack](https://github.com/kubernetes-sigs/kubespray/blob/master/docs/dns-stack.m
from the kube-apiserver when the certificate expiration approaches.
*
*node_labels*
- Labels applied to nodes via kubelet --node-labels parameter.
For example, labels can be set in the inventory as variables or more widely in group_vars.
*node_labels*
can be defined either as a dict or a comma-separa
d
ed labels string:
*node_labels*
can be defined either as a dict or a comma-separa
t
ed labels string:
```
node_labels:
label1_name: label1_value
...
...
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