duplicated word word

This commit is contained in:
tamsin woo 2024-03-12 22:33:12 -07:00
parent 11abf0aef4
commit 0f42ef9c4d
2 changed files with 2 additions and 2 deletions

View File

@ -309,7 +309,7 @@ to actually apply this rule, i need an ingress controller. mine is
when i deployed controller in my cluster, it created _some more_ `nginx` `Pod`s.
these update their configuration dynamically based on the rules
in my `Ingress` resource(s). the controller also also creates a `Service` of
in my `Ingress` resource(s). the controller also creates a `Service` of
type `LoadBalancer`, which [magically][do-lb] creates a load balancer appliance
in my cloud provider. off-screen, i can point DNS to *that* appliance to finish
the setup.

View File

@ -303,7 +303,7 @@ to actually apply this rule, i need an ingress controller. mine is
<a href="https://kubernetes.github.io/ingress-nginx/">ingress-nginx</a>.</p>
<p>when i deployed controller in my cluster, it created <em>some more</em> <code>nginx</code> <code>Pod</code>s.
these update their configuration dynamically based on the rules
in my <code>Ingress</code> resource(s). the controller also also creates a <code>Service</code> of
in my <code>Ingress</code> resource(s). the controller also creates a <code>Service</code> of
type <code>LoadBalancer</code>, which <a href="https://docs.digitalocean.com/products/kubernetes/how-to/add-load-balancers/">magically</a> creates a load balancer appliance
in my cloud provider. off-screen, i can point DNS to <em>that</em> appliance to finish
the setup.</p>