@@ -114,7 +114,7 @@ To avoid unexpected downtime or data loss, consider creating a new node group wi
114
114
115
115
To configure a launch template for a node group in your `nebari-config.yaml`, add the `launch_template` section under the desired node group :
116
116
117
- ` ` ` yaml
117
+ ` ` ` ` yaml
118
118
amazon_web_services :
119
119
region : us-west-2
120
120
kubernetes_version : " 1.18"
@@ -129,12 +129,12 @@ amazon_web_services:
129
129
ami_id : ami-0abcdef1234567890
130
130
# Command to run before the node joins the cluster
131
131
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"
138
138
139
139
**Parameters:**
140
140
@@ -151,7 +151,7 @@ amazon_web_services:
151
151
If an `ami_id` is not provided, AWS will use the default Amazon Linux 2 AMI for the
152
152
specified instance type. You can find the latest optimized AMI IDs for Amazon EKS in your
153
153
cluster region by inspecting its respective SSM parameters. For more information, see
154
- [Retrieve recommended Amazon Linux AMI IDs](https://docs.aws.amazon.com/eks/latest/userguide/retrieve-ami-id.html).
154
+ [Retrieve recommended Amazon Linux AMI IDs](https://docs.aws.amazon.com/eks/latest/userguide/retrieve-ami-id.html).
155
155
:: :
156
156
157
157
</TabItem>
@@ -181,7 +181,7 @@ azure:
181
181
min_nodes: 0
182
182
max_nodes: 5
183
183
storage_account_postfix: t65ft6q5
184
- ` ` `
184
+ ` ` ` `
185
185
186
186
</TabItem>
187
187
0 commit comments