From 0c793580c30e51c723fd5cbd4fa00d53bdeb2301 Mon Sep 17 00:00:00 2001 From: MCamp859 Date: Tue, 7 Jul 2020 16:28:13 -0400 Subject: [PATCH] Describe K8S NodePorts restrictions Closes-Bug: 1874823 Change-Id: Ia45aab96bc7aa512c941d555d052edde9a925417 Signed-off-by: MCamp859 --- doc/source/operations/index.rst | 1 + doc/source/operations/k8s_nodeport_usage.rst | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 doc/source/operations/k8s_nodeport_usage.rst diff --git a/doc/source/operations/index.rst b/doc/source/operations/index.rst index f503d92b7..80ff9ec34 100644 --- a/doc/source/operations/index.rst +++ b/doc/source/operations/index.rst @@ -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 diff --git a/doc/source/operations/k8s_nodeport_usage.rst b/doc/source/operations/k8s_nodeport_usage.rst new file mode 100644 index 000000000..061c60173 --- /dev/null +++ b/doc/source/operations/k8s_nodeport_usage.rst @@ -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. \ No newline at end of file