File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
keps/sig-network/563-dual-stack Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1392,8 +1392,8 @@ This capability will move to stable when the following criteria have been met.
1392
1392
* **How can this feature be enabled / disabled in a live cluster?**
1393
1393
- With this feature moving to stable, the feature will always be enabled.
1394
1394
- 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 .
1397
1397
1398
1398
* **Does enabling the feature change any default behavior?**
1399
1399
Pods and Services will remain single-stack until cli flags have been modified
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ prr-approvers:
19
19
- " @johnbelamaric"
20
20
editor : TBD
21
21
creation-date : " 2018-05-21"
22
- last-updated : " 2021-04-23 "
22
+ last-updated : " 2021-04-26 "
23
23
status : implemented
24
24
stage : stable
25
25
latest-milestone : v1.22
You can’t perform that action at this time.
0 commit comments