seldon-core-loadtesting¶
seldon core 的 Loadtesting
用法¶
使用本chart,首先要添加 seldonio Helm 仓库:
helm repo add seldonio https://storage.googleapis.com/seldon-charts
helm repo update
一旦完成,可使用如下进行部署 chart:
kubectl create namespace seldon-system
helm install seldon-core-loadtesting seldonio/seldon-core-loadtesting --namespace seldon-system
源码¶
设置值¶
键 |
类型 |
默认值 |
描述 |
|---|---|---|---|
data.size |
int |
|
|
image.release |
float |
|
|
loadtest.id |
int |
|
|
loadtest.sendFeedback |
int |
|
|
locust.clients |
int |
|
|
locust.hatchRate |
int |
|
|
locust.host |
string |
|
|
locust.maxWait |
int |
|
|
locust.minWait |
int |
|
|
locust.script |
string |
|
|
oauth.enabled |
bool |
|
|
oauth.key |
string |
|
|
oauth.secret |
string |
|
|
replicaCount |
int |
|
|
rest.pathPrefix |
string |
|