craigcondit commented on code in PR #116:
URL: https://github.com/apache/yunikorn-release/pull/116#discussion_r1035309845
##########
helm-charts/yunikorn/templates/deployment.yaml:
##########
@@ -24,7 +24,7 @@ metadata:
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
spec:
- replicas: {{ .Values.replicaCount }}
+ replicas: 1
Review Comment:
@elihschiff, it never did (for the scheduler itself), only for the admission
controller, which has its own variable. Setting it >1 causes a lot of problems,
so it was removed. YuniKorn is designed to recover very rapidly without any
shared state, so having two active schedulers is not necessary.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]