diff --git a/pages/kubernetes/how-to/access-kubernetes-dashboard.mdx b/pages/kubernetes/how-to/access-kubernetes-dashboard.mdx
index c8f7470d7a..53af11b056 100644
--- a/pages/kubernetes/how-to/access-kubernetes-dashboard.mdx
+++ b/pages/kubernetes/how-to/access-kubernetes-dashboard.mdx
@@ -22,8 +22,9 @@ categories:
## How to access the Kubernetes dashboard
1. Click **Kubernetes** in the **Containers** section of the [Scaleway console](https://console.scaleway.com) side menu. The Kubernetes Kapsule overview displays.
-2. Click the name of the cluster you want to access. The cluster overview page displays. This page provides several pieces of information about your cluster:
-3. Click **Dashboard**. You are taken to your cluster's Kubernetes dashboard.
+2. From the drop-down menu, select the geographical region you want to manage.
+3. Click the name of the cluster you want to access. The cluster overview page displays. This page provides several pieces of information about your cluster.
+4. Click **Dashboard**. You are taken to your cluster's Kubernetes dashboard.
Here, you can troubleshoot your containerized application, manage the cluster resources, get an overview of applications running on your cluster, and create or modify certain resources.
diff --git a/pages/kubernetes/how-to/create-cluster.mdx b/pages/kubernetes/how-to/create-cluster.mdx
index 762ecfcccc..8bcd26bbad 100644
--- a/pages/kubernetes/how-to/create-cluster.mdx
+++ b/pages/kubernetes/how-to/create-cluster.mdx
@@ -34,27 +34,28 @@ To facilitate cluster administration, Scaleway provides a `.kubeconfig` file, en
1. Navigate to **Kubernetes** under the **Containers** section of the [Scaleway console](https://console.scaleway.com/) side menu. The Kubernetes dashboard displays.
-2. Click **Create cluster** to launch the cluster creation wizard.
-3. On the cluster configuration page, provide the following details:
+2. From the drop-down menu, select the geographical region where you want to create your cluster.
+3. Click **Create cluster** to launch the cluster creation wizard.
+4. On the cluster configuration page, provide the following details:
* Check the Organization and Project for the new cluster.
You cannot move a cluster from one Organization or Project to another once created.
* Select **Kubernetes Kapsule** as the cluster type, which uses exclusively Scaleway Instances.
- * Choose the geographical **region** for the cluster.
+ * Confirm the geographical **region** for the cluster.
* Select the control plane offer for your cluster. Options include shared or dedicated control planes.
Need help deciding on a control plane offer? Learn more about our [Kubernetes control plane offers](/kubernetes/reference-content/kubernetes-control-plane-offers/).
* Specify the **Kubernetes version** for your cluster.
-4. Enter the **cluster's details**. Provide a name for the cluster. Optionally, you can add a description and tags for better organization.
-5. Configure the **Private Network** for the cluster to ensure secure and isolated network communication. Each cluster is auto-configured with a /22 IP subnet. Click **Select Private Network** to:
+5. Enter the **cluster's details**. Provide a name for the cluster. Optionally, you can add a description and tags for better organization.
+6. Configure the **Private Network** for the cluster to ensure secure and isolated network communication. Each cluster is auto-configured with a /22 IP subnet. Click **Select Private Network** to:
* Attach an existing Private Network (VPC) within the same Availability Zone from the drop-down menu.
* Attach a new Private Network to the cluster.
The Private Network cannot be detached, and the cluster cannot be moved to another Private Network post-creation.
-6. Click **Configure pools** to proceed.
+7. Click **Configure pools** to proceed.
## Pool configuration
diff --git a/pages/kubernetes/how-to/create-kosmos-cluster.mdx b/pages/kubernetes/how-to/create-kosmos-cluster.mdx
index 774c24ad38..ec1ab03801 100644
--- a/pages/kubernetes/how-to/create-kosmos-cluster.mdx
+++ b/pages/kubernetes/how-to/create-kosmos-cluster.mdx
@@ -28,21 +28,22 @@ Kubernetes Kosmos provides an alternative to a classic [Kubernetes Kapsule](/kub
## Cluster configuration
1. Navigate to **Kubernetes** under the **Containers** section of the [Scaleway console](https://console.scaleway.com/) side menu. The Kubernetes dashboard displays.
-2. Click **Create cluster** to launch the cluster creation wizard.
-3. On the cluster configuration page, provide the following details:
+2. From the drop-down menu, select the geographical region you want to manage.
+3. Click **Create cluster** to launch the cluster creation wizard.
+4. On the cluster configuration page, provide the following details:
* Check the Organization and Project for the new cluster.
You cannot move a cluster from one Organization or Project to another once created.
* Select **Kubernetes Kosmos** as the cluster type.
- * Choose the geographical **region** for the cluster.
+ * Verify the geographical **region** for the cluster.
* Select the control plane offer for your cluster. Options include shared or dedicated control planes.
Need help deciding on a control plane offer? Learn more about our [Kubernetes control plane offers](/kubernetes/reference-content/kubernetes-control-plane-offers/).
* Specify the Kubernetes **version** for your cluster.
-4. Provide a **name** for the cluster. Optionally, you can add a description and tags for better organization.
-5. Click **Configure pools** to proceed.
+5. Provide a **name** for the cluster. Optionally, you can add a description and tags for better organization.
+6. Click **Configure pools** to proceed.
## Pool configuration
diff --git a/pages/kubernetes/how-to/delete-cluster.mdx b/pages/kubernetes/how-to/delete-cluster.mdx
index 51babf9c38..db7b8f9bc5 100644
--- a/pages/kubernetes/how-to/delete-cluster.mdx
+++ b/pages/kubernetes/how-to/delete-cluster.mdx
@@ -22,8 +22,9 @@ categories:
To refine the instructions for clarity and completeness:
1. Access the **Containers** section from the sidebar menu within the [Scaleway console](https://console.scaleway.com), then select **Kubernetes**. The Kubernetes Kapsule dashboard displays.
-2. Locate the cluster you intend to delete, and click the icon next to it. From the drop-down menu, select **Delete**. This will prompt a pop-up for cluster deletion.
-3. In the deletion pop-up, input **DELETE** to confirm the deletion of your cluster. Ensure to check the box to automatically remove all volumes (including those labeled with volume type “retain”) and Load Balancers whose names commence with the cluster ID. Once confirmed, proceed by clicking **Delete cluster**.
+2. From the drop-down menu, select the geographical region you want to manage.
+3. Locate the cluster you intend to delete, and click the icon next to it. From the drop-down menu, select **Delete**. This will prompt a pop-up for cluster deletion.
+4. In the deletion pop-up, input **DELETE** to confirm the deletion of your cluster. Ensure to check the box to automatically remove all volumes (including those labeled with volume type “retain”) and Load Balancers whose names commence with the cluster ID. Once confirmed, proceed by clicking **Delete cluster**.
Note: Deleting your cluster will irreversibly remove the cluster along with all associated pools and instances.
diff --git a/pages/kubernetes/how-to/deploy-ingress-controller.mdx b/pages/kubernetes/how-to/deploy-ingress-controller.mdx
index 5ef77df30c..fefaad747a 100644
--- a/pages/kubernetes/how-to/deploy-ingress-controller.mdx
+++ b/pages/kubernetes/how-to/deploy-ingress-controller.mdx
@@ -22,13 +22,12 @@ An [ingress controller](/kubernetes/concepts/#ingress-controller) is an entry po
- Created a [Kubernetes Kapsule cluster](/kubernetes/how-to/create-cluster/)
1. Navigate to the **Containers** section within the [Scaleway console](https://console.scaleway.com) sidebar and select **Kubernetes**. The Kubernetes Kapsule dashboard displays.
-2. Locate the cluster you want to modify and click on its name to access the **cluster dashboard**.
-3. Within the dashboard, navigate to the **Easy Deploy** tab to display the Easy Deploy feature. Then click **Deploy application** to create a new application.
-4. Select the **Application Library** application type. Then select the desired ingress controller for deployment onto your cluster.
+2. From the drop-down menu, select the geographical region you want to manage.
+3. Locate the cluster you want to modify and click on its name to access the **cluster dashboard**.
+4. Within the dashboard, navigate to the **Easy Deploy** tab to display the Easy Deploy feature. Then click **Deploy application** to create a new application.
+5. Select the **Application Library** application type. Then select the desired ingress controller for deployment onto your cluster.
You can customize the Helm chart or keep its default configuration. Helm charts are formatted in YAML. Keep in mind that any alterations carry inherent risks and may impact the successful deployment of your application.
-5. Assign a name and namespace for your application.
-6. Click **Deploy application** to initiate the deployment of your ingress controller.
-
-
+6. Assign a name and namespace for your application.
+7. Click **Deploy application** to initiate the deployment of your ingress controller.
diff --git a/pages/kubernetes/how-to/edit-cluster.mdx b/pages/kubernetes/how-to/edit-cluster.mdx
index 0963cac777..ff80a950af 100644
--- a/pages/kubernetes/how-to/edit-cluster.mdx
+++ b/pages/kubernetes/how-to/edit-cluster.mdx
@@ -24,7 +24,8 @@ You can manage and edit the parameters of your cluster from the [Scaleway consol
## How to manage a Kubernetes Kapsule cluster
1. Click **Kubernetes** in the **Containers** section of the [Scaleway console](https://console.scaleway.com) side menu. The Kubernetes dashboard displays.
-2. Click next to the cluster you want to edit to display the options menu:
+2. From the drop-down menu, select the geographical region you want to manage.
+3. Click next to the cluster you want to edit to display the options menu:
The following information and configuration options are available for your cluster:
* **Add a pool**: Add additional computing resources to the cluster
* **Get kubeconfig**: Download the `.kubeconfig` file of the cluster
diff --git a/pages/kubernetes/how-to/edit-kosmos-cluster.mdx b/pages/kubernetes/how-to/edit-kosmos-cluster.mdx
index 3f1ea009d1..49e76a167e 100644
--- a/pages/kubernetes/how-to/edit-kosmos-cluster.mdx
+++ b/pages/kubernetes/how-to/edit-kosmos-cluster.mdx
@@ -35,13 +35,14 @@ You can add nodes and pools to your Kosmos cluster from the [Scaleway console](h
A multi-cloud pool allows you to attach external Instances and servers to your cluster. Instances added to the same pool do not need to share the same configuration, nor do they have to be managed by the same Cloud provider.
1. Click **Kubernetes** in the Containers section of the side menu. The Kubernetes creation page displays.
-2. Click the cluster you want to add a pool to.
-3. Click the **Pools** tab.
-4. Click the **+ Add pool** button. The pool creation wizard displays.
-5. Complete the following steps of the wizard:
+2. From the drop-down menu, select the geographical region you want to manage.
+3. Click the cluster you want to add a pool to.
+4. Click the **Pools** tab.
+5. Click the **+ Add pool** button. The pool creation wizard displays.
+6. Complete the following steps of the wizard:
* Choose a **pool type**. This can be a Scaleway Kubernetes Kapsule Pool or a Kubernetes multi-cloud Pool. This document concerns the addition of a multi-cloud pool.
* A **name** for the pool and, optionally, a description and tags.
-6. Click **Add pool** to finish.
+7. Click **Add pool** to finish.
## How to add external nodes to your multi-cloud pool
@@ -94,10 +95,11 @@ In order to add external nodes to your multi-cloud cluster, you must first [crea
## How to detach nodes from your multi-cloud pool
1. Click **Kubernetes** in the Compute section of the side menu. The Kubernetes creation page displays.
-2. Click the cluster in question.
-3. Click the **Nodes** tab.
-4. Click next to the node you want to edit, then click **Delete** on the menu. A pop-up asks you to confirm the action.
-5. Click **Delete node**.
+2. From the drop-down menu, select the geographical region you want to manage.
+3. Click the cluster in question.
+4. Click the **Nodes** tab.
+5. Click next to the node you want to edit, then click **Delete** on the menu. A pop-up asks you to confirm the action.
+6. Click **Delete node**.
This action will remove your node from the cluster. Your external node will not be deleted from your other cloud provider account(s).
diff --git a/pages/kubernetes/how-to/enable-easy-deploy.mdx b/pages/kubernetes/how-to/enable-easy-deploy.mdx
index 150d5c7d44..e5770db32a 100644
--- a/pages/kubernetes/how-to/enable-easy-deploy.mdx
+++ b/pages/kubernetes/how-to/enable-easy-deploy.mdx
@@ -34,10 +34,11 @@ You can also deploy off-the-shelf applications pre-configured for Scaleway produ
1. Click **Kubernetes** in the **Containers** section of the [Scaleway console](https://console.scaleway.com) side menu. The Kubernetes Kapsule dashboard displays.
-2. Click the name of the cluster you wish to deploy your image on. The **Cluster information** tab displays.
-3. Click the **Easy Deploy** tab.
-4. Click **Deploy application**.
-5. Deploy the application. This step can be done in two ways:
+2. From the drop-down menu, select the geographical region you want to manage.
+3. Click the name of the cluster you wish to deploy your image on. The **Cluster information** tab displays.
+4. Click the **Easy Deploy** tab.
+5. Click **Deploy application**.
+6. Deploy the application. This step can be done in two ways:
* **Deployment from Container Registry**
* After selecting **Container Registry**, enter a name for your application as well as the Kubernetes namespace on which the deployment will run. By default, the application is deployed on the `default` namespace.
@@ -116,20 +117,22 @@ You can also deploy off-the-shelf applications pre-configured for Scaleway produ
## How to edit an application
1. Click **Kubernetes** in the **Containers** section of the [Scaleway console](https://console.scaleway.com) side menu. The Kubernetes Kapsule overview displays.
-2. Click next to the container you wish to edit, then click **Edit** in the menu. A pop-up displays with the configuration options.
-3. When modifying an application deployed from **Container Registry**, modify the container parameters according to your requirements, then click **Update container** to conclude.
+2. From the drop-down menu, select the geographical region you want to manage.
+3. Click next to the container you wish to edit, then click **Edit** in the menu. A pop-up displays with the configuration options.
+4. When modifying an application deployed from **Container Registry**, modify the container parameters according to your requirements, then click **Update container** to conclude.
It is not possible to modify a container **type**. If you wish to use a different type, you must create a new container.
-4. When modifying an application deployed from the **Application Library**, modify the application configuration according to your requirements, then click **Update and deploy** to conclude.
+5. When modifying an application deployed from the **Application Library**, modify the application configuration according to your requirements, then click **Update and deploy** to conclude.
## How to delete an application
1. Click **Kubernetes** in the **Containers** section of the [Scaleway console](https://console.scaleway.com) side menu. The Kubernetes Kapsule dashboard displays.
-2. Click next to the container you want to delete, then click **Delete** in the pop-up menu. A message prompt displays to request confirmation.
-3. To confirm the deletion of the deployment, click **Delete Deployment**.
+2. From the drop-down menu, select the geographical region you want to manage.
+3. Click next to the container you want to delete, then click **Delete** in the pop-up menu. A message prompt displays to request confirmation.
+4. To confirm the deletion of the deployment, click **Delete Deployment**.
Deleting a deployment is irreversible, and all data related to the deployment will be deleted.
diff --git a/pages/kubernetes/how-to/manage-allowed-ips.mdx b/pages/kubernetes/how-to/manage-allowed-ips.mdx
index eb4bb886f6..cbb1119090 100644
--- a/pages/kubernetes/how-to/manage-allowed-ips.mdx
+++ b/pages/kubernetes/how-to/manage-allowed-ips.mdx
@@ -33,9 +33,10 @@ The default entry `0.0.0.0/0` enables any host to establish a connection.
## How to add an IP address
1. Click **Kubernetes** in the **Containers** section of the [Scaleway console](https://console.scaleway.com). The **Kubernetes dashboard** appears.
-2. Select the cluster you wish to configure. The **Cluster information** page opens.
-3. Click the **Network** tab to display your cluster's network information. Your access control list appears in the **Allowed IPs for control plane** section.
-4. Click **Add allowed IP**. Enter the IP address or IP block in [CIDR notation](/ipam/concepts/#cidr-notation) (e.g., `198.51.100.135/32` for a single IP, `198.51.100.0/24` for an IP block), then click **Add IP(s)**.
+2. From the drop-down menu, select the geographical region you want to manage.
+3. Select the cluster you wish to configure. The **Cluster information** page opens.
+4. Click the **Network** tab to display your cluster's network information. Your access control list appears in the **Allowed IPs for control plane** section.
+5. Click **Add allowed IP**. Enter the IP address or IP block in [CIDR notation](/ipam/concepts/#cidr-notation) (e.g., `198.51.100.135/32` for a single IP, `198.51.100.0/24` for an IP block), then click **Add IP(s)**.
To restore default settings and allow connections from all IPs, add `0.0.0.0/0` to the list.
@@ -47,7 +48,8 @@ The default entry `0.0.0.0/0` enables any host to establish a connection.
## How to delete an IP address
1. Click **Kubernetes** in the **Containers** section of the [Scaleway console](https://console.scaleway.com). The **Kubernetes dashboard** appears.
-2. Select the cluster you wish to configure. The **Cluster information** page opens.
-3. Click the **Network** tab to display your cluster's network information. Your access control list appears in the **Allowed IPs for control plane** section.
-4. Locate the IP address in your allowed list.
-5. Click next to the IP you want to delete. Confirm by typing **DELETE** in the pop-up, then click **Delete allowed IP** to confirm deletion.
+2. From the drop-down menu, select the geographical region you want to manage.
+3. Select the cluster you wish to configure. The **Cluster information** page opens.
+4. Click the **Network** tab to display your cluster's network information. Your access control list appears in the **Allowed IPs for control plane** section.
+5. Locate the IP address in your allowed list.
+6. Click next to the IP you want to delete. Confirm by typing **DELETE** in the pop-up, then click **Delete allowed IP** to confirm deletion.
diff --git a/pages/kubernetes/how-to/migrate-ent1-pools-to-pop2.mdx b/pages/kubernetes/how-to/migrate-ent1-pools-to-pop2.mdx
index d1dbbef1b0..dcaeb96199 100644
--- a/pages/kubernetes/how-to/migrate-ent1-pools-to-pop2.mdx
+++ b/pages/kubernetes/how-to/migrate-ent1-pools-to-pop2.mdx
@@ -26,8 +26,9 @@ This guide provides a step-by-step process to migrate from **ENT1** Instances to
1. Log in to the [Scaleway Console](https://console.scaleway.com).
2. Navigate to **Kubernetes** under the **Containers** section in the side menu of the console.
-3. Select the cluster containing the ENT1 pools you intend to migrate.
-4. In the **Pools** tab, identify and note the pools using **ENT1** Instances.
+3. From the drop-down menu, select the geographical region you want to manage.
+4. Select the cluster containing the ENT1 pools you intend to migrate.
+5. In the **Pools** tab, identify and note the pools using **ENT1** Instances.
## Creating equivalent POP2 pools
diff --git a/pages/kubernetes/how-to/upgrade-kubernetes-version.mdx b/pages/kubernetes/how-to/upgrade-kubernetes-version.mdx
index c846cc0318..b5940384bd 100644
--- a/pages/kubernetes/how-to/upgrade-kubernetes-version.mdx
+++ b/pages/kubernetes/how-to/upgrade-kubernetes-version.mdx
@@ -24,14 +24,15 @@ You can either upgrade your Kubernetes Kapsule cluster [directly from the Scalew
- Created a [Kubernetes Kapsule cluster](/kubernetes/how-to/create-cluster/) running on a Kubernetes version older than the latest release
1. Click **Kubernetes** under **Containers** on the side menu. A list of your Kubernetes Kapsule clusters displays.
-2. Click the cluster name you wish to upgrade the Kubernetes version for. The cluster information page displays.
-3. Click **Upgrade** next to the **Kubernetes version** of your cluster. A pop-up displays.
+2. From the drop-down menu, select the geographical region you want to manage.
+3. Click the cluster name you wish to upgrade the Kubernetes version for. The cluster information page displays.
+4. Click **Upgrade** next to the **Kubernetes version** of your cluster. A pop-up displays.
-4. Select the latest patch or next minor version to upgrade to. Tick the **Upgrade cluster node pools as well** checkbox if you want to upgrade the version of Kubernetes on the node pools in your cluster to the same version.
+5. Select the latest patch or next minor version to upgrade to. Tick the **Upgrade cluster node pools as well** checkbox if you want to upgrade the version of Kubernetes on the node pools in your cluster to the same version.
Be careful when upgrading the Kubernetes versions of your node pools, as it may lead to data loss on data stored locally on any node.
- 5. Click **Upgrade**.
+6. Click **Upgrade**.
It is not possible to downgrade your Kubernetes version once it has been upgraded.
diff --git a/pages/kubernetes/how-to/use-nvidia-gpu-operator.mdx b/pages/kubernetes/how-to/use-nvidia-gpu-operator.mdx
index 486b4c8f2d..b87735a701 100644
--- a/pages/kubernetes/how-to/use-nvidia-gpu-operator.mdx
+++ b/pages/kubernetes/how-to/use-nvidia-gpu-operator.mdx
@@ -30,14 +30,15 @@ The GPU operator is set up for all GPU pools created in Kubernetes Kapsule and K
Scaleway uses Helm to automate the deployment of the GPU operator in your GPU node pools. It is installed by default on every GPU pools.
1. Click **Kubernetes** in the Containers section of the side menu. The Kubernetes creation page displays.
-2. Select the cluster you want to add a pool to.
-3. Click the **Pools** tab.
-4. Click the **+ Add pool** button. The pool creation wizard displays.
-5. If you are using a **Kosmos** cluster, you can optionally choose a **pool type**. Select a Scaleway Kubernetes Kapsule pool.
-6. Choose the zone in which your pool will be deployed.
-7. Click the **GPU** tab and select the GPU Instance you want to add.
-8. Configure the pool options for your pool.
-9. Click **Add pool** to deploy the pool. The GPU operator displays in the Easy Deploy tab of your pool and your `kube-system` namespace.
+2. From the drop-down menu, select the geographical region you want to manage.
+3. Select the cluster you want to add a pool to.
+4. Click the **Pools** tab.
+5. Click the **+ Add pool** button. The pool creation wizard displays.
+6. If you are using a **Kosmos** cluster, you can optionally choose a **pool type**. Select a Scaleway Kubernetes Kapsule pool.
+7. Choose the zone in which your pool will be deployed.
+8. Click the **GPU** tab and select the GPU Instance you want to add.
+9. Configure the pool options for your pool.
+10. Click **Add pool** to deploy the pool. The GPU operator displays in the Easy Deploy tab of your pool and your `kube-system` namespace.
## How to activate the GPU operator on existing node pools
@@ -69,13 +70,12 @@ spec:
The GPU operator on your Scaleway node pools is fully configurable through the Easy Deploy feature, directly from the Scaleway console, or by using `helm`.
1. Click **Kubernetes** in the Containers section of the side menu. The Kubernetes creation page displays.
-2. Select the cluster you want to configure.
-3. Click the **Easy Deploy** tab.
-4. Click > **Edit** next to the GPU operator deployment. A pop-up displays.
-5. Edit the YAML configuration of the deployment to match your desired configuration.
+2. From the drop-down menu, select the geographical region you want to manage.
+3. Select the cluster you want to configure.
+4. Click the **Easy Deploy** tab.
+5. Click > **Edit** next to the GPU operator deployment. A pop-up displays.
+6. Edit the YAML configuration of the deployment to match your desired configuration.
- Refer to the [offical NVIDIA documentation](https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/getting-started.html#chart-customization-options) for a list of available Helm configuration options.
+ Refer to the [official NVIDIA documentation](https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/getting-started.html#chart-customization-options) for a list of available Helm configuration options.
-6. Click **Update and deploy** to update and deploy the configuration of the GPU operator.
-
-
+7. Click **Update and deploy** to update and deploy the configuration of the GPU operator.
diff --git a/pages/kubernetes/quickstart.mdx b/pages/kubernetes/quickstart.mdx
index a06ef1f37a..34256482ee 100644
--- a/pages/kubernetes/quickstart.mdx
+++ b/pages/kubernetes/quickstart.mdx
@@ -72,8 +72,9 @@ Scaleway Kubernetes [Kapsule](/kubernetes/concepts/#kubernetes-kapsule) and [Kos
1. Navigate to **Kubernetes** under the **Containers** section of the [Scaleway console](https://console.scaleway.com/) side menu. The Kubernetes dashboard displays.
-2. Click **Create cluster** to launch the cluster creation wizard.
-3. On the cluster configuration page, provide the following details:
+2. From the drop-down menu, select the geographical region where you want to create your cluster.
+3. Click **Create cluster** to launch the cluster creation wizard.
+4. On the cluster configuration page, provide the following details:
* Check the Organization and Project for the new cluster.
You cannot move a cluster from one Organization or Project to another once created.
@@ -82,20 +83,20 @@ Scaleway Kubernetes [Kapsule](/kubernetes/concepts/#kubernetes-kapsule) and [Kos
This guide covers the creation of a **Kubernetes Kapsule** cluster. For Kubernetes Kosmos clusters, refer to the [Kubernetes Kosmos documentation](/kubernetes/how-to/create-kosmos-cluster/).
- * Choose the geographical **region** for the cluster.
+ * Confirm the geographical **region** for the cluster.
* Select the control plane offer for your cluster. Options include shared or dedicated control planes.
Need help deciding on a control plane offer? Learn more about our [Kubernetes control plane offers](/kubernetes/reference-content/kubernetes-control-plane-offers/).
* Specify the **Kubernetes version** for your cluster.
-4. Enter the **cluster's details**. Provide a name for the cluster. Optionally, you can add a description and tags for better organization.
-5. Configure the **Private Network** for the cluster to ensure secure and isolated network communication. Each cluster is auto-configured with a /22 IP subnet. Click **Select Private Network** to:
+5. Enter the **cluster's details**. Provide a name for the cluster. Optionally, you can add a description and tags for better organization.
+6. Configure the **Private Network** for the cluster to ensure secure and isolated network communication. Each cluster is auto-configured with a /22 IP subnet. Click **Select Private Network** to:
* Attach an existing Private Network (VPC) within the same Availability Zone from the drop-down menu.
* Attach a new Private Network to the cluster.
The Private Network cannot be detached, and the cluster cannot be moved to another Private Network post-creation.
-6. Click **Configure pools** to proceed.
+7. Click **Configure pools** to proceed.
### Pool configuration
@@ -136,25 +137,28 @@ This section outlines the settings for your cluster pools. You can configure as
## How to add a Scaleway pool to a Kubernetes cluster
1. Click **Kubernetes** in the **Containers** section of the side menu. The Kubernetes dashboard displays.
-2. Click next to the cluster you want to edit. Click **Add pool** in the menu. The pool configuration wizard displays.
-3. This page concerns the configuration of your cluster. Enter the following information:
+2. From the drop-down menu, select the geographical region you want to manage.
+3. Click next to the cluster you want to edit. Click **Add pool** in the menu. The pool configuration wizard displays.
+4. This page concerns the configuration of your cluster. Enter the following information:
- The geographical **region** of the pool.
- The **node type** for the pool.
- If required, configure the **pool options** like autoscaling, autohealing, or link the pool to an existing placement group.
- The **name** for the pool. Optionally, you can assign tags to it.
-4. Click **Add pool**.
+5. Click **Add pool**.
## How to add a multi-cloud pool to a Kubernetes cluster
1. Click **Kubernetes** in the **Containers** section of the side menu. The Kubernetes dashboard displays.
-2. Click next to the pool you want to edit. Click **Add pool** in the menu. The pool configuration wizard displays.
-3. Click **Add pool**.
+2. From the drop-down menu, select the geographical region you want to manage.
+3. Click next to the pool you want to edit. Click **Add pool** in the menu. The pool configuration wizard displays.
+4. Click **Add pool**.
### How to add external nodes to a multi-cloud pool
1. Click **Kubernetes** in the **Containers** section of the [Scaleway console](https://console.scaleway.com) side menu. The Kubernetes dashboard displays.
-2. Click **Create cluster**. The first page of the cluster creation wizard displays. This concerns the configuration of your cluster.
-3. Complete the following steps of the wizard:
+2. From the drop-down menu, select the geographical region you want to manage.
+3. Click **Create cluster**. The first page of the cluster creation wizard displays. This concerns the configuration of your cluster.
+4. Complete the following steps of the wizard:
* Choose a **cluster type**. Select **Kubernetes Kosmos** to create a cluster, that allows you to attach a compute Instance or dedicated server from any Cloud provider to a Scaleway Kubernetes control plane.
This document concerns the creation and management of a **Kubernetes Kosmos** cluster. To create a Kubernetes Kapsule cluster, refer to the [Kubernetes Kapsule documentation](/kubernetes/how-to/create-cluster/).
@@ -162,15 +166,15 @@ This section outlines the settings for your cluster pools. You can configure as
* The geographical **region** of the cluster.
* The Kubernetes **version** for the cluster.
* A **name** for the cluster and, optionally, a description and tags.
-4. Click **Create cluster** to create your cluster without any Scaleway pools.
+5. Click **Create cluster** to create your cluster without any Scaleway pools.
If you choose this option, your cluster and its control plane are deployed, and you are taken to the cluster's overview tab. Continue to [How to manage your Kubernetes Kosmos cluster](/kubernetes/how-to/edit-kosmos-cluster/) to find out how to add multi-cloud pools to your cluster.
Alternatively, click **Add and configure a pool** to add a pool of Scaleway nodes to your cluster. In this case, the second page of the cluster creation wizard displays. This concerns the settings for your pool.
-5. Enter the following information to configure a Scaleway pool:
+6. Enter the following information to configure a Scaleway pool:
* The **Availability Zone** in which all your pool's nodes will be created.
* The **node type** you need.
* The configuration for your **pool options**, including the number of nodes and whether to enable autoscale. You can also choose whether to enable autoheal and whether to link the cluster to a placement group. Alternatively, you can leave these options at default values.
-6. Click **Create cluster**. Your cluster is deployed, and you are taken to the cluster’s **Overview** tab.
+7. Click **Create cluster**. Your cluster is deployed, and you are taken to the cluster’s **Overview** tab.
Make sure you have:
* An `arm64` or `amd64` server running with Ubuntu or Debian, having a public IP assigned to it.
@@ -183,8 +187,9 @@ This section outlines the settings for your cluster pools. You can configure as
## How to edit a Kubernetes cluster
1. Click **Kubernetes** in the **Containers** section of the side menu. The Kubernetes dashboard displays.
-2. Click next to the cluster you want to edit.
-3. Choose the option you require:
+2. From the drop-down menu, select the geographical region you want to manage.
+3. Click next to the cluster you want to edit.
+4. Choose the option you require:
* **Add pool**: Add additional computing resources to the cluster.
* **Get kubeconfig**: Download the `.kubeconfig` file of the cluster.
* **Delete**: Delete the cluster.
@@ -196,8 +201,9 @@ This section outlines the settings for your cluster pools. You can configure as
## How to delete a Kubernetes cluster
1. Click **Kubernetes** in the **Containers** section of the side menu. The Kubernetes dashboard displays.
-2. Click to display the options menu, then click **Delete**. A cluster deletion pop-up displays.
-3. Type **DELETE** to confirm the deletion of your cluster. Tick the checkbox to automatically delete all volumes (including those with volume type “retain”) and Load Balancers whose names start with the cluster ID. Validate your choice by clicking **Delete cluster**.
+2. From the drop-down menu, select the geographical region you want to manage.
+3. Click to display the options menu, then click **Delete**. A cluster deletion pop-up displays.
+4. Type **DELETE** to confirm the deletion of your cluster. Tick the checkbox to automatically delete all volumes (including those with volume type “retain”) and Load Balancers whose names start with the cluster ID. Validate your choice by clicking **Delete cluster**.
Deleting your cluster will permanently destroy your cluster and all its associated pools and Instances. External compute resources cannot be destroyed automatically and will remain active until destroyed at the concerned cloud service provider (CSP).
\ No newline at end of file