Skip to content

Commit d369760

Browse files
authored
docs(task): updated tasks - milvus (#54)
Updated tasks after milvus addition
1 parent 8b52b93 commit d369760

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

content/en/docs/reference/tasks/admin/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You can create namespaces and choose which services to enable.
1010

1111
```text
1212
Usage:
13-
admin adduser <username> <email> <password> [--all] [--redis] [--mongodb] [--minio] [--postgres] [--storagequota=<quota>|auto]
13+
admin adduser <username> <email> <password> [--all] [--redis] [--mongodb] [--minio] [--postgres] [--milvus] [--storagequota=<quota>|auto]
1414
admin deleteuser <username>
1515
```
1616

@@ -27,5 +27,6 @@ Usage:
2727
--mongodb enable mongodb
2828
--minio enable minio
2929
--postgres enable postgres
30+
--milvus enable milvus vector db
3031
--storagequota=<quota>
3132
```

content/en/docs/reference/tasks/config/_index.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,19 @@ description: Configure OpenServerless
77

88
```text
99
Usage:
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
@@ -90,4 +93,5 @@ Usage:
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

Comments
 (0)