Skip to content

Commit 02aa997

Browse files
Clarify how to set a cluster as single-stack
Signed-off-by: Bridget Kromhout <[email protected]>
1 parent ea8039d commit 02aa997

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1392,8 +1392,8 @@ This capability will move to stable when the following criteria have been met.
13921392
* **How can this feature be enabled / disabled in a live cluster?**
13931393
- With this feature moving to stable, the feature will always be enabled.
13941394
- While disabling the feature is not possible, using it is not required. Any
1395-
cluster can be provisioned with the `spec.ipFamilyPolicy` field set to
1396-
`SingleStack`.
1395+
cluster can be provisioned as single-stack by setting `--cluster-cidr` to
1396+
only one CIDR and ` --service-cluster-ip-range` to only one address block.
13971397
13981398
* **Does enabling the feature change any default behavior?**
13991399
Pods and Services will remain single-stack until cli flags have been modified

keps/sig-network/563-dual-stack/kep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ prr-approvers:
1919
- "@johnbelamaric"
2020
editor: TBD
2121
creation-date: "2018-05-21"
22-
last-updated: "2021-04-23"
22+
last-updated: "2021-04-26"
2323
status: implemented
2424
stage: stable
2525
latest-milestone: v1.22

0 commit comments

Comments
 (0)