Merge pull request #38397 from ramobis/patch-1
Add hint about a potentially required configuration reset of containerd
This commit is contained in:
commit
c988b6fa44
|
|
@ -225,6 +225,13 @@ that the CRI integration plugin is disabled by default.
|
|||
You need CRI support enabled to use containerd with Kubernetes. Make sure that `cri`
|
||||
is not included in the`disabled_plugins` list within `/etc/containerd/config.toml`;
|
||||
if you made changes to that file, also restart `containerd`.
|
||||
|
||||
If you experience container crash loops after the initial cluster installation or after
|
||||
installing a CNI, the containerd configuration provided with the package might contain
|
||||
incompatible configuration parameters. Consider resetting the containerd configuration
|
||||
with `containerd config default > /etc/containerd/config.toml` as specified in
|
||||
[getting-started.md](https://github.com/containerd/containerd/blob/main/docs/getting-started.md#advanced-topics)
|
||||
and then set the configuration parameters specified above accordingly.
|
||||
{{< /note >}}
|
||||
|
||||
If you apply this change, make sure to restart containerd:
|
||||
|
|
|
|||
Loading…
Reference in New Issue