Updated README to include bandwidth plugin
Also standardized to upper case for sentence starts.
This commit is contained in:
parent
dfbaeccc12
commit
79e7b27494
@ -15,12 +15,13 @@ Some CNI network plugins, maintained by the containernetworking team. For more i
|
|||||||
|
|
||||||
### IPAM: IP address allocation
|
### IPAM: IP address allocation
|
||||||
* `dhcp`: Runs a daemon on the host to make DHCP requests on behalf of the container
|
* `dhcp`: Runs a daemon on the host to make DHCP requests on behalf of the container
|
||||||
* `host-local`: maintains a local database of allocated IPs
|
* `host-local`: Maintains a local database of allocated IPs
|
||||||
|
|
||||||
### Meta: other plugins
|
### Meta: other plugins
|
||||||
* `flannel`: generates an interface corresponding to a flannel config file
|
* `flannel`: Generates an interface corresponding to a flannel config file
|
||||||
* `tuning`: Tweaks sysctl parameters of an existing interface
|
* `tuning`: Tweaks sysctl parameters of an existing interface
|
||||||
* `portmap`: An iptables-based portmapping plugin. Maps ports from the host's address space to the container.
|
* `portmap`: An iptables-based portmapping plugin. Maps ports from the host's address space to the container.
|
||||||
|
* `bandwidth`: Allows bandwidth-limiting through use of traffic control tbf (ingress/egress).
|
||||||
|
|
||||||
### Sample
|
### Sample
|
||||||
The sample plugin provides an example for building your own plugin.
|
The sample plugin provides an example for building your own plugin.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user