David Espejo

Results 117 comments of David Espejo
trafficstars

10/24/2024 Contributor's sync notes: pending sync with Haytham to keep refining implementation approach.

Also: how to generate valid link to the Ray dashboard in the UI.

@aazam-gh sure! Please let us know if you have any question. Thanks

@aazam-gh I think it's only the [plugin configuration page](https://docs.flyte.org/en/latest/deployment/plugins/k8s/index.html#deployment-plugin-setup-k8s) adding the `rbac` block to the configuration for both `flyte-core` and `flyte-binary`. You can look at the [base charts ](https://github.com/flyteorg/flyte/tree/master/charts)to validate...

Additional findings: a. Step 3 for `flyte-core` in the [Apply OIDC Configuration](https://docs.flyte.org/en/latest/deployment/configuration/auth_setup.html#apply-oidc-configuration) section should be changed from manually editing the flyteadmin secret to just adding the following to the values:...

@Murdock9803 looking forward to your contributions!

I think CUDA is already covered. In general, I think what's missing is to cover the [supported config parameters](https://docs.flyte.org/en/latest/api/flytekit/generated/flytekit.image_spec.ImageSpec.html) in the [main ImageSpec docs](https://docs.flyte.org/en/latest/user_guide/customizing_dependencies/imagespec.html#imagespec) page

@sharsha315 you should be able to build the docs locally by doing `make -C /docs html`