-
Notifications
You must be signed in to change notification settings - Fork 0
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
🐛 Fixes after the rebase on the Syncer refactoring #1
🐛 Fixes after the rebase on the Syncer refactoring #1
Conversation
Signed-off-by: David Festal <dfestal@redhat.com>
93c244c
to
e1c0c2a
Compare
} | ||
return informer.Lister(), nil | ||
}, | ||
syncTargetName: syncTargetKey, |
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.
Hi, excuse me for interrupting.
I am very interesting to Upsync feature and am trying it on this branch.
Maybe, is this typo?
syncTargetName: syncTargetKey,
=> syncTargetName: syncTargetName,
?
I'm facing an issue at /~https://github.com/davidfestal/kcp/blob/pr/bipuladh/2214/pkg/syncer/upsync/upsync_process.go#L60 that calculates the downstream namespace hash prefix but results in a different value from the actually used one.
Thanks @yana1205. I'll have a look into it. |
Yes, its seems a bug. I'll include the fix in my current changes |
Thanks! @davidfestal |
Signed-off-by: David Festal dfestal@redhat.com
Summary
Fixes after the rebase on the Syncer refactoring
Disclaimer
Still to be done after this PR is merged to kcp-dev#2214 :
spec
sub-resource doesn't make sense.