Bug 2043801
Summary: | Bump CoreDNS to k8s.io/api 1.23 | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Miciah Dashiel Butler Masters <mmasters> |
Component: | Networking | Assignee: | Miciah Dashiel Butler Masters <mmasters> |
Networking sub component: | DNS | QA Contact: | Shudi Li <shudili> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | high | ||
Priority: | high | CC: | amcdermo, aos-bugs, hongli |
Version: | 4.10 | ||
Target Milestone: | --- | ||
Target Release: | 4.10.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-03-10 16:41:47 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Miciah Dashiel Butler Masters
2022-01-22 02:18:04 UTC
This bug has been fixed. Check <https://github.com/openshift/coredns/blob/release-4.10/go.mod>, Kubernetes packages (k8s.io/api, k8s.io/apimachinery, and k8s.io/client-go) are at version v0.23.1: 38 k8s.io/api v0.23.1 39 k8s.io/apimachinery v0.23.1 40 k8s.io/client-go v0.23.1 41 k8s.io/klog/v2 v2.40.1 Verified it with 4.10.0-0.nightly-2022-01-26-234447 1. % oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.10.0-0.nightly-2022-01-26-234447 True False 57m Cluster version is 4.10.0-0.nightly-2022-01-26-234447 % 2. % oc -n openshift-dns get pods NAME READY STATUS RESTARTS AGE dns-default-ddxgt 2/2 Running 0 77m dns-default-fw5xp 2/2 Running 0 67m dns-default-gkhgj 2/2 Running 0 77m dns-default-p8gwx 2/2 Running 0 77m dns-default-qkc6h 2/2 Running 0 63m dns-default-xmk4m 2/2 Running 0 66m node-resolver-4nb24 1/1 Running 0 77m node-resolver-5kdt4 1/1 Running 0 77m node-resolver-bvvn9 1/1 Running 0 77m node-resolver-q5zc8 1/1 Running 0 64m node-resolver-zkfwb 1/1 Running 0 68m node-resolver-zrx5v 1/1 Running 0 68m % 3. % oc -n openshift-dns rsh dns-default-ddxgt Defaulted container "dns" out of: dns, kube-rbac-proxy sh-4.4# coredns -version CoreDNS-1.8.7 linux/amd64, go1.17.2, sh-4.4# Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: OpenShift Container Platform 4.10.3 security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2022:0056 |