kubeflow / arena

A CLI for Kubeflow.
Apache License 2.0
728 stars 178 forks source link

support config request resources in kserve runtime #1050

Closed gujingit closed 5 months ago

gujingit commented 5 months ago

/kind feature

The default request resource of kserve is

requests:
          cpu: 1
          memory: 2Gi

So, if set --cpu=500m --memory=1Gi by command line, the inference pod can not running.

Release Note

If the user sets `--cpu=xxx --memory=xxx` through the command line, the request and limit resources need to be configured at the same time.
Syulin7 commented 5 months ago

/lgtm /approve

google-oss-prow[bot] commented 5 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: gujingit, Syulin7

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: - ~~[OWNERS](https://github.com/kubeflow/arena/blob/master/OWNERS)~~ [Syulin7,gujingit] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment