You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor getting started - streamlined hierarchy (kubeflow#1051)
* Refactor getting started - streamlined hierarchy
A number of changes / benefits:
1) eliminated some duplicate information
2) added three main top level areas for installation:
- cloud
- workstation / server
- existing kubernetes
3) Adding workstation operating systems - there are some slight
variances in experience. For instance, for MacOS, we can emphasize
brew to install some of the assets. For Windows, we'll want to add
WSL2, and potentially chocolatey.
* Updated PR kubeflow#1051 with recommended changes
This commit holds a set of minor changes that were requested in kubeflow#1051
* Move VM based local workstation to reference
Moving the VM instructions out of getting started directory tree
so that the navigation bar remains clean / less busy.
* Add deleted assets files, reword k8s _index
A previous commit deleted the resources/_gen/assets/*/search*.content
file. This commit adds it back in.
Additionally, fixed the grammar in k8s/_index.md
- **KFAPP** the _name_ of a directory where you want kubeflow configurations to be stored. This directory will be created when you run init. Please see [understanding the deployment process](/docs/gke/deploy/deploy-cli/#understanding-the-deployment-process) for more details.
232
-
233
-
The above installation may take a few minutes. At the end of the installation you should see:
234
-
```
235
-
Access Kubeflow dashboard at http://localhost:8080/
236
-
Access Jupyter notebooks at http://localhost:8080/notebooks/
237
-
```
211
+
Now that you have a Kubernetes cluster running - the Minikube cluster - follow the
212
+
[existing Kubernetes cluster]((/docs/started/k8s/overview/)) instructions for installing
213
+
Kubeflow.
238
214
239
215
### Where to go next
240
216
@@ -245,7 +221,7 @@ You can use the following command to set up port forwarding and access the Web U
245
221
Now you can access the Kubeflow dashboard at http://localhost:8080/ and Jupyter
246
222
notebooks at http://localhost:8080/notebooks/.
247
223
248
-
For Jupyter notebooks, you can use any username and password to log in.
224
+
For Jupyter notebooks, you can use any username and password to log in.
249
225
Follow the guide to [setting up your Jupyter notebooks on Kubeflow](/docs/notebooks/setup/).
250
226
251
-
For further exploration refer to the [documentation](/docs/).
227
+
For further exploration refer to the [documentation](/docs/).
Copy file name to clipboardExpand all lines: content/docs/started/k8s/overview.md
+17-3
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,25 @@ description = "Instructions for installing Kubeflow on your existing Kubernetes
4
4
weight = 1
5
5
+++
6
6
7
-
Follow these instructions if you want to install Kubeflow on an existing Kubernetes cluster.
7
+
Follow these instructions if you want to install Kubeflow on an existing Kubernetes
8
+
cluster. Some [clouds](/docs/started/cloud) and Kubernetes distributions provide
9
+
Kubeflow specific instructions for getting the most out of their Kubernetes. If your
10
+
existing Kubernetes cluster is from one of those, consider following those instructions.
8
11
9
-
If you are using a Kubernetes distribution or Cloud Provider which has specific instructions for installing Kubeflow we recommend following those instructions. Those instructions do additional Cloud specific setup to create a really great Kubeflow experience.
12
+
## Minimum system requirements
10
13
11
-
The following table lists the options for installing Kubeflow on an existing Kubernetes Cluster and links to detailed instructions.
14
+
The Kubernetes cluster must meet the following minimum requirements:
15
+
16
+
* Kubernetes version {{% kubernetes-min-version %}} or later.
17
+
* At least one worker node with a minimum of:
18
+
* 4 CPU
19
+
* 50 GB storage
20
+
* 12 GB memory
21
+
22
+
## Kubeflow Deployment Configurations
23
+
24
+
The following tables list the options for installing Kubeflow on an existing Kubernetes
0 commit comments