File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,19 +36,19 @@ Ensure that NGF can recover gracefully from container failures without any user
36
36
This allows us to insert our ephemeral container as root which enables us to restart the nginx-gateway container.
37
37
5 . Follow the [ installation instructions] ( https://github.com/nginxinc/nginx-gateway-fabric/blob/main/docs/installation.md )
38
38
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.
40
40
41
41
``` console
42
42
kubectl -n nginx-gateway logs -f deploy/nginx-gateway
43
43
```
44
44
45
- 7. In a separate terminal track NGINX container logs by running
45
+ 7. In a separate terminal track NGINX container logs.
46
46
47
47
```console
48
48
kubectl -n nginx-gateway logs -f <NGF_POD> -c nginx
49
49
```
50
50
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.
52
52
53
53
```console
54
54
kubectl exec -it -n nginx-gateway <NGF_POD> --container nginx -- sh
You can’t perform that action at this time.
0 commit comments