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

silent no-op if pods fail to create #309

Open
Aergonus opened this issue Oct 13, 2020 · 0 comments
Open

silent no-op if pods fail to create #309

Aergonus opened this issue Oct 13, 2020 · 0 comments

Comments

@Aergonus
Copy link
Contributor

Aergonus commented Oct 13, 2020

Current clone and create deploy code uses the tutorial submission check but if the pods fail to create, either because of an invalid image or #307 failure to acquire a SecurityContext, the logs will just say action_clone.Clone and tc Clone deployment created successfully and nothing will happen as k8s spins to try to create the pods.

A possible remedy is to poll the k8s api and emit a warning that the deployed chaos clone is not available or not ready.

Additionally wait to cleanup might be better rebranded as something stronger chaos termination and cleanup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant