@@ -48,19 +48,19 @@ nodes:
4848Take note of the two _containerPort_ values. They are necessary for later configuring a _NodePort_.
4949{{< /warning >}}
5050
51- Run the following command:
51+ Run the following command:
5252
5353` ` ` shell
5454kind create cluster --config cluster-config.yaml
5555```
5656``` text
5757Creating cluster "kind" ...
5858 ✓ Ensuring node image (kindest/node:v1.31.0) 🖼
59- ✓ Preparing nodes 📦
60- ✓ Writing configuration 📜
61- ✓ Starting control-plane 🕹️
62- ✓ Installing CNI 🔌
63- ✓ Installing StorageClass 💾
59+ ✓ Preparing nodes 📦
60+ ✓ Writing configuration 📜
61+ ✓ Starting control-plane 🕹️
62+ ✓ Installing CNI 🔌
63+ ✓ Installing StorageClass 💾
6464Set kubectl context to "kind-kind"
6565You can now use your cluster with:
6666
@@ -180,7 +180,7 @@ service/nginx-gateway created
180180` ` `
181181
182182{{< warning >}}
183- The NodePort resource must be deployed in the same namespace as NGINX Gateway Fabric.
183+ The NodePort resource must be deployed in the same namespace as NGINX Gateway Fabric.
184184
185185If you are making customizations, ensure your `labels:` and `selectors:` also match.
186186{{< /warning >}}
@@ -308,4 +308,4 @@ Request ID: 2dfc85564dd5b5dad7e62b980bb60ee1
308308# # Additional reading
309309
310310- [Install NGINX Gateway Fabric](http://localhost:1313/nginx-gateway-fabric/installation/installing-ngf/), for additional ways to install NGINX Gateway Fabric
311- - [How-to guides](http://localhost:1313/nginx-gateway-fabric/how-to/), for configuring your cluster
311+ - [How-to guides](http://localhost:1313/nginx-gateway-fabric/how-to/), for configuring your cluster
0 commit comments