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
b2b42184
Commit
b2b42184
authored
6 years ago
by
Bily Zhang
Committed by
Antoine Legrand
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix some typos (#3690)
Signed-off-by:
mooncake
<
xcoder@tenxcloud.com
>
parent
5c7eef70
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
docs/ha-mode.md
+1
-1
1 addition, 1 deletion
docs/ha-mode.md
roles/etcd/tasks/main.yml
+1
-1
1 addition, 1 deletion
roles/etcd/tasks/main.yml
roles/kubernetes/node/defaults/main.yml
+1
-1
1 addition, 1 deletion
roles/kubernetes/node/defaults/main.yml
scale.yml
+1
-1
1 addition, 1 deletion
scale.yml
with
4 additions
and
4 deletions
docs/ha-mode.md
+
1
−
1
View file @
b2b42184
...
@@ -120,7 +120,7 @@ for it.
...
@@ -120,7 +120,7 @@ for it.
be covered by Kubespray for that case. Make sure your external LB provides it.
be covered by Kubespray for that case. Make sure your external LB provides it.
Alternatively you may specify an externally load balanced VIPs in the
Alternatively you may specify an externally load balanced VIPs in the
`supplementary_addresses_in_ssl_keys`
list. Then, kubespray will add them into
`supplementary_addresses_in_ssl_keys`
list. Then, kubespray will add them into
the generated cluster certifa
c
tes as well.
the generated cluster certif
ic
ates as well.
Aside of that specific case, the
`loadbalancer_apiserver`
considered mutually
Aside of that specific case, the
`loadbalancer_apiserver`
considered mutually
exclusive to
`loadbalancer_apiserver_localhost`
.
exclusive to
`loadbalancer_apiserver_localhost`
.
...
...
This diff is collapsed.
Click to expand it.
roles/etcd/tasks/main.yml
+
1
−
1
View file @
b2b42184
...
@@ -59,6 +59,6 @@
...
@@ -59,6 +59,6 @@
# After etcd cluster is assembled, make sure that
# After etcd cluster is assembled, make sure that
# initial state of the cluster is in `existing`
# initial state of the cluster is in `existing`
# state insted of `new`.
# state inste
a
d of `new`.
-
include_tasks
:
refresh_config.yml
-
include_tasks
:
refresh_config.yml
when
:
is_etcd_master
when
:
is_etcd_master
This diff is collapsed.
Click to expand it.
roles/kubernetes/node/defaults/main.yml
+
1
−
1
View file @
b2b42184
...
@@ -92,7 +92,7 @@ kubelet_node_custom_flags: []
...
@@ -92,7 +92,7 @@ kubelet_node_custom_flags: []
# This setting is used for rkt based kubelet for deploying hyperkube
# This setting is used for rkt based kubelet for deploying hyperkube
# from a docker based registry ( controls --insecure and docker:// )
# from a docker based registry ( controls --insecure and docker:// )
## Empty va
u
le for quay.io containers
## Empty val
u
e for quay.io containers
## docker for docker registry containers
## docker for docker registry containers
kube_hyperkube_image_repo
:
"
"
kube_hyperkube_image_repo
:
"
"
...
...
This diff is collapsed.
Click to expand it.
scale.yml
+
1
−
1
View file @
b2b42184
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
ansible_ssh_pipelining
:
true
ansible_ssh_pipelining
:
true
gather_facts
:
true
gather_facts
:
true
##We need to gener
e
ate the etcd certificates beforhand
##We need to generate the etcd certificates beforhand
-
hosts
:
etcd
-
hosts
:
etcd
any_errors_fatal
:
"
{{
any_errors_fatal
|
default(true)
}}"
any_errors_fatal
:
"
{{
any_errors_fatal
|
default(true)
}}"
roles
:
roles
:
...
...
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