mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 09:46:23 +00:00
Fix more copy/paste errors!
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
@@ -132,7 +132,7 @@ Lastly, having set the scene above, we define the HelmRelease which will actuall
|
|||||||
|
|
||||||
## Deploy nginx-ingress-controller
|
## Deploy nginx-ingress-controller
|
||||||
|
|
||||||
Having committed the above to your flux repository, you should shortly see a nginx-ingress-controller kustomization, and in the `nginx-ingress-controller` namespace, a controller and a speaker pod for every node:
|
Having committed the above to your flux repository, you should shortly see a nginx-ingress-controller kustomization, and in the `nginx-ingress-controller` namespace, the expected pods happily running:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
demo@shredder:~$ kubectl get pods -n nginx-ingress-controller
|
demo@shredder:~$ kubectl get pods -n nginx-ingress-controller
|
||||||
|
|||||||
@@ -136,7 +136,7 @@ spec:
|
|||||||
|
|
||||||
## Deploy traefik
|
## Deploy traefik
|
||||||
|
|
||||||
Having committed the above to your flux repository, you should shortly see a traefik kustomization, and in the `traefik` namespace, a controller and a speaker pod for every node:
|
Having committed the above to your flux repository, you should shortly see a traefik kustomization, and in the `traefik` namespace, traefik pods happily running:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
demo@shredder:~$ kubectl get pods -n traefik
|
demo@shredder:~$ kubectl get pods -n traefik
|
||||||
|
|||||||
Reference in New Issue
Block a user