Skip to content

Commit

Permalink
chore: QoS documentation touch-ups
Browse files Browse the repository at this point in the history
  • Loading branch information
cimomo committed Apr 19, 2019
1 parent 3ec0098 commit aa0b2b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/qos.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# QoS

Kube-OVN supports dynamically change ingress and egress traffic rate control by modifying annotation to pod spec.
Kube-OVN supports dynamically configurations of Ingress and Egress traffic rate limiting.

Use following keys to define qos:
- `ovn.kubernetes.io/ingress_rate`: traffic rate that inbound pod, unit Mbit/s
- `ovn.kubernetes.io/egress_rate`: traffic rate that outbound pod, unit Mbit/s
Use the following annotations to specify QoS:
- `ovn.kubernetes.io/ingress_rate`: Rate limit for Ingress traffic, unit: Mbit/s
- `ovn.kubernetes.io/egress_rate`: Rate limit for Egress traffic, unit: Mbit/s

Example:

Expand Down

0 comments on commit aa0b2b7

Please sign in to comment.