Skip to content

Commit 69c8049

Browse files
authored
Fix explanation in service concept (#42198)
* Fix explanation in service concept * Revert "Fix explanation in service concept" This reverts commit 221cd69. * Update service.md
1 parent 17f0800 commit 69c8049

File tree

1 file changed

+4
-2
lines changed
  • content/en/docs/concepts/services-networking

1 file changed

+4
-2
lines changed

content/en/docs/concepts/services-networking/service.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,8 +437,10 @@ The available `type` values and their behaviors are:
437437
No proxying of any kind is set up.
438438

439439
The `type` field in the Service API is designed as nested functionality - each level
440-
adds to the previous. This is not strictly required on all cloud providers, but
441-
the Kubernetes API design for Service requires it anyway.
440+
adds to the previous. However there is an exception to this nested design. You can
441+
define a `LoadBalancer` Service by
442+
[disabling the load balancer `NodePort` allocation.](/docs/concepts/services-networking/service/#load-balancer-nodeport-allocation)
443+
442444

443445
### `type: ClusterIP` {#type-clusterip}
444446

0 commit comments

Comments
 (0)