Skip to content

Commit aa86f8d

Browse files
fix: correct broken links in on-premise docs
* Mentioned in issue jenkins-x#3656 Signed-off-by: CJ Steiner <[email protected]>
1 parent 5bdd7b6 commit aa86f8d

File tree

1 file changed

+2
-4
lines changed
  • content/en/v3/admin/platforms/on-premises

1 file changed

+2
-4
lines changed

content/en/v3/admin/platforms/on-premises/_index.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,17 @@ Jenkins X installs `nginx` which has a `LoadBalancer` kubernetes `Service` to im
6060

6161
With an on-premises kubernetes cluster you need to install something like [MetalLB](https://metallb.universe.tf/)
6262

63-
If you are on bare metal you could try [these instructions](https://007ba7.us/howto/metallb/)
64-
6563
#### Storage
6664

6765
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.
6866

69-
You may find [these instructions useful](https://007ba7.us/howto/nfs-storage/)
67+
You may find [these instructions useful](https://jenkins-x.io/v3/admin/setup/config/storage/)
7068

7169
### Getting Started
7270

7371
This is our current recommended quickstart for on-premises kubernetes:
7472

75-
- <a href="https://github.com/jx3-gitops-repositories/jx3-kubernetes/generate" target="github" class="btn bg-primary text-light">Create the cluster Git Repository</a> based on the [jx3-gitops-repositories/jx3-kubernetes](https://github.com/jx3-gitops-repositories/jx3-kubernetes/generate) template
73+
- <a href="https://github.com/jx3-gitops-repositories/jx3-kubernetes" target="github" class="btn bg-primary text-light">Create the cluster Git Repository</a> based on the [jx3-gitops-repositories/jx3-kubernetes](https://github.com/jx3-gitops-repositories/jx3-kubernetes) template
7674

7775
- if the above button does not work then please [Login to GitHub](https://github.com/login) first and then retry the button
7876

0 commit comments

Comments
 (0)