This reverts commit 37e406ca63.
Relates to https://github.com/docker/containerd-packaging/pull/215#discussion_r632804641
> removing this does have some impact on rpm users who are currently overwriting
> the rpm supplied config.toml with their own. This being removed above, causes
> the user supplied override config.toml file also to be deleted, when they upgrade
> to a rpm version with this change. rpm moves the file to.rpmsave/.rpmnew after
> upgrading to the new version with the above change.
Reverting this change (at least temporarily until we figure out an alternative)
is the safest option for now.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This configuration file was used to disable the CRI plugin to work around an
issue where CRI was automatically listening for remote connections.
That problem was resolved, so we no longer need a customized configuration.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>