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
031cf565
Commit
031cf565
authored
8 years ago
by
Bogdan Dobrelya
Browse files
Options
Downloads
Patches
Plain Diff
Comment cloud providers private networks use cases
Signed-off-by:
Bogdan Dobrelya
<
bogdando@mail.ru
>
parent
2c230277
No related branches found
Branches containing commit
Tags
v2.0.1
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/vars.md
+5
-1
5 additions, 1 deletion
docs/vars.md
with
5 additions
and
1 deletion
docs/vars.md
+
5
−
1
View file @
031cf565
...
...
@@ -33,7 +33,7 @@ Some variables of note include:
*
*ip*
- IP to use for binding services (host var)
*
*access_ip*
- IP for other hosts to use to connect to. Often required when
deploying from a cloud, such as OpenStack or GCE and you have separate
deploying from a cloud, such as OpenStack or GCE and you have separate
public/floating and private IPs.
*
*ansible_default_ipv4.address*
- Not Kargo-specific, but it is used if ip
and access_ip are undefined
...
...
@@ -67,6 +67,10 @@ following default cluster paramters:
*
*kube_hostpath_dynamic_provisioner*
- Required for use of PetSets type in
Kubernetes
Note, if cloud providers have any use of the
``10.233.0.0/16``
, like instances'
private addresses, make sure to pick another values for
``kube_service_addresses``
and
``kube_pods_subnet``
, for example from the
``172.18.0.0/16``
.
#### DNS variables
By default, dnsmasq gets set up with 8.8.8.8 as an upstream DNS server and all
...
...
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