-
Bug
-
Resolution: Done
-
Critical
-
None
-
4.13
-
Important
-
No
-
5
-
Sprint 232
-
1
-
Rejected
-
False
-
-
N/A
-
Rebase
-
Done
Description of problem:
There is a new version of CoreDNS out, 1.10.1 with some desirable fixes.
Version-Release number of selected component (if applicable):
4.13
How reproducible:
Always
Steps to Reproduce:
oc exec $(oc get pods -n openshift-dns --no-headers | awk '{print $1}' | head -1) -n openshift-dns -c dns -- bash -c "/usr/bin/coredns --version"
Actual results:
CoreDNS-1.10.0 linux/amd64, go1.19.4,
Expected results:
CoreDNS-1.10.1 linux/amd64, go1.19.4,
Additional info: