You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/kubernetes/how-to/access-kubernetes-dashboard.mdx
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,9 @@ categories:
22
22
## How to access the Kubernetes dashboard
23
23
24
24
1. Click **Kubernetes** in the **Containers** section of the [Scaleway console](https://console.scaleway.com) side menu. The Kubernetes Kapsule overview displays.
25
-
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:
26
-
3. Click **Dashboard**. You are taken to your cluster's Kubernetes dashboard.
25
+
2. From the drop-down menu, select the geographical region you want to manage.
26
+
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:
27
+
4. Click **Dashboard**. You are taken to your cluster's Kubernetes dashboard.
27
28
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.
Copy file name to clipboardExpand all lines: pages/kubernetes/how-to/create-cluster.mdx
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,27 +34,28 @@ To facilitate cluster administration, Scaleway provides a `.kubeconfig` file, en
34
34
</Message>
35
35
36
36
1. Navigate to **Kubernetes** under the **Containers** section of the [Scaleway console](https://console.scaleway.com/) side menu. The Kubernetes dashboard displays.
37
-
2. Click **Create cluster** to launch the cluster creation wizard.
38
-
3. On the cluster configuration page, provide the following details:
37
+
2. From the drop-down menu, select the geographical region where you want to create your cluster.
38
+
3. Click **Create cluster** to launch the cluster creation wizard.
39
+
4. On the cluster configuration page, provide the following details:
39
40
* Check the Organization and Project for the new cluster.
40
41
<Messagetype="important">
41
42
You cannot move a cluster from one Organization or Project to another once created.
42
43
</Message>
43
44
* Select **Kubernetes Kapsule** as the cluster type, which uses exclusively Scaleway Instances.
44
-
*Choose the geographical **region** for the cluster.
45
+
*Confirm the geographical **region** for the cluster.
45
46
* Select the control plane offer for your cluster. Options include shared or dedicated control planes.
46
47
<Messagetype="tip">
47
48
Need help deciding on a control plane offer? Learn more about our [Kubernetes control plane offers](/kubernetes/reference-content/kubernetes-control-plane-offers/).
48
49
</Message>
49
50
* Specify the **Kubernetes version** for your cluster.
50
-
4. Enter the **cluster's details**. Provide a name for the cluster. Optionally, you can add a description and tags for better organization.
51
-
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:
51
+
5. Enter the **cluster's details**. Provide a name for the cluster. Optionally, you can add a description and tags for better organization.
52
+
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:
52
53
* Attach an existing Private Network (VPC) within the same Availability Zone from the drop-down menu.
53
54
* Attach a new Private Network to the cluster.
54
55
<Messagetype="important">
55
56
The Private Network cannot be detached, and the cluster cannot be moved to another Private Network post-creation.
Copy file name to clipboardExpand all lines: pages/kubernetes/how-to/create-kosmos-cluster.mdx
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,21 +28,22 @@ Kubernetes Kosmos provides an alternative to a classic [Kubernetes Kapsule](/kub
28
28
## Cluster configuration
29
29
30
30
1. Navigate to **Kubernetes** under the **Containers** section of the [Scaleway console](https://console.scaleway.com/) side menu. The Kubernetes dashboard displays.
31
-
2. Click **Create cluster** to launch the cluster creation wizard.
32
-
3. On the cluster configuration page, provide the following details:
31
+
2. From the drop-down menu, select the geographical region you want to manage.
32
+
3. Click **Create cluster** to launch the cluster creation wizard.
33
+
4. On the cluster configuration page, provide the following details:
33
34
* Check the Organization and Project for the new cluster.
34
35
<Messagetype="important">
35
36
You cannot move a cluster from one Organization or Project to another once created.
36
37
</Message>
37
38
* Select **Kubernetes Kosmos** as the cluster type.
38
-
*Choose the geographical **region** for the cluster.
39
+
*Verify the geographical **region** for the cluster.
39
40
* Select the control plane offer for your cluster. Options include shared or dedicated control planes.
40
41
<Messagetype="tip">
41
42
Need help deciding on a control plane offer? Learn more about our [Kubernetes control plane offers](/kubernetes/reference-content/kubernetes-control-plane-offers/).
42
43
</Message>
43
44
* Specify the Kubernetes **version** for your cluster.
44
-
4. Provide a **name** for the cluster. Optionally, you can add a description and tags for better organization.
45
-
5. Click **Configure pools** to proceed.
45
+
5. Provide a **name** for the cluster. Optionally, you can add a description and tags for better organization.
Copy file name to clipboardExpand all lines: pages/kubernetes/how-to/delete-cluster.mdx
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,9 @@ categories:
22
22
To refine the instructions for clarity and completeness:
23
23
24
24
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.
25
-
2. Locate the cluster you intend to delete, and click the <Iconname="more" /> icon next to it. From the drop-down menu, select **Delete**. This will prompt a pop-up for cluster deletion.
26
-
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**.
25
+
2. From the drop-down menu, select the geographical region you want to manage.
26
+
3. Locate the cluster you intend to delete, and click the <Iconname="more" /> icon next to it. From the drop-down menu, select **Delete**. This will prompt a pop-up for cluster deletion.
27
+
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**.
27
28
<Messagetype="important">
28
29
Note: Deleting your cluster will irreversibly remove the cluster along with all associated pools and instances.
Copy file name to clipboardExpand all lines: pages/kubernetes/how-to/deploy-ingress-controller.mdx
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,13 +22,14 @@ An [ingress controller](/kubernetes/concepts/#ingress-controller) is an entry po
22
22
- Created a [Kubernetes Kapsule cluster](/kubernetes/how-to/create-cluster/)
23
23
24
24
1. Navigate to the **Containers** section within the [Scaleway console](https://console.scaleway.com) sidebar and select **Kubernetes**. The Kubernetes Kapsule dashboard displays.
25
-
2. Locate the cluster you want to modify and click on its name to access the **cluster dashboard**.
26
-
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.
27
-
4. Select the **Application Library** application type. Then select the desired ingress controller for deployment onto your cluster.
25
+
2. From the drop-down menu, select the geographical region you want to manage.
26
+
3. Locate the cluster you want to modify and click on its name to access the **cluster dashboard**.
27
+
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.
28
+
5. Select the **Application Library** application type. Then select the desired ingress controller for deployment onto your cluster.
28
29
<Messagetype="note">
29
30
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.
30
31
</Message>
31
-
5. Assign a name and namespace for your application.
32
-
6. Click **Deploy application** to initiate the deployment of your ingress controller.
32
+
6. Assign a name and namespace for your application.
33
+
7. Click **Deploy application** to initiate the deployment of your ingress controller.
Copy file name to clipboardExpand all lines: pages/kubernetes/how-to/edit-cluster.mdx
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,8 @@ You can manage and edit the parameters of your cluster from the [Scaleway consol
24
24
## How to manage a Kubernetes Kapsule cluster
25
25
26
26
1. Click **Kubernetes** in the **Containers** section of the [Scaleway console](https://console.scaleway.com) side menu. The Kubernetes dashboard displays.
27
-
2. Click <Iconname="more" /> next to the cluster you want to edit to display the options menu:
27
+
2. From the drop-down menu, select the geographical region you want to manage.
28
+
3. Click <Iconname="more" /> next to the cluster you want to edit to display the options menu:
28
29
The following information and configuration options are available for your cluster:
29
30
***Add a pool**: Add additional computing resources to the cluster
30
31
***Get kubeconfig**: Download the `.kubeconfig` file of the cluster
Copy file name to clipboardExpand all lines: pages/kubernetes/how-to/edit-kosmos-cluster.mdx
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,13 +35,14 @@ You can add nodes and pools to your Kosmos cluster from the [Scaleway console](h
35
35
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.
36
36
37
37
1. Click **Kubernetes** in the Containers section of the side menu. The Kubernetes creation page displays.
38
-
2. Click the cluster you want to add a pool to.
39
-
3. Click the **Pools** tab.
40
-
4. Click the **+ Add pool** button. The pool creation wizard displays.
41
-
5. Complete the following steps of the wizard:
38
+
2. From the drop-down menu, select the geographical region you want to manage.
39
+
3. Click the cluster you want to add a pool to.
40
+
4. Click the **Pools** tab.
41
+
5. Click the **+ Add pool** button. The pool creation wizard displays.
42
+
6. Complete the following steps of the wizard:
42
43
* 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.
43
44
* A **name** for the pool and, optionally, a description and tags.
44
-
6. Click **Add pool** to finish.
45
+
7. Click **Add pool** to finish.
45
46
46
47
## How to add external nodes to your multi-cloud pool
47
48
@@ -94,10 +95,11 @@ In order to add external nodes to your multi-cloud cluster, you must first [crea
94
95
## How to detach nodes from your multi-cloud pool
95
96
96
97
1. Click **Kubernetes** in the Compute section of the side menu. The Kubernetes creation page displays.
97
-
2. Click the cluster in question.
98
-
3. Click the **Nodes** tab.
99
-
4. Click <Iconname="more" /> next to the node you want to edit, then click **Delete** on the menu. A pop-up asks you to confirm the action.
100
-
5. Click **Delete node**.
98
+
2. From the drop-down menu, select the geographical region you want to manage.
99
+
3. Click the cluster in question.
100
+
4. Click the **Nodes** tab.
101
+
5. Click <Iconname="more" /> next to the node you want to edit, then click **Delete** on the menu. A pop-up asks you to confirm the action.
102
+
6. Click **Delete node**.
101
103
<Messagetype="note">
102
104
This action will remove your node from the cluster. Your external node will not be deleted from your other cloud provider account(s).
Copy file name to clipboardExpand all lines: pages/kubernetes/how-to/enable-easy-deploy.mdx
+12-9Lines changed: 12 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,10 +34,11 @@ You can also deploy off-the-shelf applications pre-configured for Scaleway produ
34
34
</Message>
35
35
36
36
1. Click **Kubernetes** in the **Containers** section of the [Scaleway console](https://console.scaleway.com) side menu. The Kubernetes Kapsule dashboard displays.
37
-
2. Click the name of the cluster you wish to deploy your image on. The **Cluster information** tab displays.
38
-
3. Click the **Easy Deploy** tab.
39
-
4. Click **Deploy application**.
40
-
5. Deploy the application. This step can be done in two ways:
37
+
2. From the drop-down menu, select the geographical region you want to manage.
38
+
3. Click the name of the cluster you wish to deploy your image on. The **Cluster information** tab displays.
39
+
4. Click the **Easy Deploy** tab.
40
+
5. Click **Deploy application**.
41
+
6. Deploy the application. This step can be done in two ways:
41
42
***Deployment from Container Registry**
42
43
43
44
* 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
116
117
## How to edit an application
117
118
118
119
1. Click **Kubernetes** in the **Containers** section of the [Scaleway console](https://console.scaleway.com) side menu. The Kubernetes Kapsule overview displays.
119
-
2. Click <Iconname="edit" /> next to the container you wish to edit, then click **Edit** in the menu. A pop-up displays with the configuration options.
120
-
3. When modifying an application deployed from **Container Registry**, modify the container parameters according to your requirements, then click **Update container** to conclude.
120
+
2. From the drop-down menu, select the geographical region you want to manage.
121
+
3. Click <Iconname="edit" /> next to the container you wish to edit, then click **Edit** in the menu. A pop-up displays with the configuration options.
122
+
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.
124
126
</Message>
125
-
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.
127
+
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.
1. Click **Kubernetes** in the **Containers** section of the [Scaleway console](https://console.scaleway.com) side menu. The Kubernetes Kapsule dashboard displays.
131
-
2. Click <Iconname="edit" /> next to the container you want to delete, then click **Delete** in the pop-up menu. A message prompt displays to request confirmation.
132
-
3. To confirm the deletion of the deployment, click **Delete Deployment**.
133
+
2. From the drop-down menu, select the geographical region you want to manage.
134
+
3. Click <Iconname="edit" /> next to the container you want to delete, then click **Delete** in the pop-up menu. A message prompt displays to request confirmation.
135
+
4. To confirm the deletion of the deployment, click **Delete Deployment**.
133
136
<Messagetype="important">
134
137
Deleting a deployment is irreversible, and all data related to the deployment will be deleted.
Copy file name to clipboardExpand all lines: pages/kubernetes/how-to/manage-allowed-ips.mdx
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,9 +33,10 @@ The default entry `0.0.0.0/0` enables any host to establish a connection.
33
33
## How to add an IP address
34
34
35
35
1. Click **Kubernetes** in the **Containers** section of the [Scaleway console](https://console.scaleway.com). The **Kubernetes dashboard** appears.
36
-
2. Select the cluster you wish to configure. The **Cluster information** page opens.
37
-
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.
38
-
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)**.
36
+
2. From the drop-down menu, select the geographical region you want to manage.
37
+
3. Select the cluster you wish to configure. The **Cluster information** page opens.
38
+
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.
39
+
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)**.
39
40
<Messagetype="note">
40
41
To restore default settings and allow connections from all IPs, add `0.0.0.0/0` to the list.
41
42
</Message>
@@ -47,7 +48,8 @@ The default entry `0.0.0.0/0` enables any host to establish a connection.
47
48
## How to delete an IP address
48
49
49
50
1. Click **Kubernetes** in the **Containers** section of the [Scaleway console](https://console.scaleway.com). The **Kubernetes dashboard** appears.
50
-
2. Select the cluster you wish to configure. The **Cluster information** page opens.
51
-
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.
52
-
4. Locate the IP address in your allowed list.
53
-
5. Click <Iconname="delete" /> next to the IP you want to delete. Confirm by typing **DELETE** in the pop-up, then click **Delete allowed IP** to confirm deletion.
51
+
2. From the drop-down menu, select the geographical region you want to manage.
52
+
3. Select the cluster you wish to configure. The **Cluster information** page opens.
53
+
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.
54
+
5. Locate the IP address in your allowed list.
55
+
6. Click <Iconname="delete" /> next to the IP you want to delete. Confirm by typing **DELETE** in the pop-up, then click **Delete allowed IP** to confirm deletion.
0 commit comments