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

feat: initial move of kserve to new structure #1347

Open
wants to merge 3 commits into
base: feature-operator-refactor
Choose a base branch
from

Commits on Nov 24, 2024

  1. Configuration menu
    Copy the full SHA
    e55754c View commit details
    Browse the repository at this point in the history
  2. chore: templatize provider in AuthorizationPolicy

    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.
    grdryn committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    8aed8fe View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    7f11cd9 View commit details
    Browse the repository at this point in the history