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

Bug 1811137

Summary: [4.3] backport kubelet "--node-ip ::" fix
Product: OpenShift Container Platform Reporter: Dan Winship <danw>
Component: Machine Config OperatorAssignee: Antonio Murdaca <amurdaca>
Status: CLOSED WONTFIX QA Contact: Michael Nguyen <mnguyen>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 4.3.z   
Target Milestone: ---   
Target Release: 4.3.z   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1811139 (view as bug list) Environment:
Last Closed: 2020-04-24 22:18:54 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: 1811139    
Bug Blocks:    

Description Dan Winship 2020-03-06 17:01:54 UTC
In 4.4 we added code to pass "--node-ip ::" to kubelet on single-stack IPv6 non-bare-metal to tell it to advertise an IPv6 node address rather than an IPv4 one. This accidentally never got backported.

(This doesn't affect bare-metal, where we pass an explicit --node-ip to ensure that it doesn't pick the wrong IPv6 address.)