Skip to content

Commit

Permalink
Add node affinity key: beta.kubernetes.io/arch for older versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
norseto committed Dec 15, 2019
1 parent 29ecd44 commit 4beb5c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This CronJos cleans "Evicted" pods.

### Installation
```
kubectl apply -f https://github.com/norseto/k8s-watchdogs/releases/download/evicted-cleaner-v0.1.1/evicted-cleaner.yaml
kubectl apply -f https://github.com/norseto/k8s-watchdogs/releases/download/evicted-cleaner-v0.1.2/evicted-cleaner.yaml
```

## Pod Rebalancer
Expand Down
2 changes: 1 addition & 1 deletion evicted-cleaner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
- amd64
containers:
- name: evicted-cleaner
image: docker.io/norseto/evicted-cleaner:0.1.1
image: docker.io/norseto/evicted-cleaner:0.1.2
imagePullPolicy: IfNotPresent
restartPolicy: OnFailure
activeDeadlineSeconds: 60
Expand Down

0 comments on commit 4beb5c2

Please sign in to comment.