powerfulseal / powerfulseal

A powerful testing tool for Kubernetes clusters.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

silent no-op if pods fail to create

Aergonus opened this issue · comments

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