mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Remove ns creation in federated cluster when getting registered clusters
This commit is contained in:
parent
8911e2a377
commit
43cf502275
@ -207,7 +207,6 @@ func getRegisteredClusters(userAgentName string, f *fedframework.Framework) (map
|
||||
Expect(framework.TestContext.KubeConfig).ToNot(Equal(""), "KubeConfig must be specified to load clusters' client config")
|
||||
clusters[c.Name] = &cluster{c.Name, createClientsetForCluster(c, i, userAgentName), false, nil}
|
||||
}
|
||||
createNamespaceInClusters(clusters, f)
|
||||
return clusters, primaryClusterName
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user