-
Notifications
You must be signed in to change notification settings - Fork 104
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
Collect Deployment Flag Options #1578
Conversation
E2E test results: With Option 3 of DeploymentFlagOptions where there is one slice for all the flag keys and one slice for all the flag values, this is what is printed for the default installation through helm.
Parsed out into matching keys and values this is the output:
This seems correct to me with our current definition of "user-defined" and "default" values. In the installation I changed the health port and it did correctly change from default -> user-defined. |
Are we satisfied with these results / do we get much out of this data? Currently there are no "default" values for basically all of the string flags so they will always be "user-defined" if they are set at all (which leads into this next point). Also, if a user does the regular quick start deployment, the values in the helm template are set and will be recorded as "user-defined" even if they are the "default" values for a default deployment. @mpstefan Do you have any questions for this data? |
f13d01c
to
9d1bed9
Compare
8a728f2
to
5a3d931
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
e5d891f
to
60ac78b
Compare
E2E log output:
|
Problem: We want to collect deployment flag options so we can understand what a typical installation is using. Solution: Collect the deployment flag options.
Problem: We want to collect deployment flag options so we can understand what a typical installation is using.
Solution: Collect the deployment flag options.
Testing: Unit tests and E2E testing.
With the deployment flag keys and values paired, this is what we get printed in the logs with a default installation.
Closes #1315
Checklist
Before creating a PR, run through this checklist and mark each as complete.