Skip to content

Commit

Permalink
Restart coredns after config change
Browse files Browse the repository at this point in the history
  • Loading branch information
acopar authored and gregorjerse committed May 7, 2024
1 parent 61fd20d commit 567f52d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 567f52d

Please sign in to comment.