From 0166be4bf125108345ba0c74a00b04e2940be22c Mon Sep 17 00:00:00 2001 From: Maxime Brunet Date: Fri, 24 Mar 2023 15:19:05 -0700 Subject: [PATCH] test(none-driver): test basic networking and DNS resolution --- .github/workflows/test.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0d322899..c8ed9732 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -69,3 +69,15 @@ jobs: - uses: ./ with: driver: none + - run: | + kubectl --namespace=kube-system rollout status deployment/coredns --timeout=60s --watch + # Test basic networking and DNS resolution + - run: | + kubectl run \ + --attach \ + --image=docker.io/busybox \ + --restart=Never \ + --rm \ + nslookup \ + -- \ + nslookup kubernetes.default.svc.cluster.local