Skip to content

Commit 6a83cdd

Browse files
issue:8739 fix doc issue (#9006)
Signed-off-by: sreelakshminarayananm <[email protected]> Signed-off-by: sreelakshminarayananm <[email protected]>
1 parent 441bb6c commit 6a83cdd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/deploy/baremetal.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ the traffic for the `ingress-nginx` Service IP. See [Traffic policies][metallb-t
3030
yourself by reading the official documentation thoroughly.
3131

3232
MetalLB can be deployed either with a simple Kubernetes manifest or with Helm. The rest of this example assumes MetalLB
33-
was deployed following the [Installation][metallb-install] instructions.
33+
was deployed following the [Installation][metallb-install] instructions, and that the NGINX Ingress controller was installed
34+
using the steps described in the [quickstart section of the installation guide][install-quickstart].
3435

3536
MetalLB requires a pool of IP addresses in order to be able to take ownership of the `ingress-nginx` Service. This pool
3637
can be defined through `IPAddressPool` objects in the same namespace as the MetalLB controller. This pool of IPs **must** be dedicated to MetalLB's use, you can't reuse the Kubernetes node IPs or IPs handed out by a DHCP server.
@@ -257,6 +258,7 @@ for generating redirect URLs that take into account the URL used by external cli
257258
```
258259

259260
[install-baremetal]: ./index.md#bare-metal
261+
[install-quickstart]: ./index.md#quick-start
260262
[nodeport-def]: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport
261263
[nodeport-nat]: https://kubernetes.io/docs/tutorials/services/source-ip/#source-ip-for-services-with-type-nodeport
262264
[pod-assign]: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/

0 commit comments

Comments
 (0)