-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Adding e2e test for federation replicasets #30423
Adding e2e test for federation replicasets #30423
Conversation
The smoke test failure seems to be a flake
@k8s-bot e2e test this issue: #IGNORE |
@mwielgus This is a simple test for verifying that replicasets can be created and deleted with federation-apiserver. This verifies the API code. Once we have the controller, we can build on this to add more use cases for the controller. |
@k8s-bot e2e test this issue: #IGNORE |
@mwielgus Can you please take a look? The test is same as our other tests (federation-event, federation-secret) |
LGTM |
GCE e2e build/test passed for commit 4e5e79d. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test passed for commit 4e5e79d. |
Automatic merge from submit-queue |
Its a basic test which tests that we can create and delete replicasets. Will enhance it when we write the replicaset controller.
cc @kubernetes/sig-cluster-federation
This change is