Yicheng-Lu-llll
Yicheng-Lu-llll
# 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 This is part of Flytekit Metrics Exploration This PR(also highlighted in green): - adds span uri field to NodeExecutionEvent and NodeExecutionClosure. - adds a new endpoint `GetFlyteKitMetrics`. Flytekit...
## Why are these changes needed? As explained here: https://github.com/ray-project/kuberay/pull/1930#pullrequestreview-1978124073, we need to add a field in [HeadInfo](https://github.com/ray-project/kuberay/blob/d3b7d96ff56d7a45c9afc5eb1c78cd7ae8c8bb1a/ray-operator/apis/ray/v1/raycluster_types.go#L147) to indicate whether the head Pod is ready or not. ## Related...
### Describe the bug When first running: ``` flytectl demo start --dev # Under flyte repo make compile POD_NAMESPACE=flyte ./flyte start --config flyte-single-binary-local.yaml ``` The following errors may occurs. ```shell...