From f6fe2a5ccfed0a20f5b86aafbda7b00b6deb8ba8 Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Tue, 23 Sep 2025 15:59:02 +0200 Subject: [PATCH 1/3] docs(k8s): add warning for easy deploy additional costs --- pages/kubernetes/how-to/enable-easy-deploy.mdx | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/pages/kubernetes/how-to/enable-easy-deploy.mdx b/pages/kubernetes/how-to/enable-easy-deploy.mdx index b0e234dcda..149f54ce36 100644 --- a/pages/kubernetes/how-to/enable-easy-deploy.mdx +++ b/pages/kubernetes/how-to/enable-easy-deploy.mdx @@ -32,6 +32,7 @@ You can also deploy off-the-shelf applications pre-configured for Scaleway produ ## How to deploy an application +### Deployment from Scaleway Container Registry To deploy a container from an image stored within Container Registry, you must be logged in to the [Scaleway console](https://console.scaleway.com/). @@ -86,7 +87,18 @@ You can also deploy off-the-shelf applications pre-configured for Scaleway produ * Click **Deploy application** to proceed. The list of your deployed applications displays. - * **Deployment from Application Library** + ### Deployment from Application Library + + + Depending on the application and the configuration you choose, additional charges may apply. These can include, but are not limited to: + + - Block Storage (e.g., persistent volumes) + - Load Balancers (for managing traffic across applications) + - Logging services (e.g., Promtail to Cockpit log forwarding billed as [external data source](/cockpit/how-to/create-external-data-sources/)) + - Other application-specific resources that generate costs + + We recommend reviewing the documentation for each application and checking your resource usage regularly using the [Cost Manager in the console](https://console.scaleway.com/billing/consumption) to understand any associated costs. + * After selecting **Application Library**, enter a name for your container as well as the Kubernetes namespace on which the deployment will run. By default, the application is deployed on the `default` namespace. From 1358084c88a257860fc5ed3723ac0ccb6495f241 Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Tue, 23 Sep 2025 15:59:22 +0200 Subject: [PATCH 2/3] docs(k8s): fix typo --- pages/kubernetes/how-to/enable-easy-deploy.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/kubernetes/how-to/enable-easy-deploy.mdx b/pages/kubernetes/how-to/enable-easy-deploy.mdx index 149f54ce36..70329dd9c1 100644 --- a/pages/kubernetes/how-to/enable-easy-deploy.mdx +++ b/pages/kubernetes/how-to/enable-easy-deploy.mdx @@ -33,6 +33,7 @@ You can also deploy off-the-shelf applications pre-configured for Scaleway produ ## How to deploy an application ### Deployment from Scaleway Container Registry + To deploy a container from an image stored within Container Registry, you must be logged in to the [Scaleway console](https://console.scaleway.com/). @@ -87,7 +88,7 @@ You can also deploy off-the-shelf applications pre-configured for Scaleway produ * Click **Deploy application** to proceed. The list of your deployed applications displays. - ### Deployment from Application Library +### Deployment from Application Library Depending on the application and the configuration you choose, additional charges may apply. These can include, but are not limited to: From 9797212a32488640cc15f9247e1525f51b4d3f6f Mon Sep 17 00:00:00 2001 From: Benedikt Rollik Date: Wed, 24 Sep 2025 11:40:28 +0200 Subject: [PATCH 3/3] Update pages/kubernetes/how-to/enable-easy-deploy.mdx Co-authored-by: Rowena Jones <36301604+RoRoJ@users.noreply.github.com> --- pages/kubernetes/how-to/enable-easy-deploy.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/kubernetes/how-to/enable-easy-deploy.mdx b/pages/kubernetes/how-to/enable-easy-deploy.mdx index 70329dd9c1..e4283df2f5 100644 --- a/pages/kubernetes/how-to/enable-easy-deploy.mdx +++ b/pages/kubernetes/how-to/enable-easy-deploy.mdx @@ -98,7 +98,7 @@ You can also deploy off-the-shelf applications pre-configured for Scaleway produ - Logging services (e.g., Promtail to Cockpit log forwarding billed as [external data source](/cockpit/how-to/create-external-data-sources/)) - Other application-specific resources that generate costs - We recommend reviewing the documentation for each application and checking your resource usage regularly using the [Cost Manager in the console](https://console.scaleway.com/billing/consumption) to understand any associated costs. + We recommend reviewing the documentation for each application and checking your resource usage regularly, using the [Cost Manager in the console](https://console.scaleway.com/billing/consumption) to understand any associated costs. * After selecting **Application Library**, enter a name for your container as well as the Kubernetes namespace on which the deployment will run. By default, the application is deployed on the `default` namespace.