File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
concepts/services-networking
reference/command-line-tools-reference Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -518,7 +518,7 @@ spec:
518
518
nodePort : 30007
519
519
` ` `
520
520
521
- #### Reserve Nodeport Ranges to avoid collisions when port assigning
521
+ #### Reserve Nodeport ranges to avoid collisions {#avoid-nodeport-collisions}
522
522
523
523
{{< feature-state for_k8s_version="v1.28" state="beta" >}}
524
524
@@ -531,7 +531,6 @@ is divided into two bands. Dynamic port assignment uses the upper band by defaul
531
531
the lower band once the upper band has been exhausted. Users can then allocate from the lower band
532
532
with a lower risk of port collision.
533
533
534
-
535
534
# ### Custom IP address configuration for `type: NodePort` Services {#service-nodeport-custom-listen-address}
536
535
537
536
You can set up nodes in your cluster to use a particular IP address for serving node port
Original file line number Diff line number Diff line change @@ -712,10 +712,12 @@ Each feature gate is designed for enabling/disabling a specific feature:
712
712
- ` ServerSideFieldValidation ` : Enables server-side field validation. This means the validation
713
713
of resource schema is performed at the API server side rather than the client side
714
714
(for example, the ` kubectl create ` or ` kubectl apply ` command line).
715
+ - ` ServiceNodePortStaticSubrange ` : Enables the use of different port allocation
716
+ strategies for NodePort Services. For more details, see
717
+ [ reserve NodePort ranges to avoid collisions] ( /docs/concepts/services-networking/service/#avoid-nodeport-collisions ) .
715
718
- ` SidecarContainers ` : Allow setting the ` restartPolicy ` of an init container to
716
719
` Always ` so that the container becomes a sidecar container (restartable init containers).
717
- See
718
- [ Sidecar containers and restartPolicy] ( /docs/concepts/workloads/pods/init-containers/#sidecar-containers-and-restartpolicy )
720
+ See [ Sidecar containers and restartPolicy] ( /docs/concepts/workloads/pods/init-containers/#sidecar-containers-and-restartpolicy )
719
721
for more details.
720
722
- ` SizeMemoryBackedVolumes ` : Enable kubelets to determine the size limit for
721
723
memory-backed volumes (mainly ` emptyDir ` volumes).
You can’t perform that action at this time.
0 commit comments