Bug 1959194
Summary: | Ingress controller should use minReadySeconds because otherwise it is disrupted during deployment updates | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Clayton Coleman <ccoleman> |
Component: | Networking | Assignee: | Clayton Coleman <ccoleman> |
Networking sub component: | router | QA Contact: | Hongan Li <hongli> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | high | ||
Priority: | unspecified | CC: | aos-bugs, mmasters |
Version: | 4.8 | ||
Target Milestone: | --- | ||
Target Release: | 4.8.0 | ||
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: | 2021-07-27 23:07:53 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
Clayton Coleman
2021-05-10 21:45:51 UTC
verified with 4.8.0-0.nightly-2021-05-21-233425 and passed. $ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.8.0-0.nightly-2021-05-21-233425 True False 5h18m Cluster version is 4.8.0-0.nightly-2021-05-21-233425 $ oc -n openshift-ingress get deploy/router-default -oyaml <---snip---> spec: minReadySeconds: 30 progressDeadlineSeconds: 600 replicas: 2 check pod status during deployment updates: $ oc -n openshift-ingress get pod NAME READY STATUS RESTARTS AGE router-default-6467bf666-kjrmm 1/1 Running 0 29s router-default-6467bf666-tbw7m 1/1 Running 0 29s router-default-c4cdc666d-cc64l 0/1 Terminating 0 12m router-default-c4cdc666d-fgzgq 1/1 Running 0 12m ... $ oc -n openshift-ingress get pod NAME READY STATUS RESTARTS AGE router-default-6467bf666-kjrmm 1/1 Running 0 36s router-default-6467bf666-tbw7m 1/1 Running 0 36s router-default-c4cdc666d-cc64l 0/1 Terminating 0 12m router-default-c4cdc666d-fgzgq 1/1 Terminating 0 12m 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.8.2 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-2021:2438 |