Skip to content

Commit a97424c

Browse files
doc
1 parent 55af0a0 commit a97424c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ Terraform module which creates a Kubeflow instance in a Kubernetes cluster
99
</div>
1010

1111
> [!Note]
12-
> This repository is currently suitable for development environments only. Please report any problem you might have by opening a GitHub issue, feature requests welcome.
12+
> This project is currently in beta, we recommend forking/cloning it and using from source. Bug reports and feature requests are welcome.
1313
1414
## About this project
1515

16-
This project simplifies the tasks of managing a Kubeflow instance in Terraform projects.
16+
This project simplifies the task of managing a Kubeflow instance with Terraform.
1717

1818
Kubeflow provides a cloud-native AI platform which can be used to deploy applications in
1919
scientific computing, traditional machine learning, and generative AI.
2020

21-
This module is primarily focussed on the notebook environment initially such that
21+
This module is primarily focussed on the Jupyter notebook environment initially such that
2222
* Developers can deploy and access notebook instances
2323
* Notebook instances can use GPUs necessary for deep learning
2424
* This can be done across different cloud providers (ranging from individual VMs to managed services like Amazon's EKS)
@@ -27,7 +27,7 @@ This module is primarily focussed on the notebook environment initially such tha
2727

2828
We recommend trying out this module in a development environment first.
2929

30-
To do so, follow the [k3s tutorial](https://github.com/treebeardtech/terraform-helm-kubeflow/tree/main/examples).
30+
To do so, follow the [k3s tutorial](examples/k3s).
3131

3232
## Guides
3333

@@ -57,15 +57,14 @@ module "treebeardkf" {
5757
You can incrementally add Kubeflow to your K8s cluster by installing the terraform module.
5858

5959
Some considerations:
60-
1. If you are calling this Terraform module from your own module, pass in a string to the `completed` variable in order to manage Kubeflow *after* changes to your other resources. (Note that `depends_on` does not work with this module)
60+
1. If you are calling this Terraform module from your own module, ensure you pass in resources to the `depends_on` field so that Kubeflow installs after they finish setup.
6161
2. If you already have Istio and Cert Manager installed, you will need to ensure Kubeflow works with them. See [examples/k3s-existing-istio](examples/k3s-existing-istio) for a configuration that we have tested like this.
6262

6363
### Set a new password
6464

6565
The `user_password` variable allows you to set a non-default password. This is
6666
essential for deploying Kubeflow.
6767

68-
6968
### Make Kubeflow available securely on a network using HTTPS
7069

7170
Follow the [eks-https-loadbalancer](examples/eks-https-loadbalancer) example to see how you can setup an https loadbalancer for you Kubeflow deployment

0 commit comments

Comments
 (0)