Update README.md
This commit is contained in:
parent
be05d403ac
commit
5446208d5f
1 changed files with 6 additions and 3 deletions
|
@ -51,6 +51,9 @@ nginx-ingress-controller-873061567-4n3k2 1/1 Running 0 42s
|
|||
```
|
||||
|
||||
## Result
|
||||
|
||||
Check the contents of the configmap is present in the nginx.conf file using:
|
||||
`kubectl exec nginx-ingress-controller-873061567-4n3k2 -n kube-system curl localhost:10254/metrics`
|
||||
Check wether to open the vts status:
|
||||
```console
|
||||
$ kubectl exec nginx-ingress-controller-873061567-4n3k2 -n kube-system cat /etc/nginx/nginx.conf|grep vhost_traffic_status_display
|
||||
vhost_traffic_status_display;
|
||||
vhost_traffic_status_display_format html;
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue