File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ Benefits:
1313```
1414ns=v4nic-0
1515pod=$(kubectl get po -n $ns -o name | awk -F '/' '{print $2}')
16- kubectl -n $ns debug -it $pod --image=ghcr.io/nginx/nginx-utils:v0.0.1-docker --target=nginx-ingress
16+ kubectl -n $ns debug -it $pod --image=ghcr.io/nginx/nginx-utils:latest --target=nginx-ingress
1717```
1818
1919Please refer to the [ nginx-utils packages page] ( https://github.com/nginx/nginx-supportpkg-for-k8s/pkgs/container/nginx-utils ) for versions.
2020
2121--------------
2222#### Example usage of ` api_stats.sh ` found in the container:
2323```
24- kubectl -n $ns debug -it $pod --image=ghcr.io/nginx/nginx-utils:v0.0.1-docker --target=nginx-ingress
24+ kubectl -n $ns debug -it $pod --image=ghcr.io/nginx/nginx-utils:latest --target=nginx-ingress
2525
2626v4nic-0-nginx-ingress-controller-854796ff97-hhkk5:~# ls
2727api_stats.sh memory_stats.sh
You can’t perform that action at this time.
0 commit comments