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
095ccef8
Commit
095ccef8
authored
6 years ago
by
rongzhang
Browse files
Options
Downloads
Patches
Plain Diff
Remove unused configuration
parent
3e5b6a54
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/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 @
095ccef8
...
@@ -87,12 +87,3 @@
...
@@ -87,12 +87,3 @@
delegate_to
:
"
{{groups['kube-master']|first}}"
delegate_to
:
"
{{groups['kube-master']|first}}"
run_once
:
true
run_once
:
true
when
:
is_kube_master and kubeadm_discovery_address != kube_apiserver_endpoint
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