-
Notifications
You must be signed in to change notification settings - Fork 77
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
Update policy status on CRD creation/removal #1304
Conversation
Need to do some testing first, but hope this fixes #1291. |
45abe2e
to
dc72039
Compare
Issue skupperproject#1291 Updates the flow controller to periodically poll for changes to the skupper policy CRD, and to send a flow record to update the site. Changes the collector to update network status when an update to a site is detected. Signed-off-by: c-kruse <[email protected]>
dc72039
to
9e1dc84
Compare
Would appreciate someone else doing a manual end to end test on this, or maybe better yet pairing with me on that. It appears to work as I would expect when isolated, but when it was hooked up to multiple sites and services there was a bit of drama after adding the CRDs. I think it may just be the way policies behave, but want to be sure this isn't introducing any bad behavior. |
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.
A couple of minor comments, but overall it seems to work fine.
Nice job @c-kruse !
Signed-off-by: Christian Kruse <[email protected]>
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.
lgtm, thanks!
Updates the flow controller to periodically poll for changes to the skupper policy CRD, and to send a flow record to update the site. Changes the collector to update network status when an update to a site is detected. Closes issue 1291
Issue #1291
Updates the flow controller to periodically poll for changes to the
skupper policy CRD, and to send a flow record to update the site.
Changes the collector to update network status when an update to a site
is detected.