Small fixes

This commit is contained in:
Julien Dessaux 2021-09-01 15:58:22 +02:00
parent 813311b03e
commit 106427fc85
2 changed files with 3 additions and 7 deletions

View file

@ -43,7 +43,3 @@ h1, h2, h3, h4, h5 {
margin-right: auto; margin-right: auto;
} }
} }
.highlight {
padding-left:1em;
padding-right:1em;
}

View file

@ -211,9 +211,9 @@ Give it some time, then check that the two controller services each get the ipv4
```sh ```sh
kubectl -n ingress-nginx get pods,svc kubectl -n ingress-nginx get pods,svc
NAME READY STATUS RESTARTS AGE NAME READY STATUS RESTARTS AGE
pod/ingress-nginx-admission-create-hcgdm 0/1 Completed 0 36s pod/ingress-nginx-admission-create-hcgdm 0/1 Completed 0 52s
pod/ingress-nginx-admission-patch-hl2vw 0/1 Completed 1 36s pod/ingress-nginx-admission-patch-hl2vw 0/1 Completed 1 52s
pod/ingress-nginx-controller-5cb8d9c6dd-5692s 0/1 Running 0 36s pod/ingress-nginx-controller-5cb8d9c6dd-5692s 1/1 Running 0 52s
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
service/ingress-nginx-controller-admission ClusterIP 10.43.244.41 <none> 443/TCP 37s service/ingress-nginx-controller-admission ClusterIP 10.43.244.41 <none> 443/TCP 37s