@@ -7,18 +7,19 @@ description: Configure OpenServerless
77
88``` text
99Usage:
10- config (enable|disable) [--all] [--redis] [--mongodb] [--minio] [--cron] [--static] [--postgres] [--prometheus] [--slack] [--mail] [--affinity] [--tolerations] [--quota]
10+ config (enable|disable) [--all] [--redis] [--mongodb] [--minio] [--cron] [--static] [--postgres] [--prometheus] [--slack] [--mail] [--affinity] [--tolerations] [--quota] [--milvus]
1111 config apihost (<apihost>|auto) [--tls=<email>] [--protocol=<http/https>|auto]
1212 config runtimes [<runtimesjson>]
1313 config slack [--apiurl=<slackapiurl>] [--channel=<slackchannel>]
1414 config mail [--mailuser=<mailuser>] [--mailpwd=<mailpwd>] [--mailfrom=<mailfrom>] [--mailto=<mailto>]
15- config volumes [--couchdb=<couchdb>] [--kafka=<kafka>] [--pgvol=<postgres>] [--storage=<storage>] [--alerting=<alerting>] [--zookeeper=<zookeeper>] [--redisvol=<redis>] [--mongogb =<mongodb>]
15+ config volumes [--couchdb=<couchdb>] [--kafka=<kafka>] [--pgvol=<postgres>] [--storage=<storage>] [--alerting=<alerting>] [--zookeeper=<zookeeper>] [--redisvol=<redis>] [--mongodbvol =<mongodb>] [--etcdvol=<etcd>] [--mvvol=<milvus>] [--mvzookvol=<milvuszook>] [--pulsarjournalvol=<pulsarjournal>] [--pulsarledgelvol=<pulsarledge>]
1616 config controller [--javaopts=<javaopts>] [--loglevel=<loglevel>] [--replicas=<replicas>]
1717 config invoker [--javaopts=<javaopts>] [--poolmemory=<poolmemory>] [--timeoutsrun=<timeoutsrun>] [--timeoutslogs=<timeoutslogs>] [--loglevel=<loglevel>] [--replicas=<replicas>]
1818 config limits [--time=<time>] [--memory=<memory>] [--sequencelength=<sequencelength>] [--perminute=<perminute>] [--concurrent=<concurrent>] [--triggerperminute=<triggerperminute>] [--activation_max_payload=<activation_max_payload>]
1919 config storage [--class=<storage_class>] [--provisioner=<storage_provisioner>]
2020 config postgres [--failover] [--backup] [--schedule=<cron_expression>] [--replicas=<replicas>]
21- config minio [--s3] [--console]
21+ config minio [--s3] [--console]
22+ config etcd [--replicas=<replicas>]
2223 config aws [--access=<access>] [--secret=<secret>] [--region=<region>] [--image=<image>] [--vm=<vm>] [--vmuser=<vmuser>] [--disk=<disk>] [--key=<key>]
2324 config eks [--project=<project>] [--access=<access>] [--secret=<secret>] [--region=<region>] [--name=<name>] [--count=<count>] [--vm=<vm>] [--disk=<disk>] [--key=<key>] [--kubever=<kubever>]
2425 config gcloud [--project=<project>] [--region=<region>] [--vm=<vm>] [--disk=<disk>] [--key=<key>] [--image=<image>]
@@ -39,12 +40,14 @@ Usage:
3940 config disable disable OpenServerless services to install
4041 config slack configure Alert Manager over a given slack channel
4142 config mail configure Alert Manager over a gmail account
42- config volumes configure the volume size distinguished in 3 categories (openwhisk couchdb & kafka, database, minio storage, alerting)
43+ config volumes configure the volume size distinguished in 3 categories (openwhisk couchdb & kafka, database, minio storage, alerting, milvus )
4344 config controller configure Openwhisk enterprise controller java options
4445 config invoker configure Openwhisk enterprise invoker options
4546 config limits configure Openwhisk actions limits
4647 config storage allows to customize storage persistence class and provider
4748 config postgres allows to customize enterprise options for nuvolaris default postgres deployment
49+ config minio allows to customize MINIO options
50+ config etcd allows to customize ETCD options
4851 config aws configure Amazon Web Service (AWS) credentials and parameters
4952 config gcloud configure Google Cloud credentials and parameters
5053 config eks configure Amazon EKS Kubernetes Cluster
9093 --s3 activate s3 compatible ingress on components supporting it
9194 --console activate a s3 console ingress on components supporting it (Currently MINIO)
9295 --quota select quota checker module
96+ --milvus select MILVUS vector database
9397```
0 commit comments