Skip to content

Commit 95f8157

Browse files
committed
Add small fixes
1 parent 8e0c639 commit 95f8157

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/graceful-recovery/graceful-recovery.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,19 @@ Ensure that NGF can recover gracefully from container failures without any user
3636
This allows us to insert our ephemeral container as root which enables us to restart the nginx-gateway container.
3737
5. Follow the [installation instructions](https://github.com/nginxinc/nginx-gateway-fabric/blob/main/docs/installation.md)
3838
to deploy NGINX Gateway Fabric using manifests and expose it through a LoadBalancer Service.
39-
6. In a separate terminal track NGF logs by running
39+
6. In a separate terminal track NGF logs.
4040

4141
```console
4242
kubectl -n nginx-gateway logs -f deploy/nginx-gateway
4343
```
4444

45-
7. In a separate terminal track NGINX container logs by running
45+
7. In a separate terminal track NGINX container logs.
4646

4747
```console
4848
kubectl -n nginx-gateway logs -f <NGF_POD> -c nginx
4949
```
5050

51-
8. Exec into the NGINX container inside of the NGF pod by running
51+
8. In a separate terminal Exec into the NGINX container inside the NGF pod.
5252

5353
```console
5454
kubectl exec -it -n nginx-gateway <NGF_POD> --container nginx -- sh

0 commit comments

Comments
 (0)