Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update note about Terraform reference implementations #6056

Merged
merged 1 commit into from
Nov 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/deployment/deployment/cloud_simple.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ these prerequisites.

.. note::

`Union.AI <https://www.union.ai/>`__ plans to open-source a reference
implementation of these requirements for the major cloud providers in early
2023.
`Union.AI <https://www.union.ai/>`__ maintains a `set of Terraform scripts <https://github.com/unionai-oss/deploy-flyte>`__` that automate the configuration
of prerequisites and Flyte installation on AWS, GCP, or Azure.

A community-maintained guide to manually prepare an EKS environment and deploy Flyte is available `here <https://github.com/davidmirror-ops/flyte-the-hard-way/tree/main>`__

***************
Installation
Expand Down
Loading