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
8b671592
Commit
8b671592
authored
5 years ago
by
Matthew Mosesohn
Committed by
Kubernetes Prow Robot
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Do not run kubeadm upgrade on first deploy (#5339)
Change-Id: I68a962a9dd28c83ef07eaeaf53eb98287f38bca9
parent
4f70da27
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/kubernetes/master/tasks/kubeadm-setup.yml
+6
-4
6 additions, 4 deletions
roles/kubernetes/master/tasks/kubeadm-setup.yml
with
6 additions
and
4 deletions
roles/kubernetes/master/tasks/kubeadm-setup.yml
+
6
−
4
View file @
8b671592
...
@@ -159,16 +159,18 @@
...
@@ -159,16 +159,18 @@
-
kubeadm_token
-
kubeadm_token
-
name
:
kubeadm | Initialize other masters (experimental control plane)
-
name
:
kubeadm | Initialize other masters (experimental control plane)
include
:
kubeadm-secondary-experimental.yml
include
_tasks
:
kubeadm-secondary-experimental.yml
when
:
kubeadm_control_plane
when
:
kubeadm_control_plane
-
name
:
kubeadm | Initialize other masters (experimental control plane)
-
name
:
kubeadm | Initialize other masters (experimental control plane)
include
:
kubeadm-secondary-legacy.yml
include
_tasks
:
kubeadm-secondary-legacy.yml
when
:
not kubeadm_control_plane
when
:
not kubeadm_control_plane
-
name
:
kubeadm | upgrade kubernetes cluster
-
name
:
kubeadm | upgrade kubernetes cluster
import_tasks
:
kubeadm-upgrade.yml
include_tasks
:
kubeadm-upgrade.yml
when
:
upgrade_cluster_setup
when
:
-
upgrade_cluster_setup
-
kubeadm_already_run.stat.exists
-
name
:
kubeadm | Check serviceaccount key again
-
name
:
kubeadm | Check serviceaccount key again
stat
:
stat
:
...
...
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