Merge pull request #107666 from aojea/dualga

dual-stack feature gate ga
This commit is contained in:
Kubernetes Prow Robot 2022-02-03 21:25:59 -08:00 committed by GitHub
commit 8e5089ad17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"