remove the kubeadm feature gate.

This commit is contained in:
calvin
2021-11-24 17:16:14 +08:00
parent e53cf07724
commit d591b62b4a
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 {