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
Copy file name to clipboardExpand all lines: content/docs/use-cases/kubeflow-on-multinode-cluster.md
+7-4
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,9 @@ This guide describes how to set up Kubeflow on premises (on-prem) in a multi-nod
8
8
9
9
## Vanilla on-prem Kubeflow installation
10
10
11
-
In order to install Kubeflow in an on-prem Kubernetes cluster, follow the [Kubeflow on Kubernetes](/docs/started/getting-started-k8s) guide. This guide works for single node and multi-node clusters.
11
+
In order to install Kubeflow in an on-prem Kubernetes cluster, follow the guide
12
+
to [installing Kubeflow on existing clusters](/docs/started/k8s), which works
13
+
for single node and multi-node clusters.
12
14
13
15
At the end of the installation, some Persistent Volume Claims (PVCs) might be unbound. To fix this issue, see the troubleshooting section [Pods stuck in Pending state](/docs/other-guides/troubleshooting/#pods-stuck-in-pending-state).
14
16
@@ -121,10 +123,11 @@ Notice that the installation command set the `storageClass.defaultClass` paramet
121
123
This sets the *nfs* as the default storage class.
122
124
Therefore when you install Kubeflow, all PVCs will be labelled with the *nfs* storage class.
123
125
124
-
## Finally: install Kubeflow!
126
+
## Finally: install Kubeflow
125
127
126
-
Now that you have prepared your on-prem, multi-node Kubernetes cluster to manage volumes using an NFS server,
127
-
you can install Kubeflow using the [Kubeflow on Kubernetes](/docs/started/getting-started-k8s/) guide.
128
+
Now that you have prepared your on-prem, multi-node Kubernetes cluster to manage
129
+
volumes using an NFS server, you can install Kubeflow by following the guide to
130
+
[installing Kubeflow on existing clusters](/docs/started/k8s).
128
131
129
132
After installing Kubeflow, notice that that Kubernetes binds each PVC created by Kubeflow to an automatically created PV with the *nfs* storage class. Notice also that the provisioner has created a directory for each PVC inside the root NFS directory.
0 commit comments