Documentation
¶
Overview ¶
Package shape wires the `solo-provisioner network shape` verbs to the internal/network/shape manager. The shape scope manages the tc HTB bandwidth plane on $EGRESS (physical NIC) and $VETH (pod traffic), maintaining per-class rate/ceil/prio configurations that drive the tc-egress.sh boot script and the daemon pod-lifecycle watcher.
Two forms of `create` are supported, mutually exclusive via --class/--device:
- create --device <dir> --rate <speed> --default <class>: configure the root HTB qdisc and trunk class for "ingress" ($VETH) or "egress" ($NIC).
- create --class <name> --rate <speed> [--ceil <speed>] [--prio <n>]: add an HTB leaf class; device direction is derived from the class name.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.