Skip to content

Commit 48686f7

Browse files
committed
chore(linode): pin kernel version (#1123)
<!-- Please make sure there is an issue that this PR is correlated to. --> ## Changes <!-- If there are frontend changes, please include screenshots. -->
1 parent 312958e commit 48686f7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

svc/pkg/linode/src/util/api.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,9 @@ pub async fn create_instance_config(
186186
json!({
187187
"label": "boot_config",
188188
"booted": true,
189-
"kernel": "linode/latest-64bit",
189+
// IMPORTANT: Load test nodes before updating kernel version. 6.10 caused kernel
190+
// panics sporadically.
191+
"kernel": "linode/6.8.9-x86_64-linode164",
190192
"root_device": "/dev/sda",
191193
"devices": {
192194
"sda": {

0 commit comments

Comments
 (0)