You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/uplink/become-a-provider.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -279,18 +279,6 @@ When a tunnel is upgraded, you'll see a log line like this:
279
279
2024-01-11T12:25:15.442Z info operator/controller.go:860 Upgrading version {"tunnel": "ce.inlets", "from": "0.9.21", "to": "0.9.23"}
280
280
```
281
281
282
-
## Telemetry and usage data
283
-
284
-
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.
285
-
286
-
This data includes the following:
287
-
288
-
* Number of tunnels deployed
289
-
* Number of namespaces with at least one tunnel contained
290
-
* Kubernetes version
291
-
* Inlets Uplink version
292
-
* Number of installations of Inlets Uplink
293
-
294
282
## Configuration reference
295
283
296
284
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`
@@ -327,4 +315,16 @@ Overview of inlets-uplink parameters in `values.yaml`.
327
315
| `affinity`| Node affinity for pod assignments. | `{}` |
328
316
| `tolerations` | Node tolerations for pod assignment. | `[]` |
329
317
330
-
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`
318
+
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`
319
+
320
+
## Telemetry and usage data
321
+
322
+
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.
323
+
324
+
This data includes the following:
325
+
326
+
* Number of tunnels deployed
327
+
* Number of namespaces with at least one tunnel contained
0 commit comments