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
7c67ec49
Unverified
Commit
7c67ec49
authored
3 years ago
by
Florian Ruynat
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix kubectl call before installing it (#8412)
parent
43d12836
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
roles/kubernetes/control-plane/tasks/main.yml
+3
-3
3 additions, 3 deletions
roles/kubernetes/control-plane/tasks/main.yml
with
3 additions
and
3 deletions
roles/kubernetes/control-plane/tasks/main.yml
+
3
−
3
View file @
7c67ec49
...
@@ -3,9 +3,6 @@
...
@@ -3,9 +3,6 @@
tags
:
tags
:
-
k8s-pre-upgrade
-
k8s-pre-upgrade
-
name
:
Define nodes already joined to existing cluster and first_kube_control_plane
import_tasks
:
define-first-kube-control.yml
-
name
:
Create webhook token auth config
-
name
:
Create webhook token auth config
template
:
template
:
src
:
webhook-token-auth-config.yaml.j2
src
:
webhook-token-auth-config.yaml.j2
...
@@ -64,6 +61,9 @@
...
@@ -64,6 +61,9 @@
kube_apiserver_enable_admission_plugins
:
"
{{
kube_apiserver_enable_admission_plugins
|
difference(['SecurityContextDeny'])
|
union(['PodSecurityPolicy'])
|
unique
}}"
kube_apiserver_enable_admission_plugins
:
"
{{
kube_apiserver_enable_admission_plugins
|
difference(['SecurityContextDeny'])
|
union(['PodSecurityPolicy'])
|
unique
}}"
when
:
podsecuritypolicy_enabled
when
:
podsecuritypolicy_enabled
-
name
:
Define nodes already joined to existing cluster and first_kube_control_plane
import_tasks
:
define-first-kube-control.yml
-
name
:
Include kubeadm setup
-
name
:
Include kubeadm setup
import_tasks
:
kubeadm-setup.yml
import_tasks
:
kubeadm-setup.yml
...
...
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