Skip to content

Commit

Permalink
Add UsageReportingEnabled missing configuration details (projectcalic…
Browse files Browse the repository at this point in the history
…o#245)

* Add UsageReportingEnabled missing configuration details
  • Loading branch information
lxpollitt authored and djosborne committed Nov 19, 2016
1 parent ee458dd commit f3f1f1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions v1.5/usage/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ The full list of parameters which can be set is as follows.
| PrometheusMetricsEnabled | "false" | Set to "true" to enable the experimental Prometheus metrics server in Felix. |
| PrometheusMetricsPort | 9091 | TCP port that the Prometheus metrics server should bind to. |
| EtcdDriverPrometheusMetricsPort | 9092 | TCP port that the Prometheus metrics server in the etcd driver process should bind to. |
| UsageReportingEnabled | "true" | Reports anonymous Calico version number and cluster size to projectcalico.org. Logs warnings returned by the usage server. For example, if a significant security vulnerability has been discovered in the version of Calico being used. |
| FailsafeInboundHostPorts | 22 | Comma-delimited list of TCP ports that Felix will allow incoming traffic to host endpoints on irrespective of the security policy. This is useful to avoid accidently cutting off a host with incorrect configuration. The default value allows ssh access. |
| FailsafeOutboundHostPorts | 2379,2380,4001,7001 | Comma-delimited list of TCP ports that Felix will allow outgoing from traffic from host endpoints to irrespective of the security policy. This is useful to avoid accidently cutting off a host with incorrect configuration. The default value opens etcd's standard ports to ensure that Felix does not get cut off from etcd.

Expand Down
1 change: 1 addition & 0 deletions v1.6/usage/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ The full list of parameters which can be set is as follows.
| PrometheusMetricsEnabled | "false" | Set to "true" to enable the experimental Prometheus metrics server in Felix. |
| PrometheusMetricsPort | 9091 | TCP port that the Prometheus metrics server should bind to. |
| EtcdDriverPrometheusMetricsPort | 9092 | TCP port that the Prometheus metrics server in the etcd driver process should bind to. |
| UsageReportingEnabled | "true" | Reports anonymous Calico version number and cluster size to projectcalico.org. Logs warnings returned by the usage server. For example, if a significant security vulnerability has been discovered in the version of Calico being used. |
| FailsafeInboundHostPorts | 22 | Comma-delimited list of TCP ports that Felix will allow incoming traffic to host endpoints on irrespective of the security policy. This is useful to avoid accidently cutting off a host with incorrect configuration. The default value allows ssh access. |
| FailsafeOutboundHostPorts | 2379,2380,4001,7001 | Comma-delimited list of TCP ports that Felix will allow outgoing from traffic from host endpoints to irrespective of the security policy. This is useful to avoid accidently cutting off a host with incorrect configuration. The default value opens etcd's standard ports to ensure that Felix does not get cut off from etcd.

Expand Down
1 change: 1 addition & 0 deletions v2.0/usage/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ The full list of parameters which can be set is as follows.
| StartupCleanupDelay | 30 | Delay, in seconds, before felix does its start-of-day cleanup to remove orphaned iptables chains and ipsets. Before the first cleanup, felix operates in "graceful restart" mode, during which it preserves any pre-existing chains and ipsets. In a large deployment you may want to increase this value to give felix more time to load the initial snapshot from etcd before cleaning up. |
| PrometheusMetricsEnabled | "false" | Set to "true" to enable the experimental Prometheus metrics server in Felix. |
| PrometheusMetricsPort | 9091 | Experimental: TCP port that the Prometheus metrics server should bind to. |
| UsageReportingEnabled | "true" | Reports anonymous Calico version number and cluster size to projectcalico.org. Logs warnings returned by the usage server. For example, if a significant security vulnerability has been discovered in the version of Calico being used. |
| FailsafeInboundHostPorts | 22 | Comma-delimited list of TCP ports that Felix will allow incoming traffic to host endpoints on irrespective of the security policy. This is useful to avoid accidently cutting off a host with incorrect configuration. The default value allows ssh access. |
| FailsafeOutboundHostPorts | 2379,2380,4001,7001 | Comma-delimited list of TCP ports that Felix will allow outgoing from traffic from host endpoints to irrespective of the security policy. This is useful to avoid accidently cutting off a host with incorrect configuration. The default value opens etcd's standard ports to ensure that Felix does not get cut off from etcd. |
| ReportingIntervalSecs | 30 | Interval at which Felix reports its status into the datastore or 0 to disable. Must be non-zero in OpenStack deployments. |
Expand Down

0 comments on commit f3f1f1e

Please sign in to comment.