Skip to content

Commit bc009f6

Browse files
author
Vivek Thrivikraman
committed
Dual stack KEP corrections
1 parent b9d243c commit bc009f6

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -456,10 +456,10 @@ will be invalid.
456456

457457
The output for the 'kubectl get pods -o wide' command will not need
458458
modification and will only display the primary pod IP address as determined by
459-
the first IP address block configured via the `--cluster-cidr=` on
460-
kube-controller-manager. eg. The following is expected output for a cluster is
459+
the first IP address block configured via the `--node-ip=` on kubelet.
460+
eg. The following is expected output for a cluster is
461461
configured with an IPv4 address block as the first configured via the
462-
`--cluster-cidr=` on kube-controller-manager:
462+
`--node-ip=` on kubelet:
463463

464464
```
465465
kube-master# kubectl get pods -o wide
@@ -469,8 +469,7 @@ configured with an IPv4 address block as the first configured via the
469469
```
470470

471471
For comparison, here expected output for a cluster is configured with an IPv6
472-
address block as the first configured via the `--cluster-cidr=` on
473-
kube-controller-manager:
472+
address block as the first configured via the `--node-ip=` on kubelet:
474473

475474
```
476475
kube-master# kubectl get pods -o wide

0 commit comments

Comments
 (0)