Skip to content

Commit 30dde5a

Browse files
committed
fix typo
1 parent 1c17015 commit 30dde5a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,12 @@ amazon_web_services:
129129
ami_id: ami-0abcdef1234567890
130130
# Command to run before the node joins the cluster
131131
pre_bootstrap_command: |
132-
#!/bin/bash
133-
# This script is executed before the node is bootstrapped
134-
# You can use this script to install additional packages or configure the node
135-
# For example, to install the `htop` package, you can run:
136-
# sudo apt-get update
137-
# sudo apt-get install -y htop"
132+
#!/bin/bash
133+
# This script is executed before the node is bootstrapped
134+
# You can use this script to install additional packages or configure the node
135+
# For example, to install the `htop` package, you can run:
136+
# sudo apt-get update
137+
# sudo apt-get install -y htop"
138138
```
139139

140140
**Parameters:**
@@ -146,7 +146,7 @@ amazon_web_services:
146146
This command is injected in the `user_data` field of the launch template. For more
147147
information, see [User Data](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html).
148148

149-
> If you're using a `launch_template` with a custom `ami_id`, there's an issue with updating the `scaling`.desired_size` via Nebari configuration (terraform). To scale up, you must recreate the node group or adjust the scaling settings directly in the AWS Console UI (recommended). We are aware of this inconsistency and plan to address it in a future update.
149+
> If you're using a `launch_template` with a custom `ami_id`, there's an issue with updating the `scaling.desired_size` via Nebari configuration (terraform). To scale up, you must recreate the node group or adjust the scaling settings directly in the AWS Console UI (recommended). We are aware of this inconsistency and plan to address it in a future update.
150150
151151
:::note
152152
If an `ami_id` is not provided, AWS will use the default Amazon Linux 2 AMI for the

0 commit comments

Comments
 (0)