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
1f6dce61
Commit
1f6dce61
authored
8 years ago
by
Smaine Kahlouch
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #418 from kubespray/fixkubeletnode
Restart kubelet if launcher changed
parents
ac7cc4b7
6f07da9f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
roles/kubernetes/node/tasks/install.yml
+1
-2
1 addition, 2 deletions
roles/kubernetes/node/tasks/install.yml
roles/kubernetes/node/tasks/main.yml
+0
-5
0 additions, 5 deletions
roles/kubernetes/node/tasks/main.yml
with
1 addition
and
7 deletions
roles/kubernetes/node/tasks/install.yml
+
1
−
2
View file @
1f6dce61
...
...
@@ -16,5 +16,4 @@
-
name
:
install | Install kubelet launch script
template
:
src=kubelet-container.j2 dest="{{ bin_dir }}/kubelet" owner=kube mode=0755 backup=yes
register
:
kubelet_launcher
changed_when
:
false
notify
:
restart kubelet
This diff is collapsed.
Click to expand it.
roles/kubernetes/node/tasks/main.yml
+
0
−
5
View file @
1f6dce61
...
...
@@ -23,11 +23,6 @@
src
:
manifests/kube-proxy.manifest.j2
dest
:
"
{{
kube_manifest_dir
}}/kube-proxy.manifest"
-
name
:
Restart kubelet if binary changed
command
:
/bin/true
notify
:
restart kubelet
when
:
kubelet_launcher.changed
# reload-systemd
-
meta
:
flush_handlers
...
...
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