-
Notifications
You must be signed in to change notification settings - Fork 680
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
[BUG] For non in-cluster setup, flyteadmin fails to choose a cluster if no matching resource configured #481
Closed
4 of 20 tasks
Labels
bug
Something isn't working
Comments
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 6, 2022
* using fully qualified node id on recovery Signed-off-by: Daniel Rammer <[email protected]> * fixed unit tests Signed-off-by: Daniel Rammer <[email protected]> Signed-off-by: Daniel Rammer <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 6, 2022
* cluster pool execution assignment Signed-off-by: Iaroslav Ciupin <[email protected]> * update flyteidl Signed-off-by: Iaroslav Ciupin <[email protected]> * update flyteidl Signed-off-by: Iaroslav Ciupin <[email protected]> Signed-off-by: Iaroslav Ciupin <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 20, 2022
* update extending flyte flowchart Signed-off-by: Niels Bantilan <[email protected]> * updates Signed-off-by: Niels Bantilan <[email protected]> * style update Signed-off-by: Niels Bantilan <[email protected]>
pingsutw
pushed a commit
to pingsutw/flyte-monorepo
that referenced
this issue
Apr 4, 2023
In case there is no override in resource table, we should allow the code to go through and apply non-label based weighted random selection. Close flyteorg/flyte#481
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 9, 2023
* using fully qualified node id on recovery Signed-off-by: Daniel Rammer <[email protected]> * fixed unit tests Signed-off-by: Daniel Rammer <[email protected]> Signed-off-by: Daniel Rammer <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 21, 2023
* cluster pool execution assignment Signed-off-by: Iaroslav Ciupin <[email protected]> * update flyteidl Signed-off-by: Iaroslav Ciupin <[email protected]> * update flyteidl Signed-off-by: Iaroslav Ciupin <[email protected]> Signed-off-by: Iaroslav Ciupin <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
For a non in-cluster setup where flyteadmin is deployed outside of the k8s cluster where flytepropeller runs, if there is no matching (resource-type/domain being mandatory while project/workflow/launch-plan optional) resource defined in
resources
table, flyteadmin stops choosing a cluster prematurely.Expected behavior
When no matching resource found, flyteadmin should move on and pick up a random cluster.
Flyte component
To Reproduce
Steps to reproduce the behavior:
resources
table is emptyResource[project,domain,workflow,launch_plan,resource_type] not found
Screenshots
NA
Environment
Flyte component
The text was updated successfully, but these errors were encountered: