diff --git a/CONVENTIONS.md b/CONVENTIONS.md index 6b2603ac..ec455f29 100644 --- a/CONVENTIONS.md +++ b/CONVENTIONS.md @@ -61,7 +61,6 @@ For example: | Area | Purpose| Spec and Example | Runtime implementations | Plugin Implementations | | ------ | ------ | ------ | ------ | ------ | ------ | | labels | Pass`key=value` labels to plugins |
"labels" : [
{ "key" : "app", "value" : "myapp" },
{ "key" : "env", "value" : "prod" }
]
| none | none | -| port mappings | Pass mapping from ports on the host to ports in the container network namespace. |
"port_mappings" : [
{ "host_port": 8080, "container_port": 80, "protocol": "tcp" },
{ "host_port": 8000, "container_port": 8001, "protocol": "udp" }
]
| none | none | ## CNI_ARGS CNI_ARGS formed part of the original CNI spec and have been present since the initial release.