-
Notifications
You must be signed in to change notification settings - Fork 151
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: initial move of kserve to new structure #1347
feat: initial move of kserve to new structure #1347
Conversation
2f4dd28
to
381f775
Compare
381f775
to
bddf178
Compare
bundle/manifests/opendatahub-operator.clusterserviceversion.yaml
Outdated
Show resolved
Hide resolved
bddf178
to
d8bdb45
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.
Self-review to highlight some new things, and questions
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feature-operator-refactor #1347 +/- ##
============================================================
Coverage ? 27.15%
============================================================
Files ? 60
Lines ? 4805
Branches ? 0
============================================================
Hits ? 1305
Misses ? 3348
Partials ? 152 ☔ View full report in Codecov by Sentry. |
d8bdb45
to
516aca7
Compare
516aca7
to
217ca78
Compare
94f4211
to
ac19c0e
Compare
/retest |
df27878
to
270d2f0
Compare
/test ci-index |
2 similar comments
/test ci-index |
/test ci-index |
/test ci-index |
/test opendatahub-operator-e2e |
c01da29
to
5551df0
Compare
LGTM, @zdtsw ? |
@grdryn PR requires yet another rebase :) |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: zdtsw The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
5551df0
to
460b4d3
Compare
With the old value, opendatahub-odh-auth-provider, the value would be set, then almost immediately be reset to the value of {{.AuthExtensionName}} (which appears to be equivalent to <dsci.ApplicationNamespace>-auth-provider), via the separate manifest specified in the following file, which gets applied by the same list of resources in the feature: z-migrations/kserve-predictor-authorizationpolicy.patch.tmpl.yaml This causes a complication when watching the AuthorizationPolicy, because it causes it to continuously update, flip-flopping between the two values. It seems to make more sense to just set the value to the expected value from the outset, so that's what this change attempts to do.
460b4d3
to
6563397
Compare
LGTM, @zdtsw ? |
yep, lgtm |
/lgtm |
6281fdd
into
opendatahub-io:feature-operator-refactor
Description
This change moves responsibility of reconciling KServe to the kserve controller, which reacts to a Kserve CR.
JIRA: https://issues.redhat.com/browse/RHOAIENG-13179
How Has This Been Tested?
Screenshot or short clip
Merge criteria