File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
content/en/docs/concepts/services-networking Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -437,8 +437,10 @@ The available `type` values and their behaviors are:
437
437
No proxying of any kind is set up.
438
438
439
439
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
+
442
444
443
445
# ## `type: ClusterIP` {#type-clusterip}
444
446
You can’t perform that action at this time.
0 commit comments