Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions config/overlays/odh/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ patches:
- path: patches/inferenceservice-config-patch.yaml
- path: patches/set-resources-manager-patch.yaml
- path: patches/remove-auth-proxy-patch.yaml
- path: patches/config-scheduler-patch.yaml
- target:
kind: ValidatingWebhookConfiguration
annotationSelector: cert-manager.io/inject-ca-from
Expand Down
11 changes: 11 additions & 0 deletions config/overlays/odh/patches/config-scheduler-patch.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: serving.kserve.io/v1alpha2
kind: LLMInferenceServiceConfig
metadata:
name: kserve-config-llm-scheduler
spec:
router:
scheduler:
annotations:
# This annotation is kept for compatibility with previous versions when we needed to restart the scheduler
# to pick the TLS certs changes. (see https://github.com/opendatahub-io/kserve/commit/3c96712ad0a28b6c89c0997475fd0fac8deb3857)
"certificates.kserve.io/expiration-v2": "true"
Loading