mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 03:57:41 +00:00
remove ServiceInternalTrafficPolicy e2e feature tag
Change-Id: I5b0fccb6323b5b28183e3ea3e20aeb1375e6e783
This commit is contained in:
parent
509c2c7c88
commit
ddb8c8a38b
@ -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
|
// windows kube-proxy does not support this feature yet
|
||||||
// TODO: remove this skip when windows-based proxies implement internalTrafficPolicy
|
// TODO: remove this skip when windows-based proxies implement internalTrafficPolicy
|
||||||
e2eskipper.SkipIfNodeOSDistroIs("windows")
|
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
|
// windows kube-proxy does not support this feature yet
|
||||||
// TODO: remove this skip when windows-based proxies implement internalTrafficPolicy
|
// TODO: remove this skip when windows-based proxies implement internalTrafficPolicy
|
||||||
e2eskipper.SkipIfNodeOSDistroIs("windows")
|
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
|
// windows kube-proxy does not support this feature yet
|
||||||
// TODO: remove this skip when windows-based proxies implement internalTrafficPolicy
|
// TODO: remove this skip when windows-based proxies implement internalTrafficPolicy
|
||||||
e2eskipper.SkipIfNodeOSDistroIs("windows")
|
e2eskipper.SkipIfNodeOSDistroIs("windows")
|
||||||
|
Loading…
Reference in New Issue
Block a user