Skip to content

Commit

Permalink
add changes to scheduler to make it deployable
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT committed Sep 26, 2022
1 parent a3c8b27 commit ffacd07
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
namespace: {{ .Values.scheduler.namespace }}
data:
scheduler-config.yaml: |
apiVersion: kubescheduler.config.k8s.io/v1
apiVersion: kubescheduler.config.k8s.io/v1beta3
kind: KubeSchedulerConfiguration
leaderElection:
leaderElect: {{ .Values.scheduler.leaderElect }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

scheduler:
name: keptn-scheduler
image: #we still do not have a register setup, edit the Makefile to point to your own register, run 'make push-release-images' copy the resulting image here
namespace: keptn-scheduler
image: docker.io/odubajdt/kube-scheduler:202209261664175687-v0.24.3 #we still do not have a register setup, edit the Makefile to point to your own register, run 'make push-release-images' copy the resulting image here
namespace: operator-system
replicaCount: 1
leaderElect: false

Expand Down
2 changes: 1 addition & 1 deletion lfc-scheduler/manifests/permit/scheduler-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: kubescheduler.config.k8s.io/v1
apiVersion: kubescheduler.config.k8s.io/v1beta3
kind: KubeSchedulerConfiguration
leaderElection:
leaderElect: false
Expand Down

0 comments on commit ffacd07

Please sign in to comment.