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: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ The NGINX K8s Loadbalancer, or _NKL_, is a Kubernetes controller that provides T
24
24
-[ ] A Kubernetes cluster running on-premise.
25
25
-[ ] One or more NGINX Plus hosts running outside your Kubernetes cluster (NGINX Plus hosts must have the ability to route traffic to the cluster).
26
26
27
-
There is a more detailed [Installation Guide](docs/InstallationGuide.md) available in the `docs/` directory.
27
+
There is a more detailed [Installation Reference](docs/README.md) available in the `docs/` directory.
28
28
29
29
### Why NKL?
30
30
@@ -80,7 +80,7 @@ You will need to update this ConfigMap to reflect the NGINX Plus hosts you wish
80
80
81
81
If you were to deploy the ConfigMap and start NKL without updating the `nginx-hosts` value, don't fear; the ConfigMap resource is monitored for changes and NKL will update the NGINX Plus hosts accordingly when the resource is changed, no restart required.
82
82
83
-
There is an extensive [Installation Guide](docs/InstallationGuide.md) available in the `docs/` directory.
83
+
There is an extensive [Installation Reference](docs/README.md) available in the `docs/` directory.
84
84
Please refer to that for detailed instructions on how to deploy NKL and run a demo application.
85
85
86
86
#### Versioning
@@ -91,7 +91,7 @@ Once in place, semantic versioning will be used for published images.
91
91
#### Deployment Steps
92
92
93
93
To get NKL up and running in ten steps or fewer, follow these instructions (NOTE, all the aforementioned prerequisites must be met for this to work).
94
-
There is a much more detailed [Installation Guide](docs/InstallationGuide.md) available in the `docs/` directory.
94
+
There is a much more detailed [Installation Reference](docs/README.md) available in the `docs/` directory.
95
95
96
96
1. Clone this repo (optional, you can simply copy the `deployments/` directory)
97
97
@@ -117,7 +117,7 @@ There is a much more detailed [Installation Guide](docs/InstallationGuide.md) av
0 commit comments