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
7f0c0a09
Commit
7f0c0a09
authored
8 years ago
by
Vincent Schwarzer
Browse files
Options
Downloads
Patches
Plain Diff
Fix for etcd variable issue
parent
9b3aa345
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show 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 @
7f0c0a09
# 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 @
7f0c0a09
# 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