Skip to content
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

Skip test pods creation if they already exit. #208

Closed
gthao313 opened this issue Jun 13, 2022 · 0 comments
Closed

Skip test pods creation if they already exit. #208

gthao313 opened this issue Jun 13, 2022 · 0 comments

Comments

@gthao313
Copy link
Member

When I create more than one nodegroups to test brupop, the error Failed to create pods on eks cluster: jumped. This would not break the integration test but we should fix. Skip the test pods creation if services "nginx", statefulsets.apps "web-test", deployments.apps "nginx-test", and poddisruptionbudgets.policy "pod-disruption-budget-test" already exists.

Error from server (AlreadyExists): error when creating "integ/src/pods-template.yaml": services "nginx" already exists
Error from server (AlreadyExists): error when creating "integ/src/pods-template.yaml": statefulsets.apps "web-test" already exists
Error from server (AlreadyExists): error when creating "integ/src/pods-template.yaml": deployments.apps "nginx-test" already exists
Error from server (AlreadyExists): error when creating "integ/src/pods-template.yaml": poddisruptionbudgets.policy "pod-disruption-budget-test" already exists
Failed to create pods on eks cluster: Failed to process pods test: "Create" pods
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant