ci: feat restart coredns after deployment #8
@@ -53,3 +53,6 @@ jobs:
|
|||||||
- name: Deploy
|
- name: Deploy
|
||||||
run: |
|
run: |
|
||||||
kubectl apply -n kube-system -f coredns
|
kubectl apply -n kube-system -f coredns
|
||||||
|
- name: Restart coredns
|
||||||
|
run: |
|
||||||
|
kubectl -n kube-system rollout restart deployment coredns
|
||||||
|
|||||||
Reference in New Issue
Block a user