Merge "Describe K8S NodePorts restrictions"

This commit is contained in:
Zuul 2020-07-10 15:59:46 +00:00 committed by Gerrit Code Review
commit f94ff78453
2 changed files with 13 additions and 0 deletions

View File

@ -31,6 +31,7 @@ Kubernetes Operation
k8s_cluster
k8s_docker_reg_management
k8s_nodeport_usage
k8s_persistent_vol_claims
k8s_sriov_config
k8s_qat_device_plugin

View File

@ -0,0 +1,12 @@
=========================
Kubernetes NodePort Usage
=========================
The following usage restrictions apply when using NodePorts:
* NodePorts 30,000 to 31,499 are **reserved** for the StarlingX
Platform and additional StarlingX applications that are supported on top of
the StarlingX Platform (for example, StarlingX OpenStack).
* NodePorts 31,500 to 32,767 are available for applications that use the
Kubernetes NodePort service to expose the application externally.