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
450b4e16
Commit
450b4e16
authored
8 years ago
by
Spencer Smith
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #1224 from VincentS/var_fix
Fix undefined variables for etcd deployment
parents
9b3aa345
7f0c0a09
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
inventory/group_vars/all.yml
+9
-0
9 additions, 0 deletions
inventory/group_vars/all.yml
inventory/group_vars/k8s-cluster.yml
+0
-9
0 additions, 9 deletions
inventory/group_vars/k8s-cluster.yml
with
9 additions
and
9 deletions
inventory/group_vars/all.yml
+
9
−
0
View file @
450b4e16
# Valid bootstrap options (required): ubuntu, coreos, centos, none
bootstrap_os
:
none
#Directory where etcd data stored
etcd_data_dir
:
/var/lib/etcd
# Directory where the binaries will be installed
bin_dir
:
/usr/local/bin
## The access_ip variable is used to define how other nodes should access
## the node. This is used in flannel to allow other flannel nodes to see
## this node for example. The access_ip is really useful AWS and Google
...
...
This diff is collapsed.
Click to expand it.
inventory/group_vars/k8s-cluster.yml
+
0
−
9
View file @
450b4e16
# Valid bootstrap options (required): ubuntu, coreos, centos, none
bootstrap_os
:
none
#Directory where etcd data stored
etcd_data_dir
:
/var/lib/etcd
# Directory where the binaries will be installed
bin_dir
:
/usr/local/bin
# Kubernetes configuration dirs and system namespace.
# Those are where all the additional config stuff goes
# the kubernetes normally puts in /srv/kubernets.
...
...
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