No option to write hook on notification on top of kubernetes deployment completion or deployment stuck #59173
Closed
Description
/kind feature
What happened:
Can't able to write any hooks for notification or any other calls following the deployment is completed or stuck on top of kubernetes deployment apply
Because once kubernetes apply -f deployment.yml
the process handler is transfered to the deamon which is good but we can't able to keep track of the deployment status of the current , it would be nice if there is a hook or something that would sophisticate this with the deployment success or failure.