Bug 1809369 - bump openshift/api to remove IPv6DualStack feature flag
Summary: bump openshift/api to remove IPv6DualStack feature flag
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: kube-controller-manager
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: 4.5.0
Assignee: Maciej Szulik
QA Contact: zhou ying
URL:
Whiteboard:
Depends On:
Blocks: 1809368
TreeView+ depends on / blocked
 
Reported: 2020-03-02 23:36 UTC by Dan Winship
Modified: 2020-08-04 18:03 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: No Doc Update
Doc Text:
Clone Of: 1809368
Environment:
Last Closed: 2020-08-04 18:03:16 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2020:2409 0 None None None 2020-08-04 18:03:19 UTC

Description Dan Winship 2020-03-02 23:36:12 UTC
+++ This bug was initially created as a clone of Bug #1809368 +++

There are bugs with the IPv6DualStack feature flag in 1.17/4.4 even in single-stack clusters. Bug 1794376 removed it from openshift/api and updated cluster-kube-apiserver-operator but didn't update cluster-kube-controller-manager-operator so we were still setting that flag for kcm.

Comment 1 Dan Winship 2020-03-02 23:37:16 UTC
This already happened. I just need there to be a bug to appease the bot.

Comment 3 Dan Winship 2020-03-03 13:22:28 UTC
(In reply to Dan Winship from comment #1)
> This already happened. I just need there to be a bug to appease the bot.

oh, but apparently I don't have to cheat; we can merge the 4.4 fix with this still at MODIFIED

so, for QE: the thing to verify is that kube-controller-manager's command-line arguments don't include IPv6DualStack in the --feature-gates

Comment 5 zhou ying 2020-03-09 01:59:21 UTC
Confirmed with payload: 4.5.0-0.nightly-2020-03-06-190457, the issue has fixed:

[root@dhcp-140-138 roottest]# oc rsh -n openshift-kube-controller-manager po/kube-controller-manager-ip-10-0-135-80.us-east-2.compute.internal

sh-4.2# cat /etc/kubernetes/static-pod-resources/configmaps/config/config.yaml |python -m json.tool
{
....
        "feature-gates": [
            "RotateKubeletServerCertificate=true",
            "SupportPodPidsLimit=true",
            "NodeDisruptionExclusion=true",
            "ServiceNodeExclusion=true",
            "SCTPSupport=true",
            "LegacyNodeRoleBehavior=false"
        ],

Comment 7 errata-xmlrpc 2020-08-04 18:03:16 UTC
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 image release advisory), 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:2409


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