Small fixes
This commit is contained in:
parent
813311b03e
commit
106427fc85
2 changed files with 3 additions and 7 deletions
|
@ -43,7 +43,3 @@ h1, h2, h3, h4, h5 {
|
|||
margin-right: auto;
|
||||
}
|
||||
}
|
||||
.highlight {
|
||||
padding-left:1em;
|
||||
padding-right:1em;
|
||||
}
|
||||
|
|
|
@ -211,9 +211,9 @@ Give it some time, then check that the two controller services each get the ipv4
|
|||
```sh
|
||||
kubectl -n ingress-nginx get pods,svc
|
||||
NAME READY STATUS RESTARTS AGE
|
||||
pod/ingress-nginx-admission-create-hcgdm 0/1 Completed 0 36s
|
||||
pod/ingress-nginx-admission-patch-hl2vw 0/1 Completed 1 36s
|
||||
pod/ingress-nginx-controller-5cb8d9c6dd-5692s 0/1 Running 0 36s
|
||||
pod/ingress-nginx-admission-create-hcgdm 0/1 Completed 0 52s
|
||||
pod/ingress-nginx-admission-patch-hl2vw 0/1 Completed 1 52s
|
||||
pod/ingress-nginx-controller-5cb8d9c6dd-5692s 1/1 Running 0 52s
|
||||
|
||||
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
|
||||
service/ingress-nginx-controller-admission ClusterIP 10.43.244.41 <none> 443/TCP 37s
|
||||
|
|
Loading…
Add table
Reference in a new issue