8000 Release v0.1.0: Don't leave pods running when a job completes. (#512) · lp-pl/tf-operator · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v0.1.0

@jlewi jlewi tagged this 29 Mar 11:58
* Don't leave pods running when a job completes.

* We originally did this to preserve the logs.
* But this ends up leaving pods running consuming resources.
* The fix is straightforward
  * Transition to the cleanup phase before transitioning to the done phase.

Fix #128

* Don't teardown the cluster.

* Don't set phase to cleanup when job is running.

* Should only call get status if we are in creating or running phase.

* Update the E2E test

* Check that pod/service event creations are recorded
* Check that pods are deleted when job ends.

* Fix lint.
Assets 2
Loading
0