This repository has been archived by the owner on Jan 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update modelmesh manifests to use 0.11.0 (#939)
Signed-off-by: jooho <[email protected]>
- Loading branch information
Showing
36 changed files
with
9,573 additions
and
3,035 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,19 @@ | ||
approvers: | ||
approvers: | ||
- anishasthana | ||
- danielezonca | ||
- heyselbi | ||
- israel-hdez | ||
- Jooho | ||
- vaibhavjainwiz | ||
- VedantMahabaleshwarkar | ||
- Xaenalt | ||
|
||
reviewers: | ||
- anishasthana | ||
- danielezonca | ||
- heyselbi | ||
- israel-hdez | ||
- Jooho | ||
- vaibhavjainwiz | ||
- VedantMahabaleshwarkar | ||
- Xaenalt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
monitoring-namespace=opendatahub | ||
odh-mm-rest-proxy=quay.io/opendatahub/rest-proxy:v0.10.0 | ||
odh-modelmesh-runtime-adapter=quay.io/opendatahub/modelmesh-runtime-adapter:v0.11.0-alpha | ||
odh-modelmesh=quay.io/opendatahub/modelmesh:v0.11.0-alpha | ||
odh-openvino=quay.io/opendatahub/openvino_model_server:2022.3-gpu | ||
odh-modelmesh-controller=quay.io/opendatahub/modelmesh-controller:v0.11.0-alpha | ||
odh-model-controller=quay.io/opendatahub/odh-model-controller:v0.11.0-alpha | ||
odh-mm-rest-proxy=quay.io/opendatahub/rest-proxy:v0.11.0 | ||
odh-modelmesh-runtime-adapter=quay.io/opendatahub/modelmesh-runtime-adapter:v0.11.0 | ||
odh-modelmesh=quay.io/opendatahub/modelmesh:v0.11.0 | ||
odh-openvino=quay.io/opendatahub/openvino_model_server:2022.3-release | ||
odh-modelmesh-controller=quay.io/opendatahub/modelmesh-controller:v0.11.0 | ||
odh-model-controller=quay.io/opendatahub/odh-model-controller:v0.11.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
bases: | ||
- ../rbac | ||
- ../manager | ||
- ../manager |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
model-mesh/odh-model-controller/rbac/kserve_prometheus_clusterrole.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: ClusterRole | ||
metadata: | ||
name: kserve-prometheus-k8s | ||
rules: | ||
- apiGroups: | ||
- "" | ||
resources: | ||
- services | ||
- endpoints | ||
- pods | ||
verbs: | ||
- get | ||
- list | ||
- watch |
Oops, something went wrong.