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
fb309ca4
Unverified
Commit
fb309ca4
authored
6 years ago
by
Rong Zhang
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #3128 from riverzhang/delete-kubeadm
Remove unused configuration
parents
c833a887
095ccef8
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/kubeadm/tasks/main.yml
+0
-9
0 additions, 9 deletions
roles/kubernetes/kubeadm/tasks/main.yml
with
0 additions
and
9 deletions
roles/kubernetes/kubeadm/tasks/main.yml
+
0
−
9
View file @
fb309ca4
...
...
@@ -87,12 +87,3 @@
delegate_to
:
"
{{groups['kube-master']|first}}"
run_once
:
true
when
:
is_kube_master and kubeadm_discovery_address != kube_apiserver_endpoint
# FIXME(mattymo): Reconcile kubelet kubeconfig filename for both deploy modes
-
name
:
Symlink kubelet kubeconfig for calico/canal
file
:
src
:
"
{{
kube_config_dir
}}/kubelet.conf"
dest
:
"
{{
kube_config_dir
}}/node-kubeconfig.yaml"
state
:
link
force
:
yes
when
:
kube_network_plugin in ['calico','canal']
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