docs-v2/design_proposals/design-proposal-template.md
Author(s): <your name>
Design Shepherd: <skaffold-core-team-member>
If you are already working with someone mention their name. If not, please leave this empty, it will be assigned to a core team member.
Date: <date>
Status: [Reviewed/Cancelled/Under implementation/Complete]
Here is a brief explanation of the Statuses
In this section, please mention and describe the new feature, redesign or refactor.
Please provide a brief explanation for the following questions:
Here is an example snippet for a new feature:
Currently, skaffold config supports artifact.sync as a way to sync files
directly to pods. So far, artifact sync requires a specification of sync
patterns like
sync:
'*.js': app/
This is error prone and unnecessarily hard to use, because the destination is already contained in the Dockerfile for docker build (see #1166, #1581). In addition, the syncing needs to handle special cases for globbing and often requires a long list of sync patterns (#1807).
Please describe your solution. Please list any:
For a new config change, please mention:
Please list any open questions here in the following format:
<Question>
Resolution: Please list the resolution if resolved during the design process or specify Not Yet Resolved
As a team, we've noticed that larger PRs can go unreviewed for long periods of time. Small incremental changes get reviewed faster and are also easier for reviewers.
For a new feature, list the major tasks required for the implementation. Given the example artifact sync proposal, some of the smaller tasks could be:
infer to artifact.sync and test schema validation.infer and user defined map with precedence rules implemented.Please describe what new test cases you are going to consider.