Skip to content

[dashboard] Disable UI experiments for self-hosted #7167

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

Closed
JanKoehnlein opened this issue Dec 10, 2021 · 5 comments · Fixed by #7314
Closed

[dashboard] Disable UI experiments for self-hosted #7167

JanKoehnlein opened this issue Dec 10, 2021 · 5 comments · Fixed by #7314

Comments

@JanKoehnlein
Copy link
Contributor

UI experiments (#7081) allow us to gather user data on alternatives for the UI. But they for self-hosted installations, we should rather provide a single UI flow. Let's disable experiments for SH.

@JanKoehnlein
Copy link
Contributor Author

/schedule

@roboquat
Copy link
Contributor

@JanKoehnlein: Issue scheduled in the meta team (WIP: 0)

In response to this:

/schedule

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@geropl
Copy link
Member

geropl commented Dec 10, 2021

One way would be to have a enableUiExperiments API call that defaults to false, and is configurable per Config.

To not force every client to ask for this on every page load we could cache this in localStorage (together with a timestamp), e.g., and only refresh every day or so.

@JanKoehnlein
Copy link
Contributor Author

/assign

@JanKoehnlein
Copy link
Contributor Author

I think we implement do that in a simpler way. As these experiments really only make sense for us to drive product decisions. So checking the URL should be sufficient.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants