-
Notifications
You must be signed in to change notification settings - Fork 674
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added flyte scheduler in helm #1374
Conversation
Signed-off-by: Yuvraj <[email protected]>
Signed-off-by: Yuvraj <[email protected]>
Signed-off-by: Yuvraj <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We shouldn't merge this until we merge flytescheduler PR... otherwise, looks good!
Signed-off-by: Yuvraj <[email protected]>
Signed-off-by: Yuvraj <[email protected]>
Signed-off-by: Yuvraj <[email protected]>
Signed-off-by: Yuvraj <[email protected]>
We need to be able to scale admin and scheduler services separately. |
Signed-off-by: Yuvraj <[email protected]>
Signed-off-by: Yuvraj <[email protected]>
94026df
to
afac9f2
Compare
Signed-off-by: Yuvraj <[email protected]>
2bbc4b8
to
6b1371a
Compare
Signed-off-by: Yuvraj <[email protected]>
Signed-off-by: Yuvraj <[email protected]>
Signed-off-by: Yuvraj <[email protected]>
@@ -48,7 +48,7 @@ spec: | |||
name: config-volume | |||
- name: auth | |||
secret: | |||
secretName: flyte-propeller-auth | |||
secretName: flyte-common-auth |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this a bug?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no i moved it in a commen secret
Signed-off-by: Yuvraj <[email protected]>
Signed-off-by: Yuvraj <[email protected]>
Signed-off-by: Yuvraj <[email protected]>
Signed-off-by: Yuvraj <[email protected]>
Signed-off-by: Yuvraj <[email protected]>
0b41ed1
to
75758cc
Compare
Signed-off-by: Yuvraj <[email protected]>
Signed-off-by: Yuvraj <[email protected]>
Signed-off-by: Yuvraj <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple of nits...
app.kubernetes.io/managed-by: Helm | ||
spec: | ||
initContainers: | ||
- command: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we not need to run migrations here too? this can be added in the future...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, currently flyteadmin will handle the migration...When we have a separate DB for flytescheduler then we can run migration here
CC: @pmahindrakar-oss
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @EngHabu , we are relying on the admin running the migration script for now but it can easily be decoupled to run as a separate init container for scheduler specific tables in the future
Signed-off-by: Yuvraj <[email protected]>
Test:
Override helm values
Install Flyte
Test:
Not Tested:
Signed-off-by: Yuvraj [email protected]