Merge pull request #117864 from aojea/ServiceInternalTrafficPolicye2e

remove ServiceInternalTrafficPolicy e2e feature tag
This commit is contained in:
Kubernetes Prow Robot
2023-05-08 07:56:01 -07:00
committed by GitHub

View File

@@ -2465,7 +2465,7 @@ var _ = common.SIGDescribe("Services", func() {
}
})
ginkgo.It("should respect internalTrafficPolicy=Local Pod to Pod [Feature:ServiceInternalTrafficPolicy]", func(ctx context.Context) {
ginkgo.It("should respect internalTrafficPolicy=Local Pod to Pod", func(ctx context.Context) {
// windows kube-proxy does not support this feature yet
// TODO: remove this skip when windows-based proxies implement internalTrafficPolicy
e2eskipper.SkipIfNodeOSDistroIs("windows")
@@ -2533,7 +2533,7 @@ var _ = common.SIGDescribe("Services", func() {
}
})
ginkgo.It("should respect internalTrafficPolicy=Local Pod (hostNetwork: true) to Pod [Feature:ServiceInternalTrafficPolicy]", func(ctx context.Context) {
ginkgo.It("should respect internalTrafficPolicy=Local Pod (hostNetwork: true) to Pod", func(ctx context.Context) {
// windows kube-proxy does not support this feature yet
// TODO: remove this skip when windows-based proxies implement internalTrafficPolicy
e2eskipper.SkipIfNodeOSDistroIs("windows")
@@ -2603,7 +2603,7 @@ var _ = common.SIGDescribe("Services", func() {
}
})
ginkgo.It("should respect internalTrafficPolicy=Local Pod and Node, to Pod (hostNetwork: true) [Feature:ServiceInternalTrafficPolicy]", func(ctx context.Context) {
ginkgo.It("should respect internalTrafficPolicy=Local Pod and Node, to Pod (hostNetwork: true)", func(ctx context.Context) {
// windows kube-proxy does not support this feature yet
// TODO: remove this skip when windows-based proxies implement internalTrafficPolicy
e2eskipper.SkipIfNodeOSDistroIs("windows")