File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
keps/sig-network/563-dual-stack Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -456,10 +456,10 @@ will be invalid.
456
456
457
457
The output for the 'kubectl get pods -o wide' command will not need
458
458
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
461
461
configured with an IPv4 address block as the first configured via the
462
- ` --cluster-cidr = ` on kube-controller-manager :
462
+ ` --node-ip = ` on kubelet :
463
463
464
464
```
465
465
kube-master# kubectl get pods -o wide
@@ -469,8 +469,7 @@ configured with an IPv4 address block as the first configured via the
469
469
```
470
470
471
471
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:
474
473
475
474
```
476
475
kube-master# kubectl get pods -o wide
You can’t perform that action at this time.
0 commit comments