kubeflow / arena

A CLI for Kubeflow.
Apache License 2.0
730 stars 177 forks source link

Support config security context for KServe #1108

Closed Syulin7 closed 1 month ago

Syulin7 commented 1 month ago

What this PR does / why we need it: Support config security context for KServe

Usage:

arena serve kserve \
--name=sk-learn \
--security-context runAsUser=1000 \
--security-context runAsGroup=3000 \
--security-context fsGroup=2000 \
...
google-oss-prow[bot] commented 1 month ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ChenYi015

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)~~ [ChenYi015] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
ChenYi015 commented 1 month ago

Thanks for your contribution! /lgtm