GoogleContainerTools/skaffold

[FR] Redeploy resources that get changed.

Open

#5,540 opened on Mar 12, 2021

View on GitHub
 (6 comments) (0 reactions) (0 assignees)Go (1,416 forks)batch import
area/deployhelp wantedkind/feature-requestpriority/p3

Repository metrics

Stars
 (12,822 stars)
PR merge metrics
 (Avg merge 3d 6h) (16 merged PRs in 30d)

Description

I was following up this stackoverflow thead https://stackoverflow.com/questions/66601242/development-lifecycle-for-fast-starting-pods-with-dependency-on-slow-starting-p

Skaffold right now redeploys the whole application when we detect changes. It would be worth looking into limiting this to redeploy on the affected resources or mark some resources as static and not under development

Contributor guide