mirror of https://github.com/k3s-io/k3s
Merge pull request #41911 from ixdy/bump-rescheduler
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 https://github.com/kubernetes/contrib/pull/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 @timstclairpull/6/head
commit
dbf5a40965
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue