Skip to content

Commit

Permalink
Finish evicted-cleaner-v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
norseto committed Dec 7, 2019
2 parents 7f397a6 + 49d77a0 commit 2794e0d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# k8s-watchdogs
Simple watchdogs for Kubernetes

## Evicted Pod Cleaner
This CronJos cleans "Evicted" pods.

### Installation
```
kubectl apply -f https://github.com/norseto/k8s-watchdogs/releases/download/evicted-cleaner-v0.1.0/evicted-cleaner.yaml
```
2 changes: 1 addition & 1 deletion evicted-cleaner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
- amd64
containers:
- name: evicted-cleaner
image: docker.io/norseto/evicted-cleaner:0.0.1
image: docker.io/norseto/evicted-cleaner:0.1.0
imagePullPolicy: IfNotPresent
restartPolicy: OnFailure
activeDeadlineSeconds: 60
Expand Down

0 comments on commit 2794e0d

Please sign in to comment.