mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 21:25:09 +00:00
Fix feature name for ExternalTrafficLocalOnly alpha feature e2e
This commit is contained in:
@@ -1016,7 +1016,7 @@ var _ = framework.KubeDescribe("Services", func() {
|
||||
}
|
||||
})
|
||||
|
||||
It("should be able to create services of type LoadBalancer and externalTraffic=localOnly [Slow][Feature:externalTrafficLocalOnly]", func() {
|
||||
It("should be able to create services of type LoadBalancer and externalTraffic=localOnly [Slow][Feature:ExternalTrafficLocalOnly]", func() {
|
||||
// requires cloud load-balancer support - this feature currently supported only on GCE/GKE
|
||||
framework.SkipUnlessProviderIs("gce", "gke")
|
||||
loadBalancerCreateTimeout := loadBalancerCreateTimeoutDefault
|
||||
|
Reference in New Issue
Block a user