Update doc cri plugin convention
Signed-off-by: Brandon Lum <lumjjb@gmail.com>
This commit is contained in:
parent
fcda0cf4a7
commit
f93b72530f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user