From b97e81216f56a693fde64cdf01c0fc9194564437 Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Thu, 26 Oct 2023 10:12:47 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Rita Watson <117382432+ritawatson@users.noreply.github.com> --- .../architecture/networking-ports.md | 16 ++++++++-------- docs/docs-content/release-notes.md | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/docs-content/architecture/networking-ports.md b/docs/docs-content/architecture/networking-ports.md index f39d35a828..1564ad0a5c 100644 --- a/docs/docs-content/architecture/networking-ports.md +++ b/docs/docs-content/architecture/networking-ports.md @@ -102,7 +102,7 @@ The following ports must be reachable from a network perspective for Palette to ### Management Platform -|Port |Direction|Purpose | +|**Port** |**Direction**|**Purpose** | |:---------------|:---------|:-----------------------| |HTTPS (tcp/443) |INBOUND |Browser/API access to management platform| |NATS (tcp/4222) |INBOUND |Agent running inside connecting to management platform| @@ -111,7 +111,7 @@ The following ports must be reachable from a network perspective for Palette to ### Workload Cluster -|Port |Direction | Purpose| +|**Port** |**Direction** | **Purpose**| |:---------------|:---------|:--------------| |HTTPS (tcp/443) |OUTBOUND | API access to management platform| |NATS (tcp/4222) |OUTBOUND |Registry (packs, integrations), Pack containers, Application Updates| @@ -156,7 +156,7 @@ The following ports must be reachable from a network perspective for Palette sel ### Management Platform -|Port |Direction|Purpose | +|**Port** |**Direction**|**Purpose** | |:---------------|:---------|:-----------------------| |HTTPS (tcp/443) |INBOUND |Browser/API access to management platform, gRPC| |NATS (tcp/4222) |INBOUND |Message Bus for workload clusters [Deprecated]| @@ -167,10 +167,10 @@ The following ports must be reachable from a network perspective for Palette sel ### Workload Cluster -|Port |Direction | Purpose| +|**Port** |**Direction** | **Purpose**| |:---------------|:---------|:--------------| |HTTPS (tcp/443) |OUTBOUND | API access to management platform| -|NATS (tcp/4222) |OUTBOUND |Agent communication via message bus. [Deprecated] | +|NATS (tcp/4222) |OUTBOUND |Agent communication via message bus [Deprecated] | |HTTPS (tcp/443) |OUTBOUND |vSphere vCenter API, gRPC, Registry (packs, integrations), Pack containers, Application updates| @@ -183,7 +183,7 @@ The following ports must be reachable from a network perspective for Palette sel ### Management Platform -|Port |Direction|Purpose | +|**Port** |**Direction**|**Purpose** | |:---------------|:---------|:-----------------------| |HTTPS (tcp/443) |INBOUND |Browser/API access to management platform| |NATS (tcp/4222) |INBOUND |Message Bus for workload clusters| @@ -194,11 +194,11 @@ The following ports must be reachable from a network perspective for Palette sel ### Workload Cluster -|Port |Direction | Purpose| +|**Port** |**Direction** | **Purpose**| |:---------------|:---------|:--------------| |HTTPS (tcp/443) |OUTBOUND | API access to management platform| |NATS (tcp/4222) |OUTBOUND |Agent communication via message bus | -|HTTPS (tcp/443) |OUTBOUND |vSphere vCenter API, Registry (packs, integrations), Pack containers, Application updates. +|HTTPS (tcp/443) |OUTBOUND |vSphere vCenter API, Registry (packs, integrations), Pack containers, Application updates diff --git a/docs/docs-content/release-notes.md b/docs/docs-content/release-notes.md index 7f2023770a..44d3d70a8a 100644 --- a/docs/docs-content/release-notes.md +++ b/docs/docs-content/release-notes.md @@ -13,7 +13,7 @@ tags: ["release-notes"] ## October 22, 2023 - Release 4.1.0 -Palette 4.1.0 introduces several new features and enhancements to the platform. New features, such as static IP address for Edge hosts, and node repavement warnings, are designed to continue to help you manage Kubernetes clusters with confidence. The new built-in notification system for our SaaS platform is another addition designed to help you stay up-to-date with announcements and changes by bringing the news directly to you. +Palette 4.1.0 introduces several new features and enhancements to the platform. New features, such as static IP address for Edge hosts and node repavement warnings, are designed to continue to help you manage Kubernetes clusters with confidence. The new built-in notification system for our SaaS platform is another addition designed to help you stay up-to-date with announcements and changes by bringing the news directly to you. Check out the following sections to learn about all the new features and improvements introduced in this release.