Skip to content
This repository was archived by the owner on Sep 18, 2020. It is now read-only.

Conversation

@dghubble
Copy link
Member

@dghubble dghubble commented Oct 17, 2017

We never even look at these analytics and its unclear what value they provide. No need to tradeoff being creepy if it isn't providing clear value.

beforeRebootAnnotations flagutil.StringSliceFlag
afterRebootAnnotations flagutil.StringSliceFlag
kubeconfig = flag.String("kubeconfig", "", "Path to a kubeconfig file. Default to the in-cluster config if not provided.")
analyticsEnabled = flag.Bool("analytics", true, "Send analytics to Google Analytics")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note, this will break people with -analytics=false set; it might be worth leaving the flag and printing a warning if it's set for a few releases.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was thinking a release note mentioning its removal in v0.4.0, but not opposed to leaving it

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make sure to call it out as a breaking change. I'm okay either way if it's called out correctly.

Since we don't currently have a process for that though, it might be better to err on the side of giving longer notice.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure

@dghubble
Copy link
Member Author

Added change to show a warning if -analytics flag is used (regardless of value). Rebased.

@dghubble dghubble merged commit e0332c7 into master Oct 18, 2017
@dghubble dghubble deleted the remove-analytics branch October 18, 2017 22:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants