Skip to content

Commit

Permalink
dnsss
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed Nov 23, 2024
1 parent 39108c9 commit 8535938
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-notebooks-TEMPLATE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,17 @@ jobs:
kubectl wait deployments --all --all-namespaces --for=condition=Available --timeout=100s
kubectl wait pods --all --all-namespaces --for=condition=Ready --timeout=100s
- name: "Debug DNS"
run: |
set -Eeuxo pipefail
kubectl logs --namespace=kube-system deployment/coredns
kubectl get --namespace=kube-system configmap/coredns -o yaml
#kubectl -n kube-system rollout restart deployment coredns
#kubectl -n kube-system edit configmaps coredns -o yaml
#firewall-cmd --add-masquerade --permanent
#firewall-cmd --reload
- name: "Run image tests"
if: ${{ steps.have-tests.outputs.tests == 'true' }}
run: python3 ci/cached-builds/make_test.py --target ${{ inputs.target }}
Expand Down

0 comments on commit 8535938

Please sign in to comment.