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

Commit

Permalink
doc: add rate limiter annotations
Browse files Browse the repository at this point in the history
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 penny.zheng@arm.com
Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
  • Loading branch information
fidencio committed May 4, 2021
1 parent e04ec47 commit 138be5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions how-to/how-to-set-sandbox-config-kata.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ There are several kinds of Kata configurations and they are listed below.
| `io.katacontainers.config.hypervisor.virtio_fs_cache` | string | the cache mode for virtio-fs, valid values are `always`, `auto` and `none` |
| `io.katacontainers.config.hypervisor.virtio_fs_daemon` (R) | string | virtio-fs `vhost-user` daemon path |
| `io.katacontainers.config.hypervisor.virtio_fs_extra_args` | string | extra options passed to `virtiofs` daemon |
| `io.katacontainers.config.hypervisor.rx_rate_limiter_max_rate` | uint64 | `rx` rate limiter for throttling network I/O inbound bandwidth |
| `io.katacontainers.config.hypervisor.tx_rate_limiter_max_rate` | uint64 | `tx` rate limiter for throttling network I/O outbound bandwidth |

# CRI Configuration

Expand Down

0 comments on commit 138be5d

Please sign in to comment.