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/en/v3/admin/platforms/on-premises/_index.md
+2-4
Original file line number
Diff line number
Diff line change
@@ -60,19 +60,17 @@ Jenkins X installs `nginx` which has a `LoadBalancer` kubernetes `Service` to im
60
60
61
61
With an on-premises kubernetes cluster you need to install something like [MetalLB](https://metallb.universe.tf/)
62
62
63
-
If you are on bare metal you could try [these instructions](https://007ba7.us/howto/metallb/)
64
-
65
63
#### Storage
66
64
67
65
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.
68
66
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/)
70
68
71
69
### Getting Started
72
70
73
71
This is our current recommended quickstart for on-premises kubernetes:
74
72
75
-
- <ahref="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
+
- <ahref="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
76
74
77
75
- if the above button does not work then please [Login to GitHub](https://github.com/login) first and then retry the button
0 commit comments