Skip to content

Commit

Permalink
Merge pull request #41911 from ixdy/bump-rescheduler
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue (batch tested with PRs 41854, 41801, 40088, 41590, 41911)

Bump gcr.io/google-containers/rescheduler to v0.2.2

**What this PR does / why we need it**: updates the rescheduler image to one based on busybox instead of ubuntu-slim. Changes for the image were in kubernetes-retired/contrib#2390.

Do you think this merits a release note? I'm leaning towards no.

**Release note**:

```release-note
Update gcr.io/google-containers/rescheduler to v0.2.2, which uses busybox as a base image instead of ubuntu.
```

cc @timstclair
  • Loading branch information
Kubernetes Submit Queue committed Feb 25, 2017
2 parents 0ace443 + 1e7b589 commit dbf5a40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cluster/saltbase/salt/rescheduler/rescheduler.manifest
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
apiVersion: v1
kind: Pod
metadata:
name: rescheduler-v0.2.1
name: rescheduler-v0.2.2
namespace: kube-system
labels:
k8s-app: rescheduler
version: v0.2.1
version: v0.2.2
kubernetes.io/cluster-service: "true"
kubernetes.io/name: "Rescheduler"
spec:
hostNetwork: true
containers:
- image: gcr.io/google_containers/rescheduler:v0.2.1
- image: gcr.io/google-containers/rescheduler:v0.2.2
name: rescheduler
volumeMounts:
- mountPath: /var/log/rescheduler.log
Expand Down

0 comments on commit dbf5a40

Please sign in to comment.