From 567f52d41dcebc8318e736894643047f53e2c67e Mon Sep 17 00:00:00 2001 From: Andrej Copar Date: Mon, 6 May 2024 20:06:24 +0000 Subject: [PATCH] Restart coredns after config change --- .github/workflows/e2e.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index cbdc5e4a..17701bee 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -130,6 +130,8 @@ jobs: kubectl wait --for=condition=available --timeout=1200s --all deployments echo $PWD kubectl apply -f e2e/k3d/patched_coredns.yml + kubectl rollout restart deployment coredns -n kube-system + kubectl wait --for=condition=available --timeout=1200s -n kube-system deployment/coredns kubectl get pods -A kubectl get pvc kubectl get pv