Merge pull request #106648 from calvin0327/remove-dualStack-featureGate

kubeadm: cleanup the feature gate of dual-stack.
This commit is contained in:
Kubernetes Prow Robot
2021-12-15 17:27:18 -08:00
committed by GitHub
4 changed files with 2 additions and 9 deletions

View File

@@ -122,7 +122,7 @@ var _ = Describe("networking [setup-networking]", func() {
})
})
})
ginkgo.Context("dual-stack [Feature:IPv6DualStack]", func() {
ginkgo.Context("dual-stack", func() {
ginkgo.Context("podSubnet", func() {
ginkgo.It("should be properly configured if specified in kubeadm-config", func() {
if !dualStack {