Merge pull request #35216 from oradwell/patch-1
[en] Fix containerd config link
This commit is contained in:
@@ -116,7 +116,7 @@ Runtime handlers are configured through containerd's configuration at
|
|||||||
[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.${HANDLER_NAME}]
|
[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.${HANDLER_NAME}]
|
||||||
```
|
```
|
||||||
|
|
||||||
See containerd's [config documentation](https://github.com/containerd/cri/blob/master/docs/config.md)
|
See containerd's [config documentation](https://github.com/containerd/containerd/blob/main/docs/cri/config.md)
|
||||||
for more details:
|
for more details:
|
||||||
|
|
||||||
#### {{< glossary_tooltip term_id="cri-o" >}}
|
#### {{< glossary_tooltip term_id="cri-o" >}}
|
||||||
|
|||||||
@@ -217,7 +217,7 @@ When using kubeadm, manually configure the
|
|||||||
|
|
||||||
#### Overriding the sandbox (pause) image {#override-pause-image-containerd}
|
#### Overriding the sandbox (pause) image {#override-pause-image-containerd}
|
||||||
|
|
||||||
In your [containerd config](https://github.com/containerd/cri/blob/master/docs/config.md) you can overwrite the
|
In your [containerd config](https://github.com/containerd/containerd/blob/main/docs/cri/config.md) you can overwrite the
|
||||||
sandbox image by setting the following config:
|
sandbox image by setting the following config:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
|
|||||||
Reference in New Issue
Block a user