Skip to content

Commit 735ad74

Browse files
committed
Merge branch '195-add-readme-for-the-nginx-utils-package' of https://github.com/nginx/nginx-supportpkg-for-k8s into 195-add-readme-for-the-nginx-utils-package
2 parents 19fff73 + ffa2eb0 commit 735ad74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx-utils/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Please refer to the [nginx-utils packages page](https://github.com/nginx/nginx-s
2020
#### Example usage of `api_stats.sh` found in the container:
2121
The `api_stats.sh` script is designed to facilitate accessing the [/api](https://nginx.org/en/docs/http/ngx_http_api_module.html#api) endpoint to query various status information, configuring upstream server groups on-the-fly, and managing key-value pairs without the need of reconfiguring nginx.
2222

23-
<font color="red">NOTE</font>: The `api_stats.sh` script requires an `/api` endpoint that is listening on `loopback`, in a given `port`.
23+
> **NOTE:** The `api_stats.sh` script requires an `/api` endpoint that is listening on `loopback`, in a given `port`.
2424
```
2525
kubectl -n <namespace> debug -it <nic-pod-name> --image=ghcr.io/nginx/nginx-utils:latest --target=nginx-ingress
2626

0 commit comments

Comments
 (0)