Skip to content
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

Testing PR #3022, #3039 #1

Closed
wants to merge 12 commits into from
Closed

Testing PR #3022, #3039 #1

wants to merge 12 commits into from

Conversation

ordovicia and others added 12 commits April 24, 2020 15:36
getChangeSet() in pkg/daemon/sync.go now does not consider target paths
while identifying what series of commits changed files Flux is watching
when the manifest generation is enabled.

With manifest generation enabled, kubernetes resources can be modified
by changes in files outside of target paths.
getChangeSet() now conservatively identifies commits that may have
changed resources when the manifest generation is enabled.
`getChangedResources()` in `pkg/daemon/sync.go` could not determin what
resources are modified when a manifest file has multiple resource
definitions. This commit replaces `getChangedResources()` with new
`compareResources()` function, which determins resource updates and
deletions by direct comparison of last-synced and newly-synced clones.
... instead of cloning and generating manifests on every sync, because
generating manifests could be quite expensive.
@dan-slinky-ckpd dan-slinky-ckpd deleted the 3022-3039-patches branch May 25, 2020 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants