Merge pull request #27488 from bprashanth/ing_e2e_fix
Automatic merge from submit-queue Call NewFramework constructor instead of hand creating framework. https://github.com/kubernetes/kubernetes/issues/27486, probably because we defined a new clientConfigGetter for node e2es and this test was hand creating the framework.
This commit is contained in:
		| @@ -393,7 +393,7 @@ var _ = framework.KubeDescribe("GCE L7 LoadBalancer Controller [Feature:Ingress] | |||||||
| 	var responseTimes, creationTimes []time.Duration | 	var responseTimes, creationTimes []time.Duration | ||||||
| 	var ingController *IngressController | 	var ingController *IngressController | ||||||
|  |  | ||||||
| 	f := framework.Framework{BaseName: "glbc"} | 	f := framework.NewDefaultFramework("glbc") | ||||||
|  |  | ||||||
| 	BeforeEach(func() { | 	BeforeEach(func() { | ||||||
| 		// This test requires a GCE/GKE only cluster-addon | 		// This test requires a GCE/GKE only cluster-addon | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 k8s-merge-robot
					k8s-merge-robot