Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

ignore pods in eviction state #87

Closed
wants to merge 1 commit into from

Conversation

bavarianbidi
Copy link
Contributor

if a cluster contains some evicted pods, chaoskube will delete this pods. but this isn't any kind of chaos, because these pods are still down for a while.

NAME                             READY     STATUS    RESTARTS   AGE
details-v1-8b76fd56-vg5rl        2/2       Running   0          3d
helloworld-v1-6594dd65f-sl5dm    2/2       Running   0          3d
helloworld-v2-5d75dff749-dp4x6   0/2       Evicted   0          3d
helloworld-v2-5d75dff749-fjrqf   2/2       Running   0          4h
productpage-v1-f45dd5dc8-f6dp8   2/2       Running   0          2d
productpage-v1-f45dd5dc8-pn2v7   0/2       Evicted   0          3d
ratings-v1-5dfd4c6784-j7ctc      2/2       Running   0          3d
reviews-v1-6d6bd67777-82qsw      2/2       Running   0          2d
reviews-v1-6d6bd67777-hzz9v      0/2       Evicted   0          3d
reviews-v2-87b6bd97c-h9jt9       2/2       Running   0          2d
reviews-v2-87b6bd97c-pnb7q       0/2       Evicted   0          3d
reviews-v3-84f474d4c7-x4lbs      2/2       Running   0          3d

@bavarianbidi
Copy link
Contributor Author

bavarianbidi commented Jul 23, 2018

sorry, will close this PR, because i didn't see PR #84 last week

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant