-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[Proposal] Transparent skaffold init #4915
[Proposal] Transparent skaffold init #4915
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4915 +/- ##
==========================================
+ Coverage 72.07% 72.18% +0.11%
==========================================
Files 358 365 +7
Lines 12364 12842 +478
==========================================
+ Hits 8911 9270 +359
- Misses 2797 2881 +84
- Partials 656 691 +35
Continue to review full report at Codecov.
|
@tejal29 @briandealwis it seems like there are a couple ideas regarding the writing of the skaffold config to disk. I'm personally on the side of either not writing or prompting the user to write. I see this functionality more as a nice QoL change, rather that something that the user should be made very aware of. Because of this I think it would help to keep it as invisible as possible, and thus have it not leave a trace after running. Ideally, a user will still run skaffold init to set up their config file for the first time. I'll try to break down what I think are the pros and cons for each of the options Not writing:pros:
cons:
Prompting the user to write:pros:
cons:
Writing without prompt:pros:
cons:
|
@MarlonGamez I think you should book some time to consult with @chairy. |
Sorry I never updated this, but I have plans to discuss this with UX this coming Friday. Will hopefully have updates then! |
I had some discussion on the feature with UX. I think that we need to discuss this feature some more with higher bandwidth. Will do so in a meeting |
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.
@marlon-gamez this looks great, a few outstanding questions but this is about ready i'd say
Co-authored-by: Nick Kubala <[email protected]>
…Gamez/skaffold into transparent-init-proposal
CI is failing on an unrelated flake |
Context #1273
Added a design proposal for supporting transparent skaffold init