Skip to content

Commit f8e43fd

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 75c26d2 commit f8e43fd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

site/content/get-started.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,19 @@ nodes:
4848
Take 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
5454
kind create cluster --config cluster-config.yaml
5555
```
5656
```text
5757
Creating 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 💾
6464
Set kubectl context to "kind-kind"
6565
You 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

185185
If 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

Comments
 (0)