-
Feature Request
-
Resolution: Unresolved
-
Major
-
None
-
openshift-4.17
-
False
-
None
-
False
-
Not Selected
-
-
-
1. Proposed title of this feature request
Added support to deploy the Windows Machine Config Operator (WMCO) in an IPv6 only or dual-stack OpenShift cluster.
2. What is the nature and description of the request?
As per the documentation of BYOH, the windows instance config map has to have either hostname or IPv4 IP address for connecting to the windows nodes.
kind: ConfigMap
apiVersion: v1
metadata:
name: windows-instances
namespace: openshift-windows-machine-config-operator
data:
10.1.42.1: |-
username=Administrator
instance.example.com: |-
username=core
The address that the WMCO uses to reach the instance over SSH, either a DNS name or an IPv4 address.
As of now WMCO does not support use of ipv6 only or dual-stack IPv6 for networking configuration.
3. Why does the customer need this? (List the business requirements here)
The customer has expressed interest in testing Windows container workloads on Openshift via the WMCO and BYOH deployment. There is a mandate to support IPv6 as their organisation.
4. List any affected packages or components.
WMCO