Bug 1787422 - Upgrade can not start due to version pod fail to request expected ephemeral-storage on master node
Summary: Upgrade can not start due to version pod fail to request expected ephemeral-s...
Keywords:
Status: CLOSED DUPLICATE of bug 1787334
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Cluster Version Operator
Version: 4.3.z
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: 4.3.0
Assignee: W. Trevor King
QA Contact: liujia
URL:
Whiteboard:
Depends On:
Blocks: 1786315
TreeView+ depends on / blocked
 
Reported: 2020-01-02 19:12 UTC by W. Trevor King
Modified: 2020-01-02 19:49 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1786315
: 1787424 (view as bug list)
Environment:
Last Closed: 2020-01-02 19:49:03 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift cluster-version-operator pull 289 0 None closed Bug 1787422: pkg/cvo/updatepayload: Drop ephemeral-storage request 2020-10-12 17:28:24 UTC
Github openshift cluster-version-operator pull 290 0 None closed Bug 1787334: pkg/cvo/updatepayload: Drop ephemeral-storage request 2020-10-12 17:28:24 UTC

Description W. Trevor King 2020-01-02 19:12:54 UTC
Although 4.3 kubelet capacity reporting works, we still need to drop the 4.3 request, to support flows like:

1. 4.2 cluster running with 4.2 CVO and 4.2 kubelets (so no capacity reporting).
2. Admin requests an update to 4.3.1.
3. 4.2 CVO launches a version pod without requests, because of the 4.2 reversion (#288). This works fine.
4. Update gets far enough to run a 4.3 CVO.
5. Update hangs on some 4.3.1 bug, while it's still running 4.2 kubelets.
6. Admin requests an update to 4.3.2.
7. 4.3 CVO launches a version pod with an ephemeral-storage request, which hangs because the 4.2 kubelets are still running and not reporting ephemeral-storage capacity.

Comment 2 Mike Fiedler 2020-01-02 19:38:21 UTC
Disregard comment 1

Comment 3 W. Trevor King 2020-01-02 19:49:03 UTC

*** This bug has been marked as a duplicate of bug 1787334 ***


Note You need to log in before you can comment on or make changes to this bug.