Skip to content

Commit

Permalink
Copy prereq from vanilla deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Vasquez committed Feb 23, 2022
1 parent c24c2ed commit 971e1f2
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions docs/mlx-install-with-kubeflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@

## Prerequisites
* An existing Kubernetes cluster. Version 1.17+
* The minimum capacity requirement for MLX is 8 vCPUs and 16GB RAM
* If you are using IBM Cloud, follow the appropriate instructions for standing up your Kubernetes cluster using [IBM Cloud Public](https://cloud.ibm.com/docs/containers?topic=containers-cs_cluster_tutorial#cs_cluster_tutorial)
* If you are using OpenShift on IBM Cloud, please follow the instructions for standing up your [IBM Cloud Red Hat OpenShift cluster](https://cloud.ibm.com/docs/containers?topic=containers-openshift_tutorial)
* [`kustomize v3.0+`](https://kubernetes-sigs.github.io/kustomize/installation/) is installed
* The minimum recommended capacity requirement for MLX is 8 vCPUs and 16GB RAM
* If you are using IBM Cloud, follow the appropriate instructions for standing up your Kubernetes cluster using the [IBM Cloud Kubernetes Service](https://cloud.ibm.com/docs/containers?topic=containers-cs_cluster_tutorial#cs_cluster_tutorial)
* If you are using OpenShift on IBM Cloud, please follow the instructions for standing up your [IBM Cloud Red Hat OpenShift](https://cloud.ibm.com/docs/openshift?topic=openshift-openshift_tutorial)
* [`kustomize v3.2.0`](https://github.com/kubernetes-sigs/kustomize/releases/tag/v3.2.0) is installed
* Kustomize v3.2.0 quick install:
```
OS=$(uname)
curl -L https://github.com/kubernetes-sigs/kustomize/releases/download/v3.2.0/kustomize_3.2.0_${OS}_amd64 --output kustomize
chmod +x kustomize
mv kustomize /usr/local/bin
```

## Install Kfctl

Expand Down

0 comments on commit 971e1f2

Please sign in to comment.