Skip to content

Commit

Permalink
Update kserve manifests from v0.11.2 (#2627)
Browse files Browse the repository at this point in the history
* Update kubeflow/kubeflow manifests from v1.8.0 (#2567)

Signed-off-by: juliusvonkohout <[email protected]>

* Update kserve manifests from v0.11.2

Update kserve/kserve manifests from v0.11.2

Signed-off-by: Ricardo M. Oliveira <[email protected]>
Signed-off-by: juliusvonkohout <[email protected]>

* Update install_cert_manager.sh

Signed-off-by: juliusvonkohout <[email protected]>

---------

Signed-off-by: juliusvonkohout <[email protected]>
Signed-off-by: Ricardo M. Oliveira <[email protected]>
Co-authored-by: Daniela Plascencia <[email protected]>
Co-authored-by: Julius von Kohout <[email protected]>
  • Loading branch information
3 people authored Feb 29, 2024
1 parent 0d53c9e commit d49f63c
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 31 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ This repo periodically syncs all official Kubeflow components from their respect
| Tensorboards Web App | apps/tensorboard/tensorboards-web-app/upstream | [v1.8.0](https://github.com/kubeflow/kubeflow/tree/v1.8.0/components/crud-web-apps/tensorboards/manifests) |
| Volumes Web App | apps/volumes-web-app/upstream | [v1.8.0](https://github.com/kubeflow/kubeflow/tree/v1.8.0/components/crud-web-apps/volumes/manifests) |
| Katib | apps/katib/upstream | [v0.16.0](https://github.com/kubeflow/katib/tree/v0.16.0/manifests/v1beta1) |
| KServe | contrib/kserve/kserve | [v0.11.1](https://github.com/kserve/kserve/tree/v0.11.1/install/v0.11.1) |
| KServe | contrib/kserve/kserve | [v0.11.2](https://github.com/kserve/kserve/tree/v0.11.2/install/v0.11.2) |
| KServe Models Web App | contrib/kserve/models-web-app | [v0.10.0](https://github.com/kserve/models-web-app/tree/v0.10.0/config) |
| Kubeflow Pipelines | apps/pipeline/upstream | [2.0.3](https://github.com/kubeflow/pipelines/tree/2.0.3/manifests/kustomize) |
| Kubeflow Tekton Pipelines | apps/kfp-tekton/upstream | [v2.0.3](https://github.com/kubeflow/kfp-tekton/tree/v2.0.3/manifests/kustomize) |
Expand Down
12 changes: 6 additions & 6 deletions contrib/kserve/kserve/kserve-runtimes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
- --model_dir=/mnt/models
- --http_port=8080
- --nthread=1
image: kserve/lgbserver:v0.11.1
image: kserve/lgbserver:v0.11.2
name: kserve-container
resources:
limits:
Expand Down Expand Up @@ -62,7 +62,7 @@ spec:
supportedModelFormats:
- autoSelect: true
name: sklearn
priority: 1
priority: 2
version: "0"
- autoSelect: true
name: sklearn
Expand Down Expand Up @@ -94,7 +94,7 @@ spec:
- --model_name={{.Name}}
- --model_dir=/mnt/models
- --http_port=8080
image: kserve/paddleserver:v0.11.1
image: kserve/paddleserver:v0.11.2
name: kserve-container
resources:
limits:
Expand Down Expand Up @@ -125,7 +125,7 @@ spec:
- --model_name={{.Name}}
- --model_dir=/mnt/models
- --http_port=8080
image: kserve/pmmlserver:v0.11.1
image: kserve/pmmlserver:v0.11.2
name: kserve-container
resources:
limits:
Expand Down Expand Up @@ -160,7 +160,7 @@ spec:
- --model_name={{.Name}}
- --model_dir=/mnt/models
- --http_port=8080
image: kserve/sklearnserver:v0.11.1
image: kserve/sklearnserver:v0.11.2
name: kserve-container
resources:
limits:
Expand Down Expand Up @@ -319,7 +319,7 @@ spec:
- --model_dir=/mnt/models
- --http_port=8080
- --nthread=1
image: kserve/xgbserver:v0.11.1
image: kserve/xgbserver:v0.11.2
name: kserve-container
resources:
limits:
Expand Down
38 changes: 22 additions & 16 deletions contrib/kserve/kserve/kserve.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20921,11 +20921,11 @@ data:
contains the Art explainer serving runtime default image version.\n \"defaultImageVersion\":
\"latest\"\n }\n }\n \n # ====================================== STORAGE
INITIALIZER CONFIGURATION ======================================\n # Example\n
storageInitializer: |-\n {\n \"image\" : \"kserve/storage-initializer:v0.11.1\",\n
storageInitializer: |-\n {\n \"image\" : \"kserve/storage-initializer:v0.11.2\",\n
\ \"memoryRequest\": \"100Mi\",\n \"memoryLimit\": \"1Gi\",\n \"cpuRequest\":
\"100m\",\n \"cpuLimit\": \"1\",\n \"enableDirectPvcVolumeMount\":
false\n }\n storageInitializer: |-\n {\n # image contains the default
storage initializer image uri.\n \"image\" : \"kserve/storage-initializer:v0.11.1\",\n
storage initializer image uri.\n \"image\" : \"kserve/storage-initializer:v0.11.2\",\n
\ \n # memoryRequest is the requests.memory to set for the storage
initializer init container.\n \"memoryRequest\": \"100Mi\",\n \n #
memoryLimit is the limits.memory to set for the storage initializer init container.\n
Expand Down Expand Up @@ -21040,11 +21040,11 @@ data:
\ # NOTE: This configuration only applicable to serverless deployment.\n
\ \"pathTemplate\": \"/serving/{{ .Namespace }}/{{ .Name }}\"\n }\n \n
# ====================================== LOGGER CONFIGURATION ======================================\n
# Example\n logger: |-\n {\n \"image\" : \"kserve/agent:v0.11.1\",\n \"memoryRequest\":
# Example\n logger: |-\n {\n \"image\" : \"kserve/agent:v0.11.2\",\n \"memoryRequest\":
\"100Mi\",\n \"memoryLimit\": \"1Gi\",\n \"cpuRequest\": \"100m\",\n
\ \"cpuLimit\": \"1\",\n \"defaultUrl\": \"http://default-broker\"\n
\ }\n logger: |-\n {\n # image contains the default logger image uri.\n
\ \"image\" : \"kserve/agent:v0.11.1\",\n \n # memoryRequest is the
\ \"image\" : \"kserve/agent:v0.11.2\",\n \n # memoryRequest is the
requests.memory to set for the logger container.\n \"memoryRequest\": \"100Mi\",\n
\ \n # memoryLimit is the limits.memory to set for the logger container.\n
\ \"memoryLimit\": \"1Gi\",\n \n # cpuRequest is the requests.cpu
Expand All @@ -21053,33 +21053,33 @@ data:
\"1\",\n \n # defaultUrl specifies the default logger url. If logger
is not specified in the resource this url is used.\n \"defaultUrl\": \"http://default-broker\"\n
\ }\n \n # ====================================== BATCHER CONFIGURATION ======================================\n
# Example\n batcher: |-\n {\n \"image\" : \"kserve/agent:v0.11.1\",\n \"memoryRequest\":
# Example\n batcher: |-\n {\n \"image\" : \"kserve/agent:v0.11.2\",\n \"memoryRequest\":
\"1Gi\",\n \"memoryLimit\": \"1Gi\",\n \"cpuRequest\": \"1\",\n \"cpuLimit\":
\"1\"\n }\n batcher: |-\n {\n # image contains the default batcher image
uri.\n \"image\" : \"kserve/agent:v0.11.1\",\n \n # memoryRequest
uri.\n \"image\" : \"kserve/agent:v0.11.2\",\n \n # memoryRequest
is the requests.memory to set for the batcher container.\n \"memoryRequest\":
\"1Gi\",\n \n # memoryLimit is the limits.memory to set for the batcher
container.\n \"memoryLimit\": \"1Gi\",\n \n # cpuRequest is
the requests.cpu to set for the batcher container.\n \"cpuRequest\": \"1\",\n
\ \n # cpuLimit is the limits.cpu to set for the batcher container.\n
\ \"cpuLimit\": \"1\"\n }\n \n # ======================================
AGENT CONFIGURATION ======================================\n # Example\n agent:
|-\n {\n \"image\" : \"kserve/agent:v0.11.1\",\n \"memoryRequest\":
|-\n {\n \"image\" : \"kserve/agent:v0.11.2\",\n \"memoryRequest\":
\"100Mi\",\n \"memoryLimit\": \"1Gi\",\n \"cpuRequest\": \"100m\",\n
\ \"cpuLimit\": \"1\"\n }\n agent: |-\n {\n # image contains the
default agent image uri.\n \"image\" : \"kserve/agent:v0.11.1\",\n \n #
default agent image uri.\n \"image\" : \"kserve/agent:v0.11.2\",\n \n #
memoryRequest is the requests.memory to set for the agent container.\n \"memoryRequest\":
\"100Mi\",\n \n # memoryLimit is the limits.memory to set for the agent
container.\n \"memoryLimit\": \"1Gi\",\n \n # cpuRequest is
the requests.cpu to set for the agent container.\n \"cpuRequest\": \"100m\",\n
\ \n # cpuLimit is the limits.cpu to set for the agent container.\n
\ \"cpuLimit\": \"1\"\n }\n \n # ======================================
ROUTER CONFIGURATION ======================================\n # Example\n router:
|-\n {\n \"image\" : \"kserve/router:v0.11.1\",\n \"memoryRequest\":
|-\n {\n \"image\" : \"kserve/router:v0.11.2\",\n \"memoryRequest\":
\"100Mi\",\n \"memoryLimit\": \"1Gi\",\n \"cpuRequest\": \"100m\",\n
\ \"cpuLimit\": \"1\"\n }\n # router is the implementation of inference
graph.\n router: |-\n {\n # image contains the default router image uri.\n
\ \"image\" : \"kserve/router:v0.11.1\",\n \n # memoryRequest
\ \"image\" : \"kserve/router:v0.11.2\",\n \n # memoryRequest
is the requests.memory to set for the router container.\n \"memoryRequest\":
\"100Mi\",\n \n # memoryLimit is the limits.memory to set for the
router container.\n \"memoryLimit\": \"1Gi\",\n \n # cpuRequest
Expand Down Expand Up @@ -21113,15 +21113,15 @@ data:
\ \"enablePrometheusScraping\" : \"false\"\n }"
agent: |-
{
"image" : "kserve/agent:v0.11.1",
"image" : "kserve/agent:v0.11.2",
"memoryRequest": "100Mi",
"memoryLimit": "1Gi",
"cpuRequest": "100m",
"cpuLimit": "1"
}
batcher: |-
{
"image" : "kserve/agent:v0.11.1",
"image" : "kserve/agent:v0.11.2",
"memoryRequest": "1Gi",
"memoryLimit": "1Gi",
"cpuRequest": "1",
Expand Down Expand Up @@ -21175,7 +21175,7 @@ data:
}
logger: |-
{
"image" : "kserve/agent:v0.11.1",
"image" : "kserve/agent:v0.11.2",
"memoryRequest": "100Mi",
"memoryLimit": "1Gi",
"cpuRequest": "100m",
Expand All @@ -21189,15 +21189,15 @@ data:
}
router: |-
{
"image" : "kserve/router:v0.11.1",
"image" : "kserve/router:v0.11.2",
"memoryRequest": "100Mi",
"memoryLimit": "1Gi",
"cpuRequest": "100m",
"cpuLimit": "1"
}
storageInitializer: |-
{
"image" : "kserve/storage-initializer:v0.11.1",
"image" : "kserve/storage-initializer:v0.11.2",
"memoryRequest": "100Mi",
"memoryLimit": "1Gi",
"cpuRequest": "100m",
Expand Down Expand Up @@ -21299,7 +21299,7 @@ spec:
fieldPath: metadata.namespace
- name: SECRET_NAME
value: kserve-webhook-server-cert
image: kserve/kserve-controller:v0.11.1
image: kserve/kserve-controller:v0.11.2
imagePullPolicy: Always
name: manager
ports:
Expand Down Expand Up @@ -21367,6 +21367,7 @@ kind: MutatingWebhookConfiguration
metadata:
annotations:
cert-manager.io/inject-ca-from: kserve/serving-cert
creationTimestamp: null
name: inferenceservice.serving.kserve.io
webhooks:
- admissionReviewVersions:
Expand Down Expand Up @@ -21425,6 +21426,7 @@ kind: ValidatingWebhookConfiguration
metadata:
annotations:
cert-manager.io/inject-ca-from: kserve/serving-cert
creationTimestamp: null
name: clusterservingruntime.serving.kserve.io
webhooks:
- admissionReviewVersions:
Expand Down Expand Up @@ -21454,6 +21456,7 @@ kind: ValidatingWebhookConfiguration
metadata:
annotations:
cert-manager.io/inject-ca-from: kserve/serving-cert
creationTimestamp: null
name: inferencegraph.serving.kserve.io
webhooks:
- admissionReviewVersions:
Expand Down Expand Up @@ -21483,6 +21486,7 @@ kind: ValidatingWebhookConfiguration
metadata:
annotations:
cert-manager.io/inject-ca-from: kserve/serving-cert
creationTimestamp: null
name: inferenceservice.serving.kserve.io
webhooks:
- admissionReviewVersions:
Expand Down Expand Up @@ -21512,6 +21516,7 @@ kind: ValidatingWebhookConfiguration
metadata:
annotations:
cert-manager.io/inject-ca-from: kserve/serving-cert
creationTimestamp: null
name: servingruntime.serving.kserve.io
webhooks:
- admissionReviewVersions:
Expand Down Expand Up @@ -21541,6 +21546,7 @@ kind: ValidatingWebhookConfiguration
metadata:
annotations:
cert-manager.io/inject-ca-from: kserve/serving-cert
creationTimestamp: null
name: trainedmodel.serving.kserve.io
webhooks:
- admissionReviewVersions:
Expand Down
Loading

0 comments on commit d49f63c

Please sign in to comment.