Skip to content

Commit d8a83fb

Browse files
authored
Merge pull request #583 from bottlerocket-os/main
Deploy till v1.57.0
2 parents e882e28 + 6102096 commit d8a83fb

1,387 files changed

Lines changed: 18575 additions & 110325 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
env:
3434
# based on known good environment
35-
HUGO_VERSION: 0.123.8
35+
HUGO_VERSION: 0.156.0
3636
steps:
3737
- name: Install Hugo CLI
3838
run: |

Makefile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
preview:
44
docker run --rm -it \
5-
-v "${PWD}":/src \
5+
-v "${PWD}":/project \
66
-p 1313:1313 \
7-
hugomods/hugo:exts-0.123.8 \
8-
hugo server -w --bind=0.0.0.0
7+
ghcr.io/gohugoio/hugo:v0.156.0 \
8+
server -w --bind=0.0.0.0
99

1010
preview_finch:
1111
finch run --rm -it \
12-
-v "${PWD}":/src \
12+
-v "${PWD}":/project \
1313
-p 1313:1313 \
14-
hugomods/hugo:exts-0.123.8 \
15-
hugo server -w --bind=0.0.0.0 --poll 700ms
14+
ghcr.io/gohugoio/hugo:v0.156.0 \
15+
server -w --bind=0.0.0.0 --poll 700ms
1616

1717
mdlint:
1818
docker run --rm \

assets/scss/_variables_project.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ $tan-link: #e96f00;
4343
$light: #fff;
4444
$light-text: #0a4158;
4545
$light-link: #e96f00;
46-
46+
$yellow: #ffa630;
4747
/* replacement for black */
4848
$dark: #020e13;
4949

@@ -58,7 +58,9 @@ $font-weight-bold: 600;
5858

5959
$primary: $light;
6060
$body-color: $dark;
61-
61+
// Restore bg-warning color avoiding docsy's bug where warning and danger
62+
// have the same colour
63+
$warning: $yellow;
6264

6365
$td-sidebar-bg-color: $light;
6466
$td-sidebar-tree-root-color: $dark;

content/en/brupop/1.3.x/setup/configure/index.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If you choose to not use helm, refer to the {{< github-link-at-version url="http
1616

1717
### Label nodes
1818

19-
{{% alert title="Warning" color="warning" %}}
19+
{{% alert title="Warning" color="danger" %}}
2020
You can fully install Brupop but if you do not apply the proper node labels the operator will not update your nodes.
2121
{{% /alert %}}
2222

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
+++
2+
question = "How do I collect NVIDIA GPU diagnostics on Bottlerocket?"
3+
group = "Troubleshooting"
4+
+++
5+
6+
The admin container includes a patched version of NVIDIA's `nvidia-bug-report.sh` that works on Bottlerocket.
7+
You must be running a GPU-enabled variant (e.g. `aws-k8s-*-nvidia` or `aws-ecs-*-nvidia`).
8+
9+
Enter the admin container and run the script:
10+
11+
```bash
12+
sudo nvidia-bug-report.sh
13+
```
14+
15+
The script automatically detects Bottlerocket, installs needed tools, and collects GPU diagnostics.
16+
The output is saved as `nvidia-bug-report.log.gz` in the current directory.

content/en/os/1.14.x/login/regaining-access/index.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In some cases where both the admin and control containers are disabled, it is st
1313

1414
In general, the solution is to mount the [API client](https://github.com/bottlerocket-os/bottlerocket/blob/develop/sources/api/apiclient/README.md) and API socket into a container on the Bottlerocket node and use the API client to re-enable the admin container, control container, or both.
1515

16-
{{% alert title="Warning" color="warning" %}}
16+
{{% alert title="Warning" color="danger" %}}
1717
The solutions on this page provide a minimal overview.
1818
It involves mounting critical resources into containers with elevated privileges.
1919
Use carefully, only run as long as necessary, and clean up afterwards.

content/en/os/1.15.x/api/settings/boot/_index.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ toc_hide=true
55
description="Settings related to kernel boot config (`settings.boot.*`)"
66
+++
77

8-
{{% alert title="Warning" color="warning" %}}
8+
{{% alert title="Warning" color="danger" %}}
99
Bottlerocket only allows boot configuration for `kernel` and `init`.
1010
If you specify any other boot config key the settings generation will fail.
1111
{{% /alert %}}

content/en/os/1.15.x/login/regaining-access/index.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In some cases where both the admin and control containers are disabled, it is st
1313

1414
In general, the solution is to mount the [API client](https://github.com/bottlerocket-os/bottlerocket/blob/develop/sources/api/apiclient/README.md) and API socket into a container on the Bottlerocket node and use the API client to re-enable the admin container, control container, or both.
1515

16-
{{% alert title="Warning" color="warning" %}}
16+
{{% alert title="Warning" color="danger" %}}
1717
The solutions on this page provide a minimal overview.
1818
It involves mounting critical resources into containers with elevated privileges.
1919
Use carefully, only run as long as necessary, and clean up afterwards.

content/en/os/1.16.x/api/settings/boot/_index.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ toc_hide=true
55
description="Settings related to kernel boot config (`settings.boot.*`)"
66
+++
77

8-
{{% alert title="Warning" color="warning" %}}
8+
{{% alert title="Warning" color="danger" %}}
99
Bottlerocket only allows boot configuration for `kernel` and `init`.
1010
If you specify any other boot config key the settings generation will fail.
1111
{{% /alert %}}

content/en/os/1.16.x/login/regaining-access/index.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In some cases where both the admin and control containers are disabled, it is st
1313

1414
In general, the solution is to mount the [API client](https://github.com/bottlerocket-os/bottlerocket/blob/develop/sources/api/apiclient/README.md) and API socket into a container on the Bottlerocket node and use the API client to re-enable the admin container, control container, or both.
1515

16-
{{% alert title="Warning" color="warning" %}}
16+
{{% alert title="Warning" color="danger" %}}
1717
The solutions on this page provide a minimal overview.
1818
It involves mounting critical resources into containers with elevated privileges.
1919
Use carefully, only run as long as necessary, and clean up afterwards.

0 commit comments

Comments
 (0)