You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Fail] [sig-network] DNS [It] should provide DNS for the cluster [Conformance]
test/e2e/network/dns_common.go:556
STEP: Running these commands on jessie: for i in `seq 1 600`; do check="$$(dig +notcp +noall +answer +search kubernetes.default.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/[email protected];check="$$(dig +tcp +noall +answer +search kubernetes.default.svc.cluster.local A)" && test -n "$$check" && echo OK > /results/[email protected];podARec=$$(hostname -i| awk -F. '{print $$1"-"$$2"-"$$3"-"$$4".dns-2961.pod.cluster.local"}');check="$$(dig +notcp +noall +answer +search $${podARec} A)" && test -n "$$check" && echo OK > /results/jessie_udp@PodARecord;check="$$(dig +tcp +noall +answer +search $${podARec} A)" && test -n "$$check" && echo OK > /results/jessie_tcp@PodARecord;sleep 1; done
STEP: creating a pod to probe DNS
STEP: submitting the pod to kubernetes
STEP: retrieving the pod
STEP: looking for the results for each expected name from probers
Apr 6 15:45:53.045: INFO: Unable to read [email protected] from pod dns-2961/dns-test-94072041-586f-43b0-a5a1-7161fad8b35c: the server is currently unable to handle the request (get pods dns-test-94072041-586f-43b0-a5a1-7161fad8b35c)
Apr 6 15:46:23.111: INFO: Unable to read [email protected] from pod dns-2961/dns-test-94072041-586f-43b0-a5a1-7161fad8b35c: the server is currently unable to handle the request (get pods dns-test-94072041-586f-43b0-a5a1-7161fad8b35c)
Apr 6 15:46:53.178: INFO: Unable to read wheezy_udp@PodARecord from pod dns-2961/dns-test-94072041-586f-43b0-a5a1-7161fad8b35c: the server is currently unable to handle the request (get pods dns-test-94072041-586f-43b0-a5a1-7161fad8b35c)
Apr 6 15:47:23.329: INFO: Unable to read wheezy_tcp@PodARecord from pod dns-2961/dns-test-94072041-586f-43b0-a5a1-7161fad8b35c: the server is currently unable to handle the request (get pods dns-test-94072041-586f-43b0-a5a1-7161fad8b35c)
Apr 6 15:47:53.402: INFO: Unable to read [email protected] from pod dns-2961/dns-test-94072041-586f-43b0-a5a1-7161fad8b35c: the server is currently unable to handle the request (get pods dns-test-94072041-586f-43b0-a5a1-7161fad8b35c)
Apr 6 15:48:23.471: INFO: Unable to read [email protected] from pod dns-2961/dns-test-94072041-586f-43b0-a5a1-7161fad8b35c: the server is currently unable to handle the request (get pods dns-test-94072041-586f-43b0-a5a1-7161fad8b35c)
Calico seems okay:
From a control plane:
sudo ./calicoctl node status
Calico process is running.
IPv4 BGP status
+--------------+-------------------+-------+----------+-------------+
| PEER ADDRESS | PEER TYPE | STATE | SINCE | INFO |
+--------------+-------------------+-------+----------+-------------+
| 10.0.0.5 | node-to-node mesh | up | 23:45:53 | Established |
| 10.1.0.4 | node-to-node mesh | up | 23:45:57 | Established |
| 10.0.0.6 | node-to-node mesh | up | 23:48:30 | Established |
+--------------+-------------------+-------+----------+-------------+
IPv6 BGP status
From the worker node:
sudo ./calicoctl node statusCalico process is running.
IPv4 BGP status
+--------------+-------------------+-------+----------+-------------+
| PEER ADDRESS | PEER TYPE | STATE | SINCE | INFO |
+--------------+-------------------+-------+----------+-------------+
| 10.0.0.4 | node-to-node mesh | up | 23:45:56 | Established |
| 10.0.0.5 | node-to-node mesh | up | 23:45:56 | Established |
| 10.0.0.6 | node-to-node mesh | up | 23:48:28 | Established |
+--------------+-------------------+-------+----------+-------------+
IPv6 BGP status
No IPv6 peers found.
From conformance tests:
Calico seems okay:
From a control plane:
From the worker node:
Followed steps in https://kubernetes.io/docs/tasks/administer-cluster/dns-debugging-resolution/ and deployed a
dnsutils
pod:The text was updated successfully, but these errors were encountered: