flyteadmin icon indicating copy to clipboard operation
flyteadmin copied to clipboard

Control Plane for Flyte. Flyteadmin is a gRPC + REST Service written in golang and uses a RDBMs to store meta information and management information for Flyte Tasks and Workflows.

Results 23 flyteadmin issues
Sort by recently updated
recently updated
newest added

Update flyteidl version - Auto-generated by [flyte-bot]

flyteidl

# TL;DR This PR: 1. stores DeckUri at task running stage to support real-time deck. with https://github.com/flyteorg/flytepropeller/pull/579, propeller can send node event with deck uri at running time, So, admin...

# TL;DR This is part of Flytekit Metrics Exploration. This PR Implements GetFlyteKitMetrics endpoint(also highlighted in green): - Download flytekit spans for a particular node from remote storage. - Send...

# TL;DR Solve https://github.com/flyteorg/flyte/issues/327 ## Type - [ ] Bug Fix - [x] Feature - [ ] Plugin ## Are all requirements met? - [ ] Code completed - [...

# TL;DR Add configuration in flyte admin to control the behavior of the list execution transformer with regard to error message trimming. ## Type - [X] Bug Fix - [...

# TL;DR This is a PR to pull in the column fixes. ## Type - [ ] Bug Fix - [ ] Feature - [ ] Plugin ## Are all...

# TL;DR This change reworks the way task resources are handled in Admin. Currently the behavior: * For matchable task resources, settings at different levels of specificity completely wipe out...

# TL;DR _Please replace this text with a description of what this PR accomplishes._ ## Type - [ ] Bug Fix - [ ] Feature - [ ] Plugin ##...

# TL;DR To allow re-use of literal casting in other repositories this PR refactors the code into flyteidl. ## Type - [ ] Bug Fix - [x] Feature - [...

# TL;DR Currently if you don't specify anything, these defaults will spin up pods with ```yaml limits: cpu: "2" memory: 200Mi requests: cpu: "2" memory: 200Mi ``` Removing this will...