website
website copied to clipboard
Update ports-and-protocols.md
Description
The Ports and Protocols documentation currently describes the port range of 30000-32767 as being reserved only for TCP NodePort services. Kubernetes also uses this range for allocating UDP NodePort services, however this is undocumented
For a node port Service, Kubernetes additionally allocates a port (TCP, UDP or SCTP to match the protocol of the Service). this is mention here about UDP protocols:https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport
Issue
#47723
Pull request preview available for checking
Built without sensitive environment variables
| Name | Link |
|---|---|
| Latest commit | 87cc62f6e4ef56f91e86abd2fe81d5d9d9379cef |
| Latest deploy log | https://app.netlify.com/sites/kubernetes-io-main-staging/deploys/66eb08a5b6238d0008f1065d |
| Deploy Preview | https://deploy-preview-47991--kubernetes-io-main-staging.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
/sig network
@kubernetes/sig-network-pr-reviews - is this technically correct?
Hi, Tim, it looks valid. See below. https://github.com/kubernetes/website/blob/4c2a1c05c68f4dd7648c32ed37aab51b086544c1/content/en/docs/reference/networking/service-protocols.md#L53-L56
This looks good to me based on what @network-charles has suggested.
/lgtm
LGTM label has been added.
https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport states
For a node port Service, Kubernetes additionally allocates a port (TCP, UDP or SCTP to match the protocol of the Service)
/approve
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: reylejano
The full list of commands accepted by this bot can be found here.
The pull request process is described here
- ~~content/en/docs/OWNERS~~ [reylejano]
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment