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
d0757ccc
Commit
d0757ccc
authored
8 years ago
by
Hung Nguyen Viet
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo
parent
f4f730bd
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/ansible.md
+1
-1
1 addition, 1 deletion
docs/ansible.md
docs/getting-started.md
+1
-1
1 addition, 1 deletion
docs/getting-started.md
inventory/group_vars/all.yml
+1
-1
1 addition, 1 deletion
inventory/group_vars/all.yml
with
3 additions
and
3 deletions
docs/ansible.md
+
1
−
1
View file @
d0757ccc
...
...
@@ -8,7 +8,7 @@ The inventory is composed of 3 groups:
*
**kube-node**
: list of kubernetes nodes where the pods will run.
*
**kube-master**
: list of servers where kubernetes master components (apiserver, scheduler, controller) will run.
*
**etcd**
: list of server to compose the etcd server.
y
ou should have at least 3 servers for failover purpose
s
.
*
**etcd**
: list of server
s
to compose the etcd server.
Y
ou should have at least 3 servers for failover purpose.
Note: do not modify the children of _k8s-cluster_, like putting
the _etcd_ group into the _k8s-cluster_, unless you are certain
...
...
This diff is collapsed.
Click to expand it.
docs/getting-started.md
+
1
−
1
View file @
d0757ccc
...
...
@@ -21,7 +21,7 @@ kargo deploy --aws -u centos -n calico
Building your own inventory
---------------------------
Ansible inventory can be stored in 3 formats: YAML, JSON, or
inifil
e. There is
Ansible inventory can be stored in 3 formats: YAML, JSON, or
INI-lik
e. There is
an example inventory located
[
here
](
https://github.com/kubernetes-incubator/kargo/blob/master/inventory/inventory.example
)
.
...
...
This diff is collapsed.
Click to expand it.
inventory/group_vars/all.yml
+
1
−
1
View file @
d0757ccc
...
...
@@ -8,7 +8,7 @@ bin_dir: /usr/local/bin
# Those are where all the additional config stuff goes
# the kubernetes normally puts in /srv/kubernets.
# This puts them in a sane location and namespace.
# Edit
t
ing those values will almost surely break something.
# Editing those values will almost surely break something.
kube_config_dir
:
/etc/kubernetes
kube_script_dir
:
"
{{
bin_dir
}}/kubernetes-scripts"
kube_manifest_dir
:
"
{{
kube_config_dir
}}/manifests"
...
...
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