We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b060694 commit 8e699feCopy full SHA for 8e699fe
tests/test_full_lifecycle.sh
@@ -91,7 +91,7 @@ sleep 5
91
92
# 6. test host.k3d.internal
93
info "Checking DNS Lookup for host.k3d.internal via Ping..."
94
-kubectl describe cm coredns -n kube-system | grep "host.k3d.internal" > /dev/null 2>&1 || failed "Couldn't find host.k3d.internal in CoreDNS configmap"
+kubectl describe cm coredns-custom -n kube-system | grep "host.k3d.internal" > /dev/null 2>&1 || failed "Couldn't find host.k3d.internal in coredns-custom configmap"
95
wait_for_pod_exec "testimage" "ping -c1 host.k3d.internal" 15 || failed "Pinging host.k3d.internal failed"
96
97
# Cleanup
0 commit comments