You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.yaml
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8043,6 +8043,8 @@ paths:
8043
8043
summary: Kernels List
8044
8044
description: |
8045
8045
Lists available Kernels.
8046
+
8047
+
Due to the extensive list of available kernels, please keep [pagination](/docs/api/#pagination) controls in mind when managing responses to this command.
8046
8048
operationId: getKernels
8047
8049
x-linode-cli-action:
8048
8050
- list
@@ -22404,7 +22406,15 @@ components:
22404
22406
x-linode-cli-display: 1
22405
22407
kernel:
22406
22408
type: string
22407
-
description: A Kernel ID to boot a Linode with. Defaults to "linode/latest-64bit".
22409
+
default: linode/latest-64bit
22410
+
description: |
22411
+
A Kernel ID to boot a Linode with. Here are examples of commonly-used kernels:
22412
+
22413
+
* `linode/latest-64bit` (default): Our latest kernel at the time of instance boot/reboot.
22414
+
* `linode/grub2`: The upstream distribution-supplied kernel that is installed on the primary disk, or a custom kernel if installed.
22415
+
* `linode/direct-disk`: The MBR (Master Boot Record) of the primary disk/root device, used instead of a Linux kernel.
22416
+
22417
+
For a complete list of options, use the [Kernels List](/docs/api/linode-instances/#kernels-list) command.
0 commit comments