Skip to content

Commit

Permalink
Move section to end of page
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Feb 1, 2024
1 parent 52fa465 commit 87c1319
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docs/uplink/become-a-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,18 +279,6 @@ When a tunnel is upgraded, you'll see a log line like this:
2024-01-11T12:25:15.442Z info operator/controller.go:860 Upgrading version {"tunnel": "ce.inlets", "from": "0.9.21", "to": "0.9.23"}
```
## Telemetry and usage data
The inlets-uplink Kubernetes operator will send telemetry data to OpenFaaS Ltd on a periodic basis. This information is used for calculating accurate usage metrics for billing purposes. This data is sent over HTTPS, does not contain any personal information, and is not shared with any third parties.
This data includes the following:
* Number of tunnels deployed
* Number of namespaces with at least one tunnel contained
* Kubernetes version
* Inlets Uplink version
* Number of installations of Inlets Uplink
## Configuration reference
Looking for the source for the Helm chart? The source is published directly to a container registry as an OCI bundle. View the source with: `helm template oci://ghcr.io/openfaasltd/inlets-uplink-provider`
Expand Down Expand Up @@ -327,4 +315,16 @@ Overview of inlets-uplink parameters in `values.yaml`.
| `affinity`| Node affinity for pod assignments. | `{}` |
| `tolerations` | Node tolerations for pod assignment. | `[]` |
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`
## Telemetry and usage data
The inlets-uplink Kubernetes operator will send telemetry data to OpenFaaS Ltd on a periodic basis. This information is used for calculating accurate usage metrics for billing purposes. This data is sent over HTTPS, does not contain any personal information, and is not shared with any third parties.
This data includes the following:
* Number of tunnels deployed
* Number of namespaces with at least one tunnel contained
* Kubernetes version
* Inlets Uplink version
* Number of installations of Inlets Uplink

0 comments on commit 87c1319

Please sign in to comment.