David Espejo
David Espejo
## Tracking issue Closes #4864 ## Why are the changes needed? ## What changes were proposed in this pull request? ## How was this patch tested? ### Setup process ###...
### Description After reading[ this page](https://docs.flyte.org/en/latest/deployment/configuration/general.html#deployment-configuration-general) and trying the code examples, there are some open questions: 1. What's the difference between the `primary` and `default` containers? Is the `default` container...
### Describe the bug An attempt to create a demo cluster using: `flytectl demo start` fails with: ``` 🧑🏭 Bootstrapping a brand new Flyte cluster... 🔨 🔧 Error: Malformed version:...
## Tracking issue ## Why are the changes needed? ## What changes were proposed in this pull request? ## How was this patch tested? ### Setup process ### Screenshots ##...
Closes #5670 ## Why are the changes needed? As a user, I want to install the Flyte-provided Grafana dashboards and get metrics ## What changes were proposed in this pull...
## Tracking issue ## Why are the changes needed? ## What changes were proposed in this pull request? ## How was this patch tested? ### Setup process ### Screenshots ##...
## Tracking issue ## Why are the changes needed? In line with some of the observations documented [in the docs](https://docs.flyte.org/en/latest/deployment/configuration/performance.html#automatic-scale-out) and as a response to multiple users hitting memory limits...
### Describe the issue When, by mistake, I use an incorrectly formatted registry in the ImageSpec config: ```sklearn_image_spec = ImageSpec( base_image="ghcr.io/flyteorg/flytekit:py3.9-latest", packages=["scikit-learn"], registry="ghcr.io/davidmirror-ops/flyte-scklearn:latest", ) ``` Instead of failing, `pyflyte run`...
### Describe the bug The Flyte User dashboard published on [Grafana Marketplace](https://grafana.com/grafana/dashboards/13980-flyte-user-dashboard-via-prometheus/) has the following issues as reported by the community: - flyte:propeller:all:workflow:accepted - no data - flyte:propeller:all:workflow:success_duration_ms_count - needed...
### Description Questions related to this topic lead to think that expanding and updating the [Registering workflows](https://docs.flyte.org/en/latest/flyte_fundamentals/registering_workflows.html) section would be useful. [Question](https://flyte-org.slack.com/archives/CP2HDHKE1/p1723745738922039?thread_ts=1723745717.679379&cid=CP2HDHKE1) [Question](https://flyte-org.slack.com/archives/CREL4QVAQ/p1724062662953219) ### Are you sure this issue hasn't...