Skip to content

Commit 0166be4

Browse files
maxbrunetspowelljr
authored andcommitted
test(none-driver): test basic networking and DNS resolution
1 parent d7cafeb commit 0166be4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/test.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,15 @@ jobs:
6969
- uses: ./
7070
with:
7171
driver: none
72+
- run: |
73+
kubectl --namespace=kube-system rollout status deployment/coredns --timeout=60s --watch
74+
# Test basic networking and DNS resolution
75+
- run: |
76+
kubectl run \
77+
--attach \
78+
--image=docker.io/busybox \
79+
--restart=Never \
80+
--rm \
81+
nslookup \
82+
-- \
83+
nslookup kubernetes.default.svc.cluster.local

0 commit comments

Comments
 (0)