Browse Source

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.
pull/1972/head
Chad Swenson 6 years ago
parent
commit
1f99710b21
1 changed files with 2 additions and 0 deletions
  1. 2
      roles/kubernetes/master/tasks/static-pod-setup.yml

2
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
Loading…
Cancel
Save