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
* Clarified usage reporting guide.
* Clarified and added section formatting.
* Changed word component to application
* Changed another "component" to "application"
Copy file name to clipboardExpand all lines: content/docs/other-guides/usage-reporting.md
+63-30
Original file line number
Diff line number
Diff line change
@@ -4,49 +4,82 @@ description = "Opting in or out of anonymous usage data reported from Kubeflow"
4
4
weight = 40
5
5
+++
6
6
7
-
When enabled, Kubeflow will report **anonymous** usage data using [spartakus](https://github.com/kubernetes-incubator/spartakus), Kubernetes' reporting tool. Spartakus **does not report any personal information**. See [here](https://github.com/kubernetes-incubator/spartakus) for more detail.
8
-
This is entirely voluntary and you can opt out by doing the following:
7
+
When enabled, Kubeflow will report **anonymous** usage data using
kubectl get -n ${NAMESPACE} deploy spartakus-volunteer
21
36
```
22
37
23
-
**Reporting usage data is one of the most significant contributions you can make to Kubeflow; so please consider turning it on.** This data allows us to improve the project and helps the many companies working on Kubeflow justify continued investment.
38
+
## Remove usage reporting before deploying Kubeflow
24
39
25
-
**To prevent Spartakus from being deployed,** do the following before running `kfctl apply`:
40
+
The following instructions assume that you plan to use the `kfctl` command-line
0 commit comments