Merge pull request #1535 from lumjjb/updatecri-doc

Update doc cri plugin convention
This commit is contained in:
Mike Brown 2020-07-23 11:18:44 -05:00 committed by GitHub
commit 0443a13da7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,9 +21,8 @@ An example for configuring the "node" key model for container image decryption:
Configure `cri` to enable decryption with "node" key model Configure `cri` to enable decryption with "node" key model
```toml ```toml
[plugins.cri.image_decryption] [plugins."io.containerd.grpc.v1.cri".image_decryption]
key_model = "node" key_model = "node"
``` ```
Configure `containerd` daemon [`stream_processors`](https://github.com/containerd/containerd/blob/master/docs/stream_processors.md) to handle the Configure `containerd` daemon [`stream_processors`](https://github.com/containerd/containerd/blob/master/docs/stream_processors.md) to handle the