-
Notifications
You must be signed in to change notification settings - Fork 40.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use federated namespace instead of the bootstrap cluster's namespace in Ingress e2e tests. #32105
Use federated namespace instead of the bootstrap cluster's namespace in Ingress e2e tests. #32105
Conversation
…in Ingress e2e tests.
GCE e2e build/test passed for commit b789e22. |
@@ -94,24 +93,24 @@ var _ = framework.KubeDescribe("Federated ingresses [Feature:Federation]", func( | |||
jig = newFederationTestJig(f.FederationClientset_1_4) | |||
clusters = map[string]*cluster{} | |||
primaryClusterName = registerClusters(clusters, UserAgentName, federationName, f) | |||
ns = f.Namespace.Name | |||
ns = f.FederationNamespace.Name |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: At other places in this test, we use nsName. Should be consistent.
LGTM, thanks! |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test passed for commit b789e22. |
Automatic merge from submit-queue |
Commit found in the "release-1.4" branch appears to be this PR. Removing the "cherrypick-candidate" label. If this is an error find help to get your PR picked. |
…-of-#31947-kubernetes#32072-kubernetes#32105-kubernetes#32197-kubernetes#32181-upstream-release-1.4 Automated cherry pick of kubernetes#31947 kubernetes#32072 kubernetes#32105 kubernetes#32197 kubernetes#32181
This should fix #31825.
cc @kubernetes/sig-cluster-federation @quinton-hoole
This change is