From 35827184fcad27698e83b414c30d22a2d5f55188 Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Mon, 6 Jan 2025 13:28:52 +0100 Subject: [PATCH 1/3] docs(gen): review content 2025-01-06 --- .../how-to/managed-inference-with-private-network.mdx | 5 ++--- bare-metal/dedibox/reference-content/dedibox-datasheet.mdx | 2 +- .../elastic-metal/how-to/adjust-available-bandwidth.mdx | 4 ++-- compute/instances/how-to/send-emails-from-your-instance.mdx | 6 +++--- compute/instances/reference-content/learning.mdx | 4 ++-- .../instances/troubleshooting/reboot-from-faulty-kernel.mdx | 2 +- containers/kubernetes/how-to/enable-disable-ssh.mdx | 2 +- .../kubernetes/reference-content/exposing-services.mdx | 2 +- .../managed-kubernetes-service-definition.mdx | 2 +- managed-services/webhosting/how-to/manage-webhosting.mdx | 2 +- 10 files changed, 15 insertions(+), 16 deletions(-) diff --git a/ai-data/managed-inference/how-to/managed-inference-with-private-network.mdx b/ai-data/managed-inference/how-to/managed-inference-with-private-network.mdx index ca4f2c65da..a686ed3149 100644 --- a/ai-data/managed-inference/how-to/managed-inference-with-private-network.mdx +++ b/ai-data/managed-inference/how-to/managed-inference-with-private-network.mdx @@ -7,17 +7,16 @@ content: paragraph: This page explains how to monitor a Managed Inference deployment tags: managed-inference ai-data private-network dates: - validation: 2024-06-18 + validation: 2025-01-06 posted: 2024-06-18 categories: - ai-data --- -In this tutorial, we will guide you through the process of attaching a Private Network to your Managed Inference deployment. +In this tutorial, we guide you through the process of attaching a Private Network to your Managed Inference deployment. This can be done during the initial setup or added later to an existing deployment. Using a Private Network for communications between your Instances hosting your applications and the Managed Inference deployment ensures secure communication between resources with low latency. - - A Scaleway account logged into the [console](https://console.scaleway.com) diff --git a/bare-metal/dedibox/reference-content/dedibox-datasheet.mdx b/bare-metal/dedibox/reference-content/dedibox-datasheet.mdx index 61c7eae728..36eb04fa51 100644 --- a/bare-metal/dedibox/reference-content/dedibox-datasheet.mdx +++ b/bare-metal/dedibox/reference-content/dedibox-datasheet.mdx @@ -7,7 +7,7 @@ content: paragraph: This page shows the technical characteristics of the different Dedibox offers. tags: dedibox server dates: - validation: 2022-01-02 + validation: 2022-01-06 posted: 2023-12-18 categories: - compute diff --git a/bare-metal/elastic-metal/how-to/adjust-available-bandwidth.mdx b/bare-metal/elastic-metal/how-to/adjust-available-bandwidth.mdx index 2b054aa1f5..3233e76bad 100644 --- a/bare-metal/elastic-metal/how-to/adjust-available-bandwidth.mdx +++ b/bare-metal/elastic-metal/how-to/adjust-available-bandwidth.mdx @@ -7,7 +7,7 @@ content: paragraph: Discover step-by-step instructions for adjusting (upgrading or downgrading) the available bandwidth for your Elastic Metal server. tags: elastic-metal bandwidth putty dates: - validation: 2024-07-03 + validation: 2025-01-06 posted: 2024-06-11 --- @@ -31,7 +31,7 @@ Follow these steps to boost the bandwidth of your Elastic Metal server: The maximum available bandwidth for each Elastic Metal server is determined by the physical conditions of the network card installed, as specified in the offer description. 5. Click **Continue** to confirm your selected bandwidth. A summary of your order displays -6. Click **Update public bandwidth** to initiate the bandwidth upgrade process for your Elastic Metal server. +6. Click **Update pubI lic bandwidth** to initiate the bandwidth upgrade process for your Elastic Metal server. The initial month's fee for your chosen bandwidth option will be billed prorated. diff --git a/compute/instances/how-to/send-emails-from-your-instance.mdx b/compute/instances/how-to/send-emails-from-your-instance.mdx index 3a4a438cdd..d2b36d7aab 100644 --- a/compute/instances/how-to/send-emails-from-your-instance.mdx +++ b/compute/instances/how-to/send-emails-from-your-instance.mdx @@ -5,15 +5,15 @@ meta: content: h1: How to send emails from your Instance paragraph: Learn how to configure and send emails directly from your Instance with our comprehensive tutorial. -tags: smtp email instance +tags: smtp email instance dates: - validation: 2024-07-02 + validation: 2025-01-06 posted: 2021-05-26 categories: - compute --- -By default, remote email ports (25, 465, 587) are blocked, and cannot be reached from our infrastructure to avoid spam. You will need to open the mail ports on your Instance to send emails from it. You can enable them from the security group configuration. +By default, remote SMTP ports (25, 465, and 587) are blocked and cannot be accessed from our infrastructure to prevent spam. To send emails from your Instance, you need to open these ports in the security group configuration. This document concerns enabling SMTP for Instances. If you want to enable SMTP on other resources, see our documentation on [enabling SMTP on Elastic Metal servers](/bare-metal/elastic-metal/how-to/enable-smtp/) and [enabling SMTP on Public Gateways](/network/public-gateways/how-to/configure-a-public-gateway/#how-to-enable-smtp). diff --git a/compute/instances/reference-content/learning.mdx b/compute/instances/reference-content/learning.mdx index aab8c20d5f..881e478305 100644 --- a/compute/instances/reference-content/learning.mdx +++ b/compute/instances/reference-content/learning.mdx @@ -6,9 +6,9 @@ content: h1: The right Instance for learning purposes paragraph: Discover Scaleway's learning range of Instances, including options like the Stardust Instance, ideal for educational purposes. dates: - validation: 2024-07-02 + validation: 2025-01-06 posted: 2023-02-22 -categories: +categories: - compute tags: instance type stardust range learning use-case --- diff --git a/compute/instances/troubleshooting/reboot-from-faulty-kernel.mdx b/compute/instances/troubleshooting/reboot-from-faulty-kernel.mdx index fc5ea97d6e..bd8ecb0284 100644 --- a/compute/instances/troubleshooting/reboot-from-faulty-kernel.mdx +++ b/compute/instances/troubleshooting/reboot-from-faulty-kernel.mdx @@ -7,7 +7,7 @@ content: paragraph: Learn how to troubleshoot and resolve issues caused by faulty kernel installations with our comprehensive guide. tags: kernel faulty-kernel reboot bugfix dates: - validation: 2024-07-02 + validation: 2025-01-06 posted: 2022-11-23 categories: - compute diff --git a/containers/kubernetes/how-to/enable-disable-ssh.mdx b/containers/kubernetes/how-to/enable-disable-ssh.mdx index 39f4522195..3fd5a3d5d0 100644 --- a/containers/kubernetes/how-to/enable-disable-ssh.mdx +++ b/containers/kubernetes/how-to/enable-disable-ssh.mdx @@ -7,7 +7,7 @@ content: paragraph: This page explains how to enable or disable SSH ports on Kubernetes Kapsule cluster nodes. tags: kubernetes kapsule-cluster dates: - validation: 2024-07-02 + validation: 2025-01-06 posted: 2023-05-02 categories: - containers diff --git a/containers/kubernetes/reference-content/exposing-services.mdx b/containers/kubernetes/reference-content/exposing-services.mdx index b1280ea517..c03d343c3e 100644 --- a/containers/kubernetes/reference-content/exposing-services.mdx +++ b/containers/kubernetes/reference-content/exposing-services.mdx @@ -7,7 +7,7 @@ content: paragraph: Exposing Kubernetes services to the internet tags: kubernetes k8s wildcard clusterip nodeport node-port loadbalancer load-balancer ingress ingress-controller dates: - validation: 2024-07-02 + validation: 2025-01-06 posted: 2023-10-25 categories: - kubernetes diff --git a/containers/kubernetes/reference-content/managed-kubernetes-service-definition.mdx b/containers/kubernetes/reference-content/managed-kubernetes-service-definition.mdx index 12461346eb..117cbb05ce 100644 --- a/containers/kubernetes/reference-content/managed-kubernetes-service-definition.mdx +++ b/containers/kubernetes/reference-content/managed-kubernetes-service-definition.mdx @@ -7,7 +7,7 @@ content: paragraph: This page explains the definition of the managed Kubernetes service at Scaleway tags: kubernetes kubernetes-kapsule kapsule kosmos kubernetes-kosmos managed service definition dates: - validation: 2024-07-02 + validation: 2025-01-06 posted: 2023-07-06 categories: - kubernetes diff --git a/managed-services/webhosting/how-to/manage-webhosting.mdx b/managed-services/webhosting/how-to/manage-webhosting.mdx index 8f9e363b6d..f9c21c2eca 100644 --- a/managed-services/webhosting/how-to/manage-webhosting.mdx +++ b/managed-services/webhosting/how-to/manage-webhosting.mdx @@ -7,7 +7,7 @@ content: paragraph: Discover how to seamlessly manage your Web Hosting plan and access the cPanel or Plesk control panel directly from the Scaleway console. tags: webhosting dates: - validation: 2024-07-03 + validation: 2025-01-06 posted: 2022-11-07 categories: - managed-services From 9ffe9428ce0f8305f43d3ae753f8e52e846ad059 Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Mon, 6 Jan 2025 13:30:40 +0100 Subject: [PATCH 2/3] docs(fix): typo --- bare-metal/dedibox/reference-content/dedibox-datasheet.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bare-metal/dedibox/reference-content/dedibox-datasheet.mdx b/bare-metal/dedibox/reference-content/dedibox-datasheet.mdx index 36eb04fa51..05df93d2d9 100644 --- a/bare-metal/dedibox/reference-content/dedibox-datasheet.mdx +++ b/bare-metal/dedibox/reference-content/dedibox-datasheet.mdx @@ -7,7 +7,7 @@ content: paragraph: This page shows the technical characteristics of the different Dedibox offers. tags: dedibox server dates: - validation: 2022-01-06 + validation: 2025-01-06 posted: 2023-12-18 categories: - compute From d9a35ebc7b279767e02c58794ccf95ecaaeafe18 Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Mon, 6 Jan 2025 14:12:33 +0100 Subject: [PATCH 3/3] Update bare-metal/elastic-metal/how-to/adjust-available-bandwidth.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Néda <87707325+nerda-codes@users.noreply.github.com> --- bare-metal/elastic-metal/how-to/adjust-available-bandwidth.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bare-metal/elastic-metal/how-to/adjust-available-bandwidth.mdx b/bare-metal/elastic-metal/how-to/adjust-available-bandwidth.mdx index 3233e76bad..a421632bcb 100644 --- a/bare-metal/elastic-metal/how-to/adjust-available-bandwidth.mdx +++ b/bare-metal/elastic-metal/how-to/adjust-available-bandwidth.mdx @@ -31,7 +31,7 @@ Follow these steps to boost the bandwidth of your Elastic Metal server: The maximum available bandwidth for each Elastic Metal server is determined by the physical conditions of the network card installed, as specified in the offer description. 5. Click **Continue** to confirm your selected bandwidth. A summary of your order displays -6. Click **Update pubI lic bandwidth** to initiate the bandwidth upgrade process for your Elastic Metal server. +6. Click **Update public bandwidth** to initiate the bandwidth upgrade process for your Elastic Metal server. The initial month's fee for your chosen bandwidth option will be billed prorated.