Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1809369

Summary: bump openshift/api to remove IPv6DualStack feature flag
Product: OpenShift Container Platform Reporter: Dan Winship <danw>
Component: kube-controller-managerAssignee: Maciej Szulik <maszulik>
Status: CLOSED ERRATA QA Contact: zhou ying <yinzhou>
Severity: high Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: aos-bugs, maszulik, mfojtik, yinzhou
Target Milestone: ---   
Target Release: 4.5.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: No Doc Update
Doc Text:
Story Points: ---
Clone Of: 1809368 Environment:
Last Closed: 2020-08-04 18:03:16 UTC Type: ---
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:    
Bug Blocks: 1809368    

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