From e49de7119069f3670b89ac0a6b752086363c679e Mon Sep 17 00:00:00 2001 From: cblmemo Date: Mon, 28 Aug 2023 08:31:20 -0700 Subject: [PATCH 1/2] add doc --- docs/source/reference/yaml-spec.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/reference/yaml-spec.rst b/docs/source/reference/yaml-spec.rst index 5dd44b2711d..f8b3bbc234f 100644 --- a/docs/source/reference/yaml-spec.rst +++ b/docs/source/reference/yaml-spec.rst @@ -81,6 +81,8 @@ Available fields: disk_tier: 'medium' # Ports to expose (optional). + # All ports specified here will be exposed to the public internet. Under the hood. + # we add a firewall rule / inbound rule to allow traffic to these ports. # Currently only TCP protocol is supported. # Could be an integer or a range. ports: From 653f4c996b2e9231317d8ac463f6aed41f67c472 Mon Sep 17 00:00:00 2001 From: Tian Xia Date: Mon, 28 Aug 2023 08:36:25 -0700 Subject: [PATCH 2/2] Update docs/source/reference/yaml-spec.rst Co-authored-by: Zongheng Yang --- docs/source/reference/yaml-spec.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/source/reference/yaml-spec.rst b/docs/source/reference/yaml-spec.rst index f8b3bbc234f..4a567160c78 100644 --- a/docs/source/reference/yaml-spec.rst +++ b/docs/source/reference/yaml-spec.rst @@ -81,8 +81,9 @@ Available fields: disk_tier: 'medium' # Ports to expose (optional). - # All ports specified here will be exposed to the public internet. Under the hood. - # we add a firewall rule / inbound rule to allow traffic to these ports. + # All ports specified here will be exposed to the public Internet. Under the hood, + # a firewall rule / inbound rule is automatically added to allow inbound traffic to + # these ports. Applies to all VMs of a cluster created with this field set. # Currently only TCP protocol is supported. # Could be an integer or a range. ports: