Bug 1880304
Summary: | [release 4.5] cluster-config-operator: Fix bug in reflector not recovering from "Too large resource version" | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Lukasz Szaszkiewicz <lszaszki> |
Component: | config-operator | Assignee: | Venkata Siva Teja Areti <vareti> |
Status: | CLOSED ERRATA | QA Contact: | Xingxing Xia <xxia> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 4.5 | CC: | aos-bugs, kewang |
Target Milestone: | --- | ||
Target Release: | 4.5.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-10-12 15:47:56 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: | |||
Bug Depends On: | 1880369 | ||
Bug Blocks: | 1879901 |
Description
Lukasz Szaszkiewicz
2020-09-18 09:24:16 UTC
- cluster-config-operator checking, as expected version.so move the bug verified. $ git clone https://github.com/openshift/cluster-config-operator.git $ cd cluster-config-operator $ oc adm release info --commits registry.svc.ci.openshift.org/ocp/release:4.5.0-0.nightly-2020-09-26-194704 | grep cluster-config-operator cluster-config-operator https://github.com/openshift/cluster-config-operator 9733d3f3c597ce150f9119d3fb560931cb87cc26 $ git checkout -b 4.5.0-0.nightly-2020-09-26-194704 7232226b Switched to a new branch '4.5.0-0.nightly-2020-09-26-194704' $ grep -i 'k8s.io/client-go v' go.mod k8s.io/client-go v0.18.6 According to the PR https://github.com/kubernetes/kubernetes/issues/91073, disconnected a node from network for a few minutes. $ oc debug node/ip-xx-0-xxx-242.us-east-2.compute.internal sh-4.4# cat > test.sh <<EOF ifconfig ens3 down sleep 300 ifconfig ens3 up EOF sh-4.4# bash ./test.sh & After connection recovered, reconnected to node, check if the such error messages in bug can be found, kubelet logs, $ oc debug node/ip-10-0-144-242.us-east-2.compute.internal sh-4.4# journalctl -b -u kubelet | grep -i 'Too large resource version' No longer see the such error messages in kubelet logs. 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 (OpenShift Container Platform 4.5.14 bug fix 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/RHBA-2020:3843 |