diff --git a/docs/kubernetes/ingress/nginx.md b/docs/kubernetes/ingress/nginx.md index 2a78fd6..8920177 100644 --- a/docs/kubernetes/ingress/nginx.md +++ b/docs/kubernetes/ingress/nginx.md @@ -132,7 +132,7 @@ Lastly, having set the scene above, we define the HelmRelease which will actuall ## 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 demo@shredder:~$ kubectl get pods -n nginx-ingress-controller diff --git a/docs/kubernetes/ingress/traefik/index.md b/docs/kubernetes/ingress/traefik/index.md index aa464c7..8d236d8 100644 --- a/docs/kubernetes/ingress/traefik/index.md +++ b/docs/kubernetes/ingress/traefik/index.md @@ -136,7 +136,7 @@ spec: ## 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 demo@shredder:~$ kubectl get pods -n traefik