Skip to content

Commit 5b028fd

Browse files
author
Neil Jerram
authored
Merge pull request #950 from neiljerram/datastore-type
Felix 'DatastoreDriver' config should be 'DatastoreType'
2 parents 14ab01f + c44512b commit 5b028fd

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

master/reference/felix/configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The full list of parameters which can be set is as follows.
2121

2222
| Setting | Environment variable | Default | Meaning |
2323
|-----------------------------------------|-----------------------------------------|--------------------------------------|-----------------------------------------|
24-
| DatastoreDriver | FELIX_DATASTOREDRIVER | etcdv2 | One of "etcdv2" or "kubernetes". The datastore that Felix should read endpoints and policy information from. |
24+
| DatastoreType | FELIX_DATASTORETYPE | etcdv2 | One of "etcdv2" or "kubernetes". The datastore that Felix should read endpoints and policy information from. |
2525
| FelixHostname | FELIX_FELIXHOSTNAME | socket.gethostname() | The hostname Felix reports to the plugin. Should be used if the hostname Felix autodetects is incorrect or does not match what the plugin will expect. |
2626
| LogFilePath | FELIX_LOGFILEPATH | /var/log/calico/felix.log | The full path to the Felix log. Set to "none" to disable file logging. |
2727
| LogSeveritySys | FELIX_LOGSEVERITYSYS | INFO | The log severity above which logs are sent to the syslog. Valid values are DEBUG, INFO, WARNING, ERROR and CRITICAL, or NONE for no logging to syslog (all values case insensitive). |

v2.1/reference/felix/configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The full list of parameters which can be set is as follows.
2121

2222
| Setting | Environment variable | Default | Meaning |
2323
|-----------------------------------------|-----------------------------------------|--------------------------------------|-----------------------------------------|
24-
| DatastoreDriver | FELIX_DATASTOREDRIVER | etcdv2 | One of "etcdv2" or "kubernetes". The datastore that Felix should read endpoints and policy information from. |
24+
| DatastoreType | FELIX_DATASTORETYPE | etcdv2 | One of "etcdv2" or "kubernetes". The datastore that Felix should read endpoints and policy information from. |
2525
| FelixHostname | FELIX_FELIXHOSTNAME | socket.gethostname() | The hostname Felix reports to the plugin. Should be used if the hostname Felix autodetects is incorrect or does not match what the plugin will expect. |
2626
| LogFilePath | FELIX_LOGFILEPATH | /var/log/calico/felix.log | The full path to the felix log. Set to "none" to disable file logging. |
2727
| LogSeveritySys | FELIX_LOGSEVERITYSYS | INFO | The log severity above which logs are sent to the syslog. Valid values are DEBUG, INFO, WARNING, ERROR and CRITICAL, or NONE for no logging to syslog (all values case insensitive). |

v2.2/reference/felix/configuration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The full list of parameters which can be set is as follows.
2121

2222
| Setting | Environment variable | Default | Meaning |
2323
|-----------------------------------------|-----------------------------------------|--------------------------------------|-----------------------------------------|
24-
| DatastoreDriver | FELIX_DATASTOREDRIVER | etcdv2 | One of "etcdv2" or "kubernetes". The datastore that Felix should read endpoints and policy information from. |
24+
| DatastoreType | FELIX_DATASTORETYPE | etcdv2 | One of "etcdv2" or "kubernetes". The datastore that Felix should read endpoints and policy information from. |
2525
| FelixHostname | FELIX_FELIXHOSTNAME | socket.gethostname() | The hostname Felix reports to the plugin. Should be used if the hostname Felix autodetects is incorrect or does not match what the plugin will expect. |
2626
| LogFilePath | FELIX_LOGFILEPATH | /var/log/calico/felix.log | The full path to the felix log. Set to "none" to disable file logging. |
2727
| LogSeveritySys | FELIX_LOGSEVERITYSYS | INFO | The log severity above which logs are sent to the syslog. Valid values are DEBUG, INFO, WARNING, ERROR and CRITICAL, or NONE for no logging to syslog (all values case insensitive). |
@@ -116,4 +116,4 @@ to set a per-host override for "myhost" to move the log file to /tmp/felix.log:
116116

117117
(For a global setting, omit the `--node=` option.)
118118

119-
For more information, see the [calicoctl config documentation](../calicoctl/commands/config).
119+
For more information, see the [calicoctl config documentation](../calicoctl/commands/config).

v2.3/reference/felix/configuration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The full list of parameters which can be set is as follows.
2222

2323
| Setting | Environment variable | Default | Meaning |
2424
|-----------------------------------------|-----------------------------------------|--------------------------------------|-----------------------------------------|
25-
| DatastoreDriver | FELIX_DATASTOREDRIVER | etcdv2 | One of "etcdv2" or "kubernetes". The datastore that Felix should read endpoints and policy information from. |
25+
| DatastoreType | FELIX_DATASTORETYPE | etcdv2 | One of "etcdv2" or "kubernetes". The datastore that Felix should read endpoints and policy information from. |
2626
| FelixHostname | FELIX_FELIXHOSTNAME | socket.gethostname() | The hostname Felix reports to the plugin. Should be used if the hostname Felix autodetects is incorrect or does not match what the plugin will expect. |
2727
| LogFilePath | FELIX_LOGFILEPATH | /var/log/calico/felix.log | The full path to the felix log. Set to "none" to disable file logging. |
2828
| LogSeveritySys | FELIX_LOGSEVERITYSYS | INFO | The log severity above which logs are sent to the syslog. Valid values are DEBUG, INFO, WARNING, ERROR and CRITICAL, or NONE for no logging to syslog (all values case insensitive). |
@@ -119,4 +119,4 @@ to set a per-host override for "myhost" to move the log file to /tmp/felix.log:
119119

120120
(For a global setting, omit the `--node=` option.)
121121

122-
For more information, see the [calicoctl config documentation](../calicoctl/commands/config).
122+
For more information, see the [calicoctl config documentation](../calicoctl/commands/config).

0 commit comments

Comments
 (0)