Bug 1994486
Summary: | couldn't find ipfamilies for headless service | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | pwaghmod |
Component: | Networking | Assignee: | Riccardo Ravaioli <rravaiol> |
Networking sub component: | openshift-sdn | QA Contact: | zhaozhanqi <zzhao> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | unspecified | ||
Priority: | unspecified | CC: | pwaghmod, rravaiol, vlaad, vpickard |
Version: | 4.7 | Flags: | rravaiol:
needinfo-
|
Target Milestone: | --- | ||
Target Release: | 4.7.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-09-13 13:53:37 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
pwaghmod
2021-08-17 11:39:08 UTC
The erroneous warning message was originally fixed upstream in kubernetes v1.21, so it is available starting from Openshift 4.8. I just opened a pull request for upstream kubernetes v1.20, so I can later integrate it downstream in Openshift 4.7: https://github.com/kubernetes/kubernetes/pull/104477 verified this bug on 4.7.0-0.nightly-2022-04-26-224839 oc logs kube-controller-manager-ip-10-0-129-114.us-east-2.compute.internal -n openshift-kube-controller-manager show: . . I0428 09:46:58.116397 1 utils.go:413] couldn't find ipfamilies for service: openshift-dns-operator/metrics. This could happen if controller manager is connected to an old apiserver that does not support ip families yet. EndpointSlices for this Service will use IPv4 as the IP Family based on familyOf(ClusterIP:172.30.239.88). 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.7.59 bug fix and 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:6322 |