Back to Talos

CRIBaseRuntimeSpecConfig

website/content/v1.14/reference/configuration/cri/cribaseruntimespecconfig.md

1.14.0882 B
Original Source
<!-- markdownlint-disable -->

{{< highlight yaml >}} apiVersion: v1alpha1 kind: CRIBaseRuntimeSpecConfig

Overrides for the default OCI runtime specification used by CRI containers.

overrides: process: rlimits: - hard: 1024 soft: 1024 type: RLIMIT_NOFILE {{< /highlight >}}

FieldTypeDescriptionValue(s)
overridesUnstructuredOverrides for the default OCI runtime specification used by CRI containers.

This document is mutually exclusive with the deprecated .machine.baseRuntimeSpecOverrides field.

Strategic merge patches replace this overrides object as a whole, so reapplying the same document is idempotent.

Applying, updating, or removing these overrides restarts CRI automatically. A machine reboot is not required. | |