Getting current OCI base runtime specification
To get the current OCI base runtime specification, you can use the following command (yq -P . is used to pretty-print the output):
containerd) version.
Adjusting OCI base runtime specification
To adjust the OCI base runtime specification, the following machine configuration patch can be used:overrides field are merged with the current base runtime specification, so only the fields that need to be adjusted should be included.
Applying, updating, or removing a CRIBaseRuntimeSpecConfig regenerates the base runtime specification and restarts CRI automatically.
A Talos node reboot is not required, but the updated specification only affects containers created after the change.
The deprecated .machine.baseRuntimeSpecOverrides field remains supported during the deprecation period.
It is mutually exclusive with CRIBaseRuntimeSpecConfig; Talos rejects configurations containing both.