-
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
Auto sync with Buildpacks #3555
Conversation
Codecov Report
|
70e3c96
to
b599f96
Compare
Signed-off-by: David Gageot <[email protected]>
@@ -70,13 +71,17 @@ func GetRunContext(opts config.SkaffoldOptions, cfg latest.Pipeline) (*RunContex | |||
insecureRegistries[r] = true | |||
} | |||
|
|||
// TODO(dgageot): what about debug? |
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.
currently debug does not do sync. Also during debugging not sure how the restart would impact the session - I guess they would reconnect...but my gut feeling is that we can safely ignore this for now for debug.
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.
Thanks, I'll remove the comment!
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.
This looks good to me! I would love to try it out though :)
This adds automatic sync configuration for buildpacks.
Buildpacks can set special metadata on the image to indicate which files need to be synced.
More work is needed on this feature but I'd like this first step to be reviewed and merged.
Signed-off-by: David Gageot [email protected]