You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 ifservices "nginx"
, statefulsets.apps "web-test", deployments.apps "nginx-test", and poddisruptionbudgets.policy "pod-disruption-budget-test" already exists.The text was updated successfully, but these errors were encountered: