-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make telemetry opt-out #140
Conversation
Signed-off-by: 6za <53096417+6za@users.noreply.github.com>
it would be better to use the dry run flag to decide to send/or not telemetry data
then we dont need extra flags/code |
Signed-off-by: 6za <53096417+6za@users.noreply.github.com>
|
Sample init: go run . init --admin-email johndoe@somewhere.io --cloud aws --hosted-zone-name somewhere.io --region us-east-1 --disable-telemetry Logs will show:
Sample on go run . cluster create --disable-telemetry |
why do we want to have a real run without telemetry? |
Some users may not like to send telemetry for privacy concerns. |
Signed-off-by: João Vanzuita <joao@kubeshop.io>
Updated sample:
|
Signed-off-by: 6za <53096417+6za@users.noreply.github.com>
Allow telemetry to be disabled by user choice.
Signed-off-by: 6za 53096417+6za@users.noreply.github.com