Explorar o código

changed servies startup for v1.16.7

Signed-off-by: John Lockman <jlockman3@gmail.com>
John Lockman %!s(int64=5) %!d(string=hai) anos
pai
achega
88304bcaeb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      roles/startservices/tasks/main.yml

+ 1 - 1
roles/startservices/tasks/main.yml

@@ -1,5 +1,5 @@
 ---
-- name: Kick CoreDNS (needed for kubernetes <= v1.15.10)
+- name: Kick CoreDNS (this is a hack that needs to be fixed)
   shell:  kubectl get pods -n kube-system --no-headers=true | awk '/coredns/{print $1}'|xargs kubectl delete -n kube-system pod
   tags: init