From: Casey Callendrello Date: Tue, 22 Aug 2017 16:10:07 +0000 (+0200) Subject: Conventions: add the "ips" arg X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=0a0d0da638135f7e11ce735c6a69a0804b00e084;p=cni.git Conventions: add the "ips" arg --- diff --git a/CONVENTIONS.md b/CONVENTIONS.md index 76a8762..910140f 100644 --- a/CONVENTIONS.md +++ b/CONVENTIONS.md @@ -89,6 +89,7 @@ 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 | +| ips | Request static IPs |
"ips": ["10.2.2.42", "2001:db8::5"]
| none | host-local | ## CNI_ARGS CNI_ARGS formed part of the original CNI spec and have been present since the initial release.