dual-stack feature gate ga

This commit is contained in:
Antonio Ojea 2022-01-20 10:16:37 +01:00
parent 46c5edbc58
commit 51b84245ae

View File

@ -396,6 +396,7 @@ const (
// kep: http://kep.k8s.io/563
// alpha: v1.15
// beta: v1.21
// ga: v1.23
//
// Enables ipv6 dual stack
IPv6DualStack featuregate.Feature = "IPv6DualStack"