@@ -150,7 +150,7 @@ communication to, from and within a Kubernetes cluster.
150150 documented appropriately in-order so that aformentioned tools may choose to
151151 enable it for use.
152152- Enable Kubernetes api-server dual-stack addresses listening and binding. Additionally
153- enable dualstack for Kubernetes default service.
153+ enable dual-stack for Kubernetes default service.
154154
155155## Proposal
156156
@@ -993,7 +993,7 @@ dual-stack:
993993- Headless Kubernetes services: CoreDNS will resolve these services to either
994994 an IPv4 entry (A record), an IPv6 entry (AAAA record), or both, depending on
995995 the service's `ipFamily`.
996- - Once Kubernetes service (pointing to Cluster DNS) is converted to dualstack pods
996+ - Once Kubernetes service (pointing to Cluster DNS) is converted to dual-stack pods
997997 will automatically get two DNS servers (one for each IP family) in their resolv.conf.
998998
999999### Ingress Controller Operation
@@ -1333,7 +1333,7 @@ This capability will move to stable when the following criteria have been met.
13331333* Support of at least one CNI plugin to provide multi-IP
13341334* e2e test successfully running on two platforms
13351335* testing ingress controller infrastructure with updated dual-stack services
1336- * dualstack tests run as pre-submit blocking for PRs
1336+ * dual-stack tests run as pre-submit blocking for PRs
13371337
13381338
13391339## Production Readiness Review Questionnaire
0 commit comments