Skip to content

Commit 0364393

Browse files
authored
Merge pull request #4 from bridgetkromhout/updates-to-563
Additional edits for PRR
2 parents 7aa56ea + 53567a3 commit 0364393

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

keps/sig-network/563-dual-stack/README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1392,9 +1392,10 @@ This capability will move to stable when the following criteria have been met.
13921392
13931393
* **Does enabling the feature change any default behavior?**
13941394
Pods and Services will remain single-stack until cli flags have been modified
1395-
as described in this KEP. Existing and new services will remain single-stack
1396-
until user requests otherwise. Pods will become dual-stack once CNI is
1397-
configured for dual-stack.
1395+
as described in this KEP. Existing and new Services will remain single-stack
1396+
until the ipFamilyPolicy field is modified in a Service to be either
1397+
PreferDualStack or RequireDualStack. Once CNI is configured for dual-stack,
1398+
new Pod runtime environments will be provisioned with dual-stack.
13981399
13991400
* **Can the feature be disabled once it has been enabled (i.e. can we roll back
14001401
the enablement)?**
@@ -1422,6 +1423,12 @@ This capability will move to stable when the following criteria have been met.
14221423
will automatically start updating iptables/ipvs rules for the alternative
14231424
ipfamily, for existing and new dual-stack services.
14241425
1426+
DNS will immediately begin returning the secondary IP family, while
1427+
endpoints, endpointSlices, and iptables programming may take some time. This
1428+
can lead to large or very busy services receiving excessive traffic on
1429+
the secondary family address, until the endpoints, endpointSlices, and
1430+
iptables rules are fully propagated.
1431+
14251432
* **Are there any tests for feature enablement/disablement?**
14261433
The feature is being tested using integration tests with gate on/off. The
14271434
tests can be found here: https://github.com/kubernetes/kubernetes/tree/master/test/integration/dualstack

0 commit comments

Comments
 (0)