Skip to content

Commit

Permalink
change dev scheduler image to match release (#240)
Browse files Browse the repository at this point in the history
Changes from "kube-autoscale-scheduler" to "autoscale-scheduler".

Also updates the container name from "kube-second-scheduler" to
"autoscale-scheduler".
  • Loading branch information
sharnoff authored May 7, 2023
1 parent c7c403b commit e127760
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
INFORMANT_IMAGE: "neondatabase/vm-informant"

LOCAL_AGENT_IMAGE: "autoscaler-agent:dev"
LOCAL_SCHED_IMAGE: "kube-autoscale-scheduler:dev"
LOCAL_SCHED_IMAGE: "autoscale-scheduler:dev"

KUSTOMIZE_VERSION: "4.5.7"
CONTROLLER_TOOLS_VERSION: "0.9.2"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ IMG_RUNNER ?= runner:dev
IMG_VXLAN ?= vxlan-controller:dev

# Autoscaler related images
AUTOSCALER_SCHEDULER_IMG ?= kube-autoscale-scheduler:dev
AUTOSCALER_SCHEDULER_IMG ?= autoscale-scheduler:dev
AUTOSCALER_AGENT_IMG ?= autoscaler-agent:dev
VM_INFORMANT_IMG ?= vm-informant:dev
E2E_TESTS_VM_IMG ?= vm-postgres:15-bullseye
Expand Down
4 changes: 2 additions & 2 deletions deploy/autoscale-scheduler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,15 +165,15 @@ spec:
containers:
# hey! This image name is hard-coded in .github/workflows/release.yaml - make sure to
# update that as well if you change this line!
- image: kube-autoscale-scheduler:dev
- image: autoscale-scheduler:dev
command: ["/usr/bin/kube-scheduler", "--config=/etc/kubernetes/autoscale-scheduler-config/scheduler-config.yaml"]
livenessProbe:
httpGet:
path: /healthz
port: 10259
scheme: HTTPS
initialDelaySeconds: 15
name: kube-second-scheduler
name: autoscale-scheduler
readinessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit e127760

Please sign in to comment.