Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: askore/kubexit

Tags

v0.3.2

Toggle v0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Ensure kubexit does not hang when watched pod is ready when started (a…

…cquia#7)

If kubexit is started after a birth dependency has already become ready, kubexit never finds out about the ready status of the dependency.

This is because kubexit only re-evaluates the ready status on an modified event, while such an event never occurs if the birth dependency is ready before kubexit started watching.

I fixed this bug by also taking the `Added` event into consideration. This event is always emitted when kubexit starts watching the birth dependencies. If the dependencies are already ready, it will immediatly continue.

v0.3.1

Toggle v0.3.1's commit message
Clarify Kubernetes context in description

v0.3.0

Toggle v0.3.0's commit message
Fix Signal deadlock that prevented shutdown

v0.2.0

Toggle v0.2.0's commit message
Remove broken shields

v0.1.0

Toggle v0.1.0's commit message
/lifecycle-> /graveyard