aermakov-zalando
aermakov-zalando
This is about force eviction (kubernetes `delete` -> grace period -> pod deletion), I think Mikkel meant the total time.
It would also be nice if `Status` reflected the state of the subresources as well (e.g. `Ingress` if it's necessary).
@mikkeloscar Ingress configuration is global, it doesn't even exist in the stack's `spec`, so it should also be updated when the source of truth in the stackset object is updated....
Although maybe I should change it even further. Even though ingress settings are global, they won't be updated unless the users also do unrelated changes in the stack, which is...
The linked function doesn't delete services, for one. Additionally, the operator can always be killed in the middle of `Delete()`, leaving dangling resources. It should also be easier to maintain...
Isn't there also a `-config` service that should be deleted as well?
It might break a lot of applications that still rely on private APIs (like `sun.misc.Unsafe`). I would suggest to publish a separate image for testing first, because the migration path...
Because we should also not start the application if the init tasks fail.
The bug report has led me to believe that it'll just proceed to the next script. However you're right, it'll just abort and not do anything, and the issue with...