From 1f99710b21f457dff834f7f3d73b34d9754d4a6b Mon Sep 17 00:00:00 2001 From: Chad Swenson Date: Mon, 13 Nov 2017 18:11:57 -0600 Subject: [PATCH] Additional flush for static pod master upgrade Thought this wasn't required at first but I forgot there's no auto flush at the end of these tasks since the `kubernetes/master` role is not the end of the play. --- roles/kubernetes/master/tasks/static-pod-setup.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/kubernetes/master/tasks/static-pod-setup.yml b/roles/kubernetes/master/tasks/static-pod-setup.yml index 8110cfe8c..cd6c09194 100644 --- a/roles/kubernetes/master/tasks/static-pod-setup.yml +++ b/roles/kubernetes/master/tasks/static-pod-setup.yml @@ -38,3 +38,5 @@ notify: Master | Restart kube-controller-manager tags: - kube-controller-manager + +- meta: flush_handlers \ No newline at end of file