David Espejo
David Espejo
### Description Multiple times users ask about the default ports that Flyte uses either for accepting requests and to communicate with external systems. It varies depending on the Helm chart...
Hello DLRover team: I'm a member of the LF AI&Data TAC and voted for this project to make it to the sandbox as it's very interesting, especially regarding the optimizations...
### Description We need to fix the following problems for the [auth setup docs](https://docs.flyte.org/en/latest/deployment/configuration/auth_setup.html) to be more precise: 1. The [steps for MS Entra ID](https://docs.flyte.org/en/latest/deployment/configuration/auth_setup.html#identity-management-layer-oidc) have to be updated to...
### Describe the issue Hello hello 👋! It's that time of year again! We're excited to kick off Hacktoberfest and get you started on your open-source contributions. This page covers...
### Description The current [docs page](https://docs.flyte.org/en/latest/user_guide/productionizing/configuring_logging_links_in_the_ui.html#configure-logging) includes an example that is generic and uses outdated configuration: ``` task_logs: plugins: logs: templates: - displayName: templateUris: - "https://console.aws.amazon.com/cloudwatch/home?region=us-east-1#logEventViewer:group=/flyte-production/kubernetes;stream=var.log.containers.{{.podName}}_{{.namespace}}_{{.containerName}}-{{.containerId}}.log" - "https://some-other-source/home?region=us-east-1#logEventViewer:group=/flyte-production/kubernetes;stream=var.log.containers.{{.podName}}_{{.namespace}}_{{.containerName}}-{{.containerId}}.log" messageFormat: 0...
### Description To ensure [the example](https://docs.flyte.org/en/latest/flytesnacks/examples/ray_plugin/index.html) is reproducible, the following elements are missing: 1. Make imports visible in the docs page, not only in the flytesnacks repo 2. How to...