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
# base_runtime_spec is a file path to a JSON file with the OCI spec that will be used as the base spec that all
# container's are created from.
# Use containerd's `ctr oci spec > /etc/containerd/cri-base.json` to output initial spec file.
# Spec files are loaded at launch, so containerd daemon must be restarted on any changes to refresh default specs.
# Still running containers and restarted containers will still be using the original spec from which that container was created.
base_runtime_spec = ""
Idea: Talos generates base OCI spec, and merge machine configuration patches supplied by the user, building a final base OCI spec which will be used by the CRI.
This allows e.g. to change default ulimits for containers, or in general any OCI settings which are not configurable in Kubernetes.
The text was updated successfully, but these errors were encountered:
From containerd config:
Idea: Talos generates base OCI spec, and merge machine configuration patches supplied by the user, building a final base OCI spec which will be used by the CRI.
This allows e.g. to change default ulimits for containers, or in general any OCI settings which are not configurable in Kubernetes.
The text was updated successfully, but these errors were encountered: