seldon-core-operator¶
Kubernetes 的 Seldon Core CRD and controller helm chart。
Usage¶
使用本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-operator seldonio/seldon-core-operator --namespace seldon-system
源码¶
设置值¶
键 |
类型 |
默认值 |
描述 |
|---|---|---|---|
ambassador.enabled |
bool |
|
|
ambassador.singleNamespace |
bool |
|
|
certManager.enabled |
bool |
|
|
controllerId |
string |
|
|
crd.annotations |
object |
|
|
crd.create |
bool |
|
|
crd.forceV1 |
bool |
|
|
crd.forceV1beta1 |
bool |
|
|
credentials.gcs.gcsCredentialFileName |
string |
|
|
credentials.s3.s3AccessKeyIDName |
string |
|
|
credentials.s3.s3SecretAccessKeyName |
string |
|
|
defaultUserID |
string |
|
|
executor.fullHealthChecks |
bool |
|
|
executor.image.pullPolicy |
string |
|
|
executor.image.registry |
string |
|
|
executor.image.repository |
string |
|
|
executor.image.tag |
string |
|
|
executor.metricsPortName |
string |
|
|
executor.port |
int |
|
|
executor.prometheus.path |
string |
|
|
executor.requestLogger.defaultEndpoint |
string |
|
|
executor.requestLogger.workQueueSize |
int |
|
|
executor.requestLogger.writeTimeoutMs |
int |
|
|
executor.resources.cpuLimit |
string |
|
|
executor.resources.cpuRequest |
string |
|
|
executor.resources.memoryLimit |
string |
|
|
executor.resources.memoryRequest |
string |
|
|
executor.serviceAccount.name |
string |
|
|
executor.user |
int |
|
|
explainer.image |
string |
|
|
explainer.image_v2 |
string |
|
|
hostNetwork |
bool |
|
|
image.pullPolicy |
string |
|
|
image.registry |
string |
|
|
image.repository |
string |
|
|
image.tag |
string |
|
|
istio.enabled |
bool |
|
|
istio.gateway |
string |
|
|
istio.tlsMode |
string |
|
|
keda.enabled |
bool |
|
|
kubeflow |
bool |
|
|
manager.annotations |
object |
|
|
manager.containerSecurityContext |
object |
|
|
manager.cpuLimit |
string |
|
|
manager.cpuRequest |
string |
|
|
manager.deploymentNameAsPrefix |
bool |
|
|
manager.leaderElectionID |
string |
|
|
manager.logLevel |
string |
|
|
manager.memoryLimit |
string |
|
|
manager.memoryRequest |
string |
|
|
manager.priorityClassName |
string |
|
|
managerCreateResources |
bool |
|
|
managerUserID |
int |
|
|
metrics.port |
int |
|
|
namespaceOverride |
string |
|
|
predictiveUnit.defaultEnvSecretRefName |
string |
|
|
predictiveUnit.grpcPort |
int |
|
|
predictiveUnit.httpPort |
int |
|
|
predictiveUnit.metricsPortName |
string |
|
|
predictor_servers.HUGGINGFACE_SERVER.protocols.v2.defaultImageVersion |
string |
|
|
predictor_servers.HUGGINGFACE_SERVER.protocols.v2.image |
string |
|
|
predictor_servers.MLFLOW_SERVER.protocols.seldon.defaultImageVersion |
string |
|
|
predictor_servers.MLFLOW_SERVER.protocols.seldon.image |
string |
|
|
predictor_servers.MLFLOW_SERVER.protocols.v2.defaultImageVersion |
string |
|
|
predictor_servers.MLFLOW_SERVER.protocols.v2.image |
string |
|
|
predictor_servers.SKLEARN_SERVER.protocols.seldon.defaultImageVersion |
string |
|
|
predictor_servers.SKLEARN_SERVER.protocols.seldon.image |
string |
|
|
predictor_servers.SKLEARN_SERVER.protocols.v2.defaultImageVersion |
string |
|
|
predictor_servers.SKLEARN_SERVER.protocols.v2.image |
string |
|
|
predictor_servers.TEMPO_SERVER.protocols.v2.defaultImageVersion |
string |
|
|
predictor_servers.TEMPO_SERVER.protocols.v2.image |
string |
|
|
predictor_servers.TENSORFLOW_SERVER.protocols.seldon.defaultImageVersion |
string |
|
|
predictor_servers.TENSORFLOW_SERVER.protocols.seldon.image |
string |
|
|
predictor_servers.TENSORFLOW_SERVER.protocols.tensorflow.defaultImageVersion |
string |
|
|
predictor_servers.TENSORFLOW_SERVER.protocols.tensorflow.image |
string |
|
|
predictor_servers.TRITON_SERVER.protocols.v2.defaultImageVersion |
string |
|
|
predictor_servers.TRITON_SERVER.protocols.v2.image |
string |
|
|
predictor_servers.XGBOOST_SERVER.protocols.seldon.defaultImageVersion |
string |
|
|
predictor_servers.XGBOOST_SERVER.protocols.seldon.image |
string |
|
|
predictor_servers.XGBOOST_SERVER.protocols.v2.defaultImageVersion |
string |
|
|
predictor_servers.XGBOOST_SERVER.protocols.v2.image |
string |
|
|
rbac.configmap.create |
bool |
|
|
rbac.create |
bool |
|
|
serviceAccount.create |
bool |
|
|
serviceAccount.name |
string |
|
|
singleNamespace |
bool |
|
|
storageInitializer.cpuLimit |
string |
|
|
storageInitializer.cpuRequest |
string |
|
|
storageInitializer.image |
string |
|
|
storageInitializer.memoryLimit |
string |
|
|
storageInitializer.memoryRequest |
string |
|
|
usageMetrics.enabled |
bool |
|
|
webhook.port |
int |
|