Skip to content

Commit 24ae90f

Browse files
committed
replace warnings and tips
1 parent 39feed1 commit 24ae90f

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

docs/docs/explanations/advanced-provider-configuration.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,14 @@ amazon_web_services:
102102

103103
Nebari supports configuring launch templates for your node groups, enabling you to customize settings like the AMI ID and pre-bootstrap commands. This is particularly useful if you need to use a custom AMI or perform specific actions before the node joins the cluster.
104104

105+
:::warning
106+
If you add a `launch_template` to an existing node group that was previously created without one, AWS will treat this as a change requiring the replacement of the entire node group. This action will trigger a reallocation of resources, effectively destroying the current node group and recreating it. This behavior is due to how AWS handles self-managed node groups versus those using launch templates with custom settings.
107+
:::
108+
109+
:::tip
110+
To avoid unexpected downtime or data loss, consider creating a new node group with the launch template settings and migrating your workloads accordingly. This approach allows you to implement the new configuration without disrupting your existing resources.
111+
:::
112+
105113
#### Configuring a Launch Template
106114

107115
To configure a launch template for a node group in your `nebari-config.yaml`, add the `launch_template` section under the desired node group:
@@ -139,12 +147,6 @@ cluster region by inspecting its respective SSM parameter. For more information,
139147
[Retrieve recommended Amazon Linux AMI IDs](https://docs.aws.amazon.com/eks/latest/userguide/retrieve-ami-id.html).
140148
:::
141149

142-
:::warning If you add a `launch_template` to an existing node group that was previously created without one, AWS will treat this as a change requiring the replacement of the entire node group. This action will trigger a reallocation of resources, effectively destroying the current node group and recreating it. This behavior is due to how AWS handles self-managed node groups versus those using launch templates with custom settings.
143-
:::
144-
145-
:::tip To avoid unexpected downtime or data loss, consider creating a new node group with the launch template settings and migrating your workloads accordingly. This approach allows you to implement the new configuration without disrupting your existing resources.
146-
:::
147-
148150
</TabItem>
149151

150152
<TabItem value="azure" label="Azure">

0 commit comments

Comments
 (0)