From 4bbfa08dfb05a48257867d6122c7059deb8218fe Mon Sep 17 00:00:00 2001 From: Sycrosity <72102935+Sycrosity@users.noreply.github.com> Date: Mon, 3 Nov 2025 00:25:22 +0000 Subject: [PATCH 1/2] docs: Have kustomize suggested commands use latest release --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5e27b0fd6..5d52c97ea 100644 --- a/README.md +++ b/README.md @@ -94,17 +94,17 @@ See the [resources | Kustomize](https://kubectl.docs.kubernetes.io/references/ku Run As A Job ``` -kustomize build 'github.com/kubernetes-sigs/descheduler/kubernetes/job?ref=release-1.33' | kubectl apply -f - +kustomize build 'github.com/kubernetes-sigs/descheduler/kubernetes/job?ref=release-1.34' | kubectl apply -f - ``` Run As A CronJob ``` -kustomize build 'github.com/kubernetes-sigs/descheduler/kubernetes/cronjob?ref=release-1.33' | kubectl apply -f - +kustomize build 'github.com/kubernetes-sigs/descheduler/kubernetes/cronjob?ref=release-1.34' | kubectl apply -f - ``` Run As A Deployment ``` -kustomize build 'github.com/kubernetes-sigs/descheduler/kubernetes/deployment?ref=release-1.33' | kubectl apply -f - +kustomize build 'github.com/kubernetes-sigs/descheduler/kubernetes/deployment?ref=release-1.34' | kubectl apply -f - ``` ## User Guide From f9aa9697917fbb9334c4fa74422b3aeb9f83ac91 Mon Sep 17 00:00:00 2001 From: Sycrosity <72102935+Sycrosity@users.noreply.github.com> Date: Mon, 3 Nov 2025 00:29:17 +0000 Subject: [PATCH 2/2] docs: fix link to kubernetes bot commands page --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d52c97ea..8f6380366 100644 --- a/README.md +++ b/README.md @@ -1178,7 +1178,7 @@ that the only people who can get things done around here are the "maintainers". We also would love to add more "official" maintainers, so show us what you can do! -This repository uses the Kubernetes bots. See a full list of the commands [here][prow]. +This repository uses the Kubernetes bots. See a full list of the commands [here](https://go.k8s.io/bot-commands). ### Communicating With Contributors