File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -135,9 +135,11 @@ version = 2
135135 # i.e pass host devices through to privileged containers.
136136 privileged_without_host_devices = false
137137
138- # base_runtime_spec is a file path to a JSON file with the OCI spec that will be used as the base spec
139- # that all container's are created from.
140- # Use containerd's `ctr oci default-spec > /etc/containerd/cri-base.json` to output initial spec file.
138+ # 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
139+ # container's are created from.
140+ # Use containerd's `ctr oci spec > /etc/containerd/cri-base.json` to output initial spec file.
141+ # Spec files are loaded at launch, so containerd daemon must be restared on any changes to refresh default specs.
142+ # Still running containers and restarted containers will still be using the original spec from which that container was created.
141143 base_runtime_spec = " "
142144
143145 # 'plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc.options' is options specific to
You can’t perform that action at this time.
0 commit comments