Skip to content

Commit

Permalink
Docs: Fix typo in nlb.md. (kubernetes-sigs#3257)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gacko authored Jul 21, 2023
1 parent 20459f6 commit fd57323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/service/nlb.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ In order for the LBC to manage the reconciliation of Kubernetes Service resource
When you specify the `spec.loadBalancerClass` to be `service.k8s.aws/nlb` on a Kubernetes Service resource of type `LoadBalancer`, the LBC takes charge of reconciliation by provisioning an NLB.

!!! warning
- If you modify a Service resource with matching `spec.loadBalancerClass` by changing its `type` from `LoadBalancer` to anything else, the controller will cleanup the provioned NLB for that Service.
- If you modify a Service resource with matching `spec.loadBalancerClass` by changing its `type` from `LoadBalancer` to anything else, the controller will cleanup the provisioned NLB for that Service.

- If the `spec.loadBalancerClass` is set to a `loadBalancerClass` that isn't recognized by the LBC, it ignores the Service resource, regardless of the `service.beta.kubernetes.io/aws-load-balancer-type` annotation.

Expand Down

0 comments on commit fd57323

Please sign in to comment.