From 475581873db89067c76e8173a6afefb4724c8c2d Mon Sep 17 00:00:00 2001 From: "Mark St.Godard" Date: Thu, 17 Nov 2016 15:54:29 -0600 Subject: [PATCH] flannel: rename stateDir to dataDir Rename StateDir to DataDir for flannel CNI plugin --- flannel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flannel.md b/flannel.md index c0ab3fde..0efb6905 100644 --- a/flannel.md +++ b/flannel.md @@ -73,7 +73,7 @@ To use `ipvlan` instead of `bridge`, the following configuration can be specifie * `name` (string, required): the name of the network * `type` (string, required): "flannel" * `subnetFile` (string, optional): full path to the subnet file written out by flanneld. Defaults to /run/flannel/subnet.env -* `stateDir` (string, optional): path to directory where plugin will store generated network configuration files. Defaults to `/var/lib/cni/flannel` +* `dataDir` (string, optional): path to directory where plugin will store generated network configuration files. Defaults to `/var/lib/cni/flannel` * `delegate` (dictionary, optional): specifies configuration options for the delegated plugin. flannel plugin will always set the following fields in the delegated plugin configuration: