-
Notifications
You must be signed in to change notification settings - Fork 1k
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
feat: Add online/offline replica support #4812
Conversation
I noticed that one of the operator unit tests was failing from |
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.
At first glance there’s quite a bit of rebase cleanup that needs to be done.
@dandawg all of the TLS unit tests should pass, just as they do in master. This is likely due to rebase leftovers. |
I addressed the TLS merge conflict. All operator tests passed for me locally. It looks like there is a new image version--I'll make the update. |
2acf6c1
to
e727754
Compare
fe5e60c
to
bd08e64
Compare
bd08e64
to
45724cf
Compare
24ce2e7
to
d8b5f55
Compare
Signed-off-by: dandawg <[email protected]>
d8b5f55
to
8036cef
Compare
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
Co-authored-by: Tommy Hughes IV <[email protected]> Signed-off-by: dandawg <[email protected]>
Signed-off-by: dandawg <[email protected]>
Signed-off-by: dandawg <[email protected]>
Signed-off-by: dandawg <[email protected]>
68f0eec
to
2f26c94
Compare
What this PR does / why we need it:
Adds offline/online replica scaling support to the FeastServices specs, as well as controller functionality for the feast operator to control replicas. A simple unit test was also added.
Which issue(s) this PR fixes:
Misc