mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-20 01:23:48 +00:00
Add an option to pass client's QPS/burst to e2e framework
This commit is contained in:
@@ -37,7 +37,7 @@ var _ = Describe("Kubernetes Dashboard", func() {
|
||||
serverStartTimeout = 1 * time.Minute
|
||||
)
|
||||
|
||||
f := NewFramework(uiServiceName)
|
||||
f := NewDefaultFramework(uiServiceName)
|
||||
|
||||
It("should check that the kubernetes-dashboard instance is alive", func() {
|
||||
By("Checking whether the kubernetes-dashboard service exists.")
|
||||
|
Reference in New Issue
Block a user