Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit 138be5d

Browse files
committed
doc: add rate limiter annotations
add doc for tx/rx rate limiter annotations, that is, io.katacontainers.config.hypervisor.rx_rate_limiter_max_rate, and io.katacontainers.config.hypervisor.tx_rate_limiter_max_rate. This is based on #682. Fixes: #681 Signed-off-by: Penny Zheng [email protected] Signed-off-by: Fabiano Fidêncio <[email protected]>
1 parent e04ec47 commit 138be5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

how-to/how-to-set-sandbox-config-kata.md

+2
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ There are several kinds of Kata configurations and they are listed below.
9090
| `io.katacontainers.config.hypervisor.virtio_fs_cache` | string | the cache mode for virtio-fs, valid values are `always`, `auto` and `none` |
9191
| `io.katacontainers.config.hypervisor.virtio_fs_daemon` (R) | string | virtio-fs `vhost-user` daemon path |
9292
| `io.katacontainers.config.hypervisor.virtio_fs_extra_args` | string | extra options passed to `virtiofs` daemon |
93+
| `io.katacontainers.config.hypervisor.rx_rate_limiter_max_rate` | uint64 | `rx` rate limiter for throttling network I/O inbound bandwidth |
94+
| `io.katacontainers.config.hypervisor.tx_rate_limiter_max_rate` | uint64 | `tx` rate limiter for throttling network I/O outbound bandwidth |
9395

9496
# CRI Configuration
9597

0 commit comments

Comments
 (0)