Skip to content

Commit cb05b2d

Browse files
committed
apply commit fixes
1 parent 7cf7ab3 commit cb05b2d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ To avoid unexpected downtime or data loss, consider creating a new node group wi
114114

115115
To configure a launch template for a node group in your `nebari-config.yaml`, add the `launch_template` section under the desired node group:
116116

117-
```yaml
117+
````yaml
118118
amazon_web_services:
119119
region: us-west-2
120120
kubernetes_version: "1.18"
@@ -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
**Parameters:**
140140

@@ -151,7 +151,7 @@ amazon_web_services:
151151
If an `ami_id` is not provided, AWS will use the default Amazon Linux 2 AMI for the
152152
specified instance type. You can find the latest optimized AMI IDs for Amazon EKS in your
153153
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).
155155
:::
156156

157157
</TabItem>
@@ -181,7 +181,7 @@ azure:
181181
min_nodes: 0
182182
max_nodes: 5
183183
storage_account_postfix: t65ft6q5
184-
```
184+
````
185185
186186
</TabItem>
187187

0 commit comments

Comments
 (0)