Skip to content

Commit

Permalink
test(none-driver): test basic networking and DNS resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbrunet authored and spowelljr committed May 29, 2024
1 parent d7cafeb commit 0166be4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0166be4

Please sign in to comment.