We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9170c7 + 2dd21e8 commit 54f3782Copy full SHA for 54f3782
content/en/docs/reference/command-line-tools-reference/feature-gates/cloud-dual-stack-node-ips.md
@@ -13,6 +13,11 @@ stages:
13
- stage: beta
14
defaultValue: true
15
fromVersion: "1.29"
16
+ toVersion: "1.29"
17
+ - stage: stable
18
+ defaultValue: true
19
+ fromVersion: "1.30"
20
+
21
---
22
Enables dual-stack `kubelet --node-ip` with external cloud providers.
23
See [Configure IPv4/IPv6 dual-stack](/docs/concepts/services-networking/dual-stack/#configure-ipv4-ipv6-dual-stack)
0 commit comments