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
1c75ec9e
Unverified
Commit
1c75ec9e
authored
2 years ago
by
Sergey
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
do not run etcd role in scale.yml playbook when etcd installed by kubeadm (#9210)
parent
c8a61ec9
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
scale.yml
+6
-1
6 additions, 1 deletion
scale.yml
with
6 additions
and
1 deletion
scale.yml
+
6
−
1
View file @
1c75ec9e
...
@@ -33,7 +33,12 @@
...
@@ -33,7 +33,12 @@
environment
:
"
{{
proxy_disable_env
}}"
environment
:
"
{{
proxy_disable_env
}}"
roles
:
roles
:
-
{
role
:
kubespray-defaults
}
-
{
role
:
kubespray-defaults
}
-
{
role
:
etcd
,
tags
:
etcd
,
etcd_cluster_setup
:
false
}
-
role
:
etcd
tags
:
etcd
vars
:
etcd_cluster_setup
:
false
etcd_events_cluster_setup
:
false
when
:
etcd_deployment_type != "kubeadm"
-
name
:
Download images to ansible host cache via first kube_control_plane node
-
name
:
Download images to ansible host cache via first kube_control_plane node
hosts
:
kube_control_plane[0]
hosts
:
kube_control_plane[0]
...
...
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