Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion machineconfiguration/v1/0000_80_machineconfig.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ spec:
nullable: true
x-kubernetes-list-type: atomic
kernelType:
description: kernelType contains which kernel we want to be running like default (traditional), realtime.
description: kernelType contains which kernel we want to be running like default (traditional), realtime, 64k-pages (aarch64 only).
type: string
osImageURL:
description: OSImageURL specifies the remote location that will be used to fetch the OS.
Expand Down
2 changes: 1 addition & 1 deletion machineconfiguration/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ type MachineConfigSpec struct {
FIPS bool `json:"fips"`

// kernelType contains which kernel we want to be running like default
// (traditional), realtime.
// (traditional), realtime, 64k-pages (aarch64 only).
// +optional
KernelType string `json:"kernelType"`
}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.