flytepropeller
flytepropeller copied to clipboard
FlytePropeller is a Kubernetes native operator, that executes Flyte Workflows and Tasks. It has its own kubectl-flyte CLI to interact and is extensible using the flyteplugins/pluginmachinery interface
# TL;DR As title. ## Type - [x] Bug Fix - [ ] Feature - [ ] Plugin ## Are all requirements met? - [x] Code completed - [ ]...
DO NOT MERGE waiting on PRs: https://github.com/flyteorg/flytestdlib/pull/146 # TL;DR This PR integrates opentelemetry into flytepropeller to facilitate observability into workflow evaluation performance from an orchestration level. ## Type - [...
# TL;DR This PR adds real-time deck support. #### Previously: 1. Propeller would only send a node event to the admin when there was a change in the node state...
# TL;DR This is part of Flytekit Metrics Exploration. This PR adds span uri to node event(highlighted in green). Flytekit Metrics Exploration includes: - flytekit: https://github.com/flyteorg/flytekit/pull/1683 - flyteplugins: https://github.com/flyteorg/flyteplugins/pull/361 -...
# TL;DR _Please replace this text with a description of what this PR accomplishes._ ## Type - [ ] Bug Fix - [ ] Feature - [ ] Plugin ##...
# TL;DR as title ## Type - [ ] Bug Fix - [ ] Feature - [ ] Plugin ## Are all requirements met? - [ ] Code completed -...
# 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 Related to https://github.com/flyteorg/flyteplugins/pull/310 Mark task state as failed if the k8s resource cannot be created. otherwise, the propeller will keep trying to create CR and task will run...
# TL;DR The `CatalogClient` implementation has been extracted from flytepropeller's source code and moved to flytestdlib as flyteadmin also needs access to the functionality. ## Type - [ ] Bug...