From aa86f8d4483713afe0e6fedf8d1ae4abd0acfa11 Mon Sep 17 00:00:00 2001 From: CJ Steiner Date: Wed, 18 Dec 2024 00:34:07 -0600 Subject: [PATCH] fix: correct broken links in on-premise docs * Mentioned in issue https://github.com/jenkins-x/jx-docs/issues/3656 Signed-off-by: CJ Steiner --- content/en/v3/admin/platforms/on-premises/_index.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/content/en/v3/admin/platforms/on-premises/_index.md b/content/en/v3/admin/platforms/on-premises/_index.md index 38afe36131e..8738866d4bf 100644 --- a/content/en/v3/admin/platforms/on-premises/_index.md +++ b/content/en/v3/admin/platforms/on-premises/_index.md @@ -60,19 +60,17 @@ Jenkins X installs `nginx` which has a `LoadBalancer` kubernetes `Service` to im With an on-premises kubernetes cluster you need to install something like [MetalLB](https://metallb.universe.tf/) -If you are on bare metal you could try [these instructions](https://007ba7.us/howto/metallb/) - #### Storage We need your kubernetes cluster to have a default [storage class](https://kubernetes.io/docs/concepts/storage/storage-classes/) so that `PersistentVolumeClaim` resources in helm charts get resolved to `PersistentVolume` resources so that persistent disks can be used. -You may find [these instructions useful](https://007ba7.us/howto/nfs-storage/) +You may find [these instructions useful](https://jenkins-x.io/v3/admin/setup/config/storage/) ### Getting Started This is our current recommended quickstart for on-premises kubernetes: -- Create the cluster Git Repository based on the [jx3-gitops-repositories/jx3-kubernetes](https://github.com/jx3-gitops-repositories/jx3-kubernetes/generate) template +- Create the cluster Git Repository based on the [jx3-gitops-repositories/jx3-kubernetes](https://github.com/jx3-gitops-repositories/jx3-kubernetes) template - if the above button does not work then please [Login to GitHub](https://github.com/login) first and then retry the button