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/manage-node-pools.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ This documentation provides step-by-step instructions on how to manage Kubernete
24
24
## How to create a new Kubernetes Kapsule node pool
25
25
26
26
<Messagetype="tip">
27
-
Kubernetes Kapsule supports using both [**fully isolated** and **controlled isolation**](kubernetes/reference-content/secure-cluster-with-private-network/#what-is-the-difference-between-controlled-isolation-and-full-isolation) node pools within the same cluster.
27
+
Kubernetes Kapsule supports using both **fully isolated** and **controlled isolation** node pools within the same cluster. [Learn more.](/kubernetes/reference-content/secure-cluster-with-private-network/#what-is-the-difference-between-controlled-isolation-and-full-isolation)
28
28
</Message>
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.
@@ -41,7 +41,7 @@ This documentation provides step-by-step instructions on how to manage Kubernete
41
41
7. Click **Review** once you have configured the desired pools. A summary of your configuration displays.
42
42
8. Verify your configuration and click **Submit** to add the pool(s) to your Kapsule cluster.
43
43
44
-
<Messagetype="tip">
44
+
<Messagetype="note">
45
45
Alternatively, you can use the Scaleway CLI to [create node pools](https://cli.scaleway.com/k8s/#create-a-new-pool-in-a-cluster).
46
46
</Message>
47
47
@@ -57,7 +57,7 @@ This documentation provides step-by-step instructions on how to manage Kubernete
57
57
- Enable or disable the [autoheal feature](/kubernetes/reference-content/using-kapsule-autoheal-feature/)
58
58
6. Click **Update pool** to update the pool configuration.
59
59
60
-
<Messagetype="tip">
60
+
<Messagetype="note">
61
61
Alternatively, you can use the Scaleway CLI to [update a node pool](https://cli.scaleway.com/k8s/#update-a-pool-in-a-cluster).
62
62
</Message>
63
63
@@ -67,7 +67,7 @@ This documentation provides step-by-step instructions on how to manage Kubernete
67
67
Always ensure that your **data is backed up** before performing any operations that could affect it.
68
68
</Message>
69
69
70
-
1. Create the new node pool with the desired configuration either [from the console](#how-to-create-a-new-kubernetes-kapsule-node-pool) or by using `scw`.
70
+
1. Create the new node pool with the desired configuration either [from the console](#how-to-create-a-new-kubernetes-kapsule-node-pool) or by using the Scaleway CLI tool `scw`.
71
71
<Messagetype="tip">
72
72
Ensure that the new node pool is properly labeled if necessary.
0 commit comments