Skip to content

Commit ef6374a

Browse files
sarahmaddoxk8s-ci-robot
authored andcommitted
Added redirect and fixed links to getting-started guide for existing clusters (kubeflow#1035)
* Added redirect and fixed links to existing-custer getting-started guide. * Added empty line at end of file.
1 parent dda2f0c commit ef6374a

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

content/_redirects

+2
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,5 @@ docs/started/requirements/ /docs/started/getting-started/
7777
/docs/components/pytorchserving /docs/components/serving/pytorchserving
7878
/docs/components/tfserving_new /docs/components/serving/tfserving_new
7979

80+
# Restructured the getting-started guide for existing Kubernetes.
81+
/docs/started/getting-started-k8s/ /docs/started/k8s/

content/docs/use-cases/kubeflow-on-multinode-cluster.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ This guide describes how to set up Kubeflow on premises (on-prem) in a multi-nod
88

99
## Vanilla on-prem Kubeflow installation
1010

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.
1214

1315
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).
1416

@@ -121,10 +123,11 @@ Notice that the installation command set the `storageClass.defaultClass` paramet
121123
This sets the *nfs* as the default storage class.
122124
Therefore when you install Kubeflow, all PVCs will be labelled with the *nfs* storage class.
123125

124-
## Finally: install Kubeflow!
126+
## Finally: install Kubeflow
125127

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).
128131

129132
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.
130133

0 commit comments

Comments
 (0)