This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-09-27 10:49:45 -03:00
parent 29ea30a4e8
commit a767b1d906
13 changed files with 17 additions and 270 deletions

View file

@ -212,17 +212,6 @@ owasp-modsecurity-crs
template
```
### general
`kubectl ingress-nginx general` dumps miscellaneous controller state as a JSON object. Currently it just shows the number of controller pods known to a particular controller pod.
```console
$ kubectl ingress-nginx general -n ingress-nginx
{
"controllerPodsCount": 1
}
```
### info
Shows the internal and external IP/CNAMES for an `ingress-nginx` service.