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 @@ -730,10 +730,12 @@ Each feature gate is designed for enabling/disabling a specific feature:
730
730
- ` ServerSideFieldValidation ` : Enables server-side field validation. This means the validation
731
731
of resource schema is performed at the API server side rather than the client side
732
732
(for example, the ` kubectl create ` or ` kubectl apply ` command line).
733
+ - ` ServiceNodePortStaticSubrange ` : Enables the use of different port allocation
734
+ strategies for NodePort Services. For more details, see
735
+ [ reserve NodePort ranges to avoid collisions] ( /docs/concepts/services-networking/service/#avoid-nodeport-collisions ) .
733
736
- ` SidecarContainers ` : Allow setting the ` restartPolicy ` of an init container to
734
737
` Always ` so that the container becomes a sidecar container (restartable init containers).
735
- See
736
- [ Sidecar containers and restartPolicy] ( /docs/concepts/workloads/pods/init-containers/#sidecar-containers-and-restartpolicy )
738
+ See [ Sidecar containers and restartPolicy] ( /docs/concepts/workloads/pods/init-containers/#sidecar-containers-and-restartpolicy )
737
739
for more details.
738
740
- ` SizeMemoryBackedVolumes ` : Enable kubelets to determine the size limit for
739
741
memory-backed volumes (mainly ` emptyDir ` volumes).
You can’t perform that action at this time.
0 commit comments