Skip to content

Commit d86a5ef

Browse files
committed
Updated kernels descriptions for clarity
1 parent 82626cd commit d86a5ef

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

openapi.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8033,6 +8033,8 @@ paths:
80338033
summary: Kernels List
80348034
description: |
80358035
Lists available Kernels.
8036+
8037+
Due to the extensive list of available kernels, please keep [pagination](/docs/api/#pagination) controls in mind when managing responses to this command.
80368038
operationId: getKernels
80378039
x-linode-cli-action:
80388040
- list
@@ -22373,7 +22375,11 @@ components:
2237322375
x-linode-cli-display: 1
2237422376
kernel:
2237522377
type: string
22376-
description: A Kernel ID to boot a Linode with. Defaults to "linode/latest-64bit".
22378+
default: linode/latest-64bit
22379+
description: |
22380+
A Kernel ID to boot a Linode with. Use `linode/grub2` for the upstream distribution-supplied kernel that is installed on the primary disk.
22381+
22382+
For a complete list of options, use the [Kernels List](/docs/api/linode-instances/#kernels-list) command.
2237722383
example: linode/latest-64bit
2237822384
x-linode-cli-display: 3
2237922385
comments:

0 commit comments

Comments
 (0)