25 lines
553 B
Markdown
25 lines
553 B
Markdown
---
|
|
title: CloudDualStackNodeIPs
|
|
content_type: feature_gate
|
|
_build:
|
|
list: never
|
|
render: false
|
|
|
|
stages:
|
|
- stage: alpha
|
|
defaultValue: false
|
|
fromVersion: "1.27"
|
|
toVersion: "1.28"
|
|
- stage: beta
|
|
defaultValue: true
|
|
fromVersion: "1.29"
|
|
toVersion: "1.29"
|
|
- stage: stable
|
|
defaultValue: true
|
|
fromVersion: "1.30"
|
|
|
|
---
|
|
Enables dual-stack `kubelet --node-ip` with external cloud providers.
|
|
See [Configure IPv4/IPv6 dual-stack](/docs/concepts/services-networking/dual-stack/#configure-ipv4-ipv6-dual-stack)
|
|
for more details.
|