Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: auto update kbcli embed chart changes #406

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
c63dd2a
feat: adjust configconstraint api (#297) (#298)
sophon-zt Apr 3, 2024
2433d31
feat: add tpcds cmd (#303)
fengluodb Apr 8, 2024
f068f7c
chore: remove deprecated class command (#305)
ldming Apr 8, 2024
6341bdd
chore: auto update cli doc changes
ldming Apr 8, 2024
9bcb976
chore: get image registry by k8s provider and region (#307)
ldming Apr 9, 2024
25eea64
chore: auto update cli doc changes
ldming Apr 10, 2024
4e3be7b
chore: change cli install script
JashBook Apr 18, 2024
f007724
chore: compatible sharding and instance (#318)
wangyelei Apr 23, 2024
21a4bef
chore: update sharding ops (#320)
wangyelei Apr 24, 2024
6bebc11
chore: remove sharding components (#322)
wangyelei Apr 26, 2024
bbdb259
chore: update new monitor api for kbcli (#7015) (#316)
sophon-zt Apr 26, 2024
82cdbf0
chore: prefer using StorageProvider from the dataprotection API group…
zjx20 Apr 29, 2024
422c247
chore: update opsRequest api (#325)
wangyelei May 6, 2024
c01dfce
chore: fix custom ops bug (#327)
wangyelei May 7, 2024
eb04b75
chore: show the recoverable time when describing the cluster (#329)
wangyelei May 7, 2024
0be06b2
fix: create custom ops failed (#330)
wangyelei May 7, 2024
ed09531
fix: check if the specified backup method exists when creating a back…
d976045024 May 7, 2024
304113f
fix: no cluster name when using list-ops cmd (#334)
wangyelei May 8, 2024
d9e524c
chore: remove unused login cmd (#335)
ldming May 8, 2024
d85a3d2
fix: update the example in backuppolicy.go (#336)
d976045024 May 8, 2024
8305d5b
chore: update addon charts
ldming May 8, 2024
0a1ed34
chore: update kb version to 0.9.0-beta.20 (#338)
sophon-zt May 8, 2024
e2c62ea
chore: remove migration (#340)
ldming May 8, 2024
4c7556e
chore: remove builder cmd (#342)
ldming May 9, 2024
33f3774
chore: remove fault command (#343)
ldming May 9, 2024
a7aec12
chore: improve report desc (#344)
ldming May 9, 2024
282f47b
chore: make doc (#347)
ldming May 9, 2024
6ae506f
chore: support to upgrade componentDef and serviceVersion (#348)
wangyelei May 11, 2024
a1208d7
chore: update monitor-related and configconstraint api (#354)
sophon-zt May 14, 2024
43d905b
chore: optimize pod status display to be the same as kubectl get pod …
wangyelei May 16, 2024
504b0b2
chore: support convert configconstraint from v1alpha1 to v1beta1 (#358)
sophon-zt May 20, 2024
390c4d9
chore: continuous backup's availablePod is not correct. (#359)
wangyelei May 22, 2024
085486f
chore: kb install support wait-addons for 0.9 (#366)
ldming Jun 11, 2024
510e3ae
chore: update kb version to v0.9.0-beta.32
ldming Jun 14, 2024
f535a49
chore: update cluster charts
ldming Jun 14, 2024
f6ed31c
chore: fix get recoverable time fail (#372)
wangyelei Jun 20, 2024
856b3a0
fix: conversion error log (#7532) (#375)
sophon-zt Jun 27, 2024
564ec7a
docs: fix typos (#360)
Chiwency Jun 27, 2024
a8f268c
fix: kbcli uninstall kubeblocks fail (#7646) (#377)
sophon-zt Jul 1, 2024
973f41b
chore: support expose NodePort service and add default role seletor (…
iziang Jul 3, 2024
b2c7d07
chore: auto update cli doc changes
iziang Jul 3, 2024
3fef5ba
fix: kbcli cluster expose error (#384)
iziang Jul 3, 2024
0f59531
fix: kbcli cluster expose Failed to process the operation of OpsReque…
iziang Jul 3, 2024
cec1260
chore: auto update kbcli embed chart changes
apecloud-bot Jul 4, 2024
17349ce
feat: add shortcut for elasticsearch (#389)
iziang Jul 5, 2024
91f736a
chore: auto update kbcli embed chart changes
apecloud-bot Jul 5, 2024
46be094
fix: disable helm pre-upgrade-hook (#394)
sophon-zt Jul 9, 2024
83b4ad1
chore: update cluster addons
ldming Jul 10, 2024
00cad75
chore: udpate kb version to 0.9.0
ldming Jul 10, 2024
bc6522f
chore: remove the cv check
ldming Jul 11, 2024
175ebd7
chore: auto update cli doc changes
ldming Jul 11, 2024
e394f09
chore: remove alert subcmd
ldming Jul 11, 2024
a7b3d8f
chore: auto update cli doc changes
ldming Jul 11, 2024
897b32f
feat: add shortcut for qdrant (#395)
iziang Jul 11, 2024
07fc1dd
fix: update default k3s version in makefile (#402)
gnolong Jul 16, 2024
d250b61
fix: fix cluster connect --show-example (#403)
1aal Jul 16, 2024
8190318
feat: update addon to newest (#405)
lynnleelhl Jul 16, 2024
d1967b1
chore: auto update kbcli embed chart changes
apecloud-bot Jul 16, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "addons"]
path = addons
url = https://github.com/apecloud/kubeblocks-addons.git
branch = main
branch = release-0.9
10 changes: 6 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ goimports: goimportstool ## Run goimports against code.


##@ CLI
K3S_VERSION ?= v1.23.8+k3s1
K3S_VERSION ?= v1.30.2+k3s2
K3D_VERSION ?= 5.4.4
K3S_IMG_TAG ?= $(subst +,-,$(K3S_VERSION))
FETCH_ADDON_ENABLED ?= true
Expand Down Expand Up @@ -200,8 +200,8 @@ create-kbcli-embed-charts-dir:

build-single-kbcli-embed-chart.%: chart=$(word 2,$(subst ., ,$@))
build-single-kbcli-embed-chart.%:
$(HELM) dependency update addons/addons/$(chart) --skip-refresh
$(HELM) package addons/addons/$(chart)
$(HELM) dependency update addons/addons-cluster/$(chart) --skip-refresh
$(HELM) package addons/addons-cluster/$(chart)
- bash -c "diff <($(HELM) template $(chart)-*.tgz) <($(HELM) template pkg/cluster/charts/$(chart).tgz)" > chart.diff
@if [ -s chart.diff ]; then \
mv $(chart)-*.tgz pkg/cluster/charts/$(chart).tgz; \
Expand All @@ -218,7 +218,9 @@ build-kbcli-embed-chart: helmtool fetch-addons create-kbcli-embed-charts-dir \
build-single-kbcli-embed-chart.kafka-cluster \
build-single-kbcli-embed-chart.mongodb-cluster \
build-single-kbcli-embed-chart.llm-cluster \
build-single-kbcli-embed-chart.xinference-cluster
build-single-kbcli-embed-chart.xinference-cluster \
build-single-kbcli-embed-chart.elasticsearch-cluster \
build-single-kbcli-embed-chart.qdrant-cluster

.PHONY: kbcli
kbcli: build-checks kbcli-fast ## Build bin/kbcli.
Expand Down
2 changes: 1 addition & 1 deletion addons
Submodule addons updated 1245 files
80 changes: 2 additions & 78 deletions docs/user_docs/cli/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,6 @@ Addon command.
* [kbcli addon upgrade](kbcli_addon_upgrade.md) - Upgrade an existed addon to latest version or a specified version


## [alert](kbcli_alert.md)

Manage alert receiver, include add, list and delete receiver.

* [kbcli alert add-receiver](kbcli_alert_add-receiver.md) - Add alert receiver, such as email, slack, webhook and so on.
* [kbcli alert config-smtpserver](kbcli_alert_config-smtpserver.md) - Set smtp server config
* [kbcli alert delete-receiver](kbcli_alert_delete-receiver.md) - Delete alert receiver.
* [kbcli alert list-receivers](kbcli_alert_list-receivers.md) - List all alert receivers.
* [kbcli alert list-smtpserver](kbcli_alert_list-smtpserver.md) - List alert smtp servers config.


## [backuprepo](kbcli_backuprepo.md)

BackupRepo command.
Expand All @@ -52,18 +41,11 @@ Run a benchmark.
* [kbcli bench redis-benchmark](kbcli_bench_redis-benchmark.md) - Run redis-benchmark on a cluster
* [kbcli bench sysbench](kbcli_bench_sysbench.md) - run a SysBench benchmark
* [kbcli bench tpcc](kbcli_bench_tpcc.md) - Run tpcc benchmark
* [kbcli bench tpcds](kbcli_bench_tpcds.md) - Run TPC-DS benchmark
* [kbcli bench tpch](kbcli_bench_tpch.md) - Run tpch benchmark
* [kbcli bench ycsb](kbcli_bench_ycsb.md) - Run YCSB benchmark on a cluster


## [builder](kbcli_builder.md)

builder command.

* [kbcli builder migrate-scripts](kbcli_builder_migrate-scripts.md) - migrate - a developer tool.
* [kbcli builder template](kbcli_builder_template.md) - tpl - a developer tool integrated with KubeBlocks that can help developers quickly generate rendered configurations or scripts based on Helm templates, and discover errors in the template before creating the database cluster.


## [cluster](kbcli_cluster.md)

Cluster command.
Expand Down Expand Up @@ -157,30 +139,6 @@ Data protection command.
* [kbcli dataprotection restore](kbcli_dataprotection_restore.md) - Restore a new cluster from backup


## [environment](kbcli_environment.md)

kbcli environment allows you to manage cloud environment. This command is currently only applicable to cloud, and currently does not support switching the environment of the local k8s cluster.

* [kbcli environment current](kbcli_environment_current.md) - Get the currently used environment.
* [kbcli environment describe](kbcli_environment_describe.md) - Get the description information of a environment.
* [kbcli environment list](kbcli_environment_list.md) - List all created environments.
* [kbcli environment use](kbcli_environment_use.md) - Use another environment that you have already created.


## [fault](kbcli_fault.md)

Inject faults to pod.

* [kbcli fault delete](kbcli_fault_delete.md) - Delete chaos resources.
* [kbcli fault io](kbcli_fault_io.md) - IO chaos.
* [kbcli fault list](kbcli_fault_list.md) - List chaos resources.
* [kbcli fault network](kbcli_fault_network.md) - Network chaos.
* [kbcli fault node](kbcli_fault_node.md) - Node chaos.
* [kbcli fault pod](kbcli_fault_pod.md) - Pod chaos.
* [kbcli fault stress](kbcli_fault_stress.md) - Add memory pressure or CPU load to the system.
* [kbcli fault time](kbcli_fault_time.md) - Clock skew failure.


## [kubeblocks](kbcli_kubeblocks.md)

KubeBlocks operation commands.
Expand All @@ -196,46 +154,12 @@ KubeBlocks operation commands.
* [kbcli kubeblocks upgrade](kbcli_kubeblocks_upgrade.md) - Upgrade KubeBlocks.


## [login](kbcli_login.md)

Authenticate with the KubeBlocks Cloud



## [logout](kbcli_logout.md)

Log out of the KubeBlocks Cloud



## [migration](kbcli_migration.md)

Data migration between two data sources.

* [kbcli migration create](kbcli_migration_create.md) - Create a migration task.
* [kbcli migration describe](kbcli_migration_describe.md) - Show details of a specific migration task.
* [kbcli migration list](kbcli_migration_list.md) - List migration tasks.
* [kbcli migration logs](kbcli_migration_logs.md) - Access migration task log file.
* [kbcli migration templates](kbcli_migration_templates.md) - List migration templates.
* [kbcli migration terminate](kbcli_migration_terminate.md) - Delete migration task.


## [options](kbcli_options.md)

Print the list of flags inherited by all commands.



## [org](kbcli_org.md)

kbcli org is used to manage cloud organizations and is only suitable for interacting with cloud.

* [kbcli org current](kbcli_org_current.md) - Get current organization.
* [kbcli org describe](kbcli_org_describe.md) - Get the description information of an organization.
* [kbcli org list](kbcli_org_list.md) - List all organizations you have joined.
* [kbcli org switch](kbcli_org_switch.md) - Switch to another organization you are already a member of.


## [playground](kbcli_playground.md)

Bootstrap or destroy a playground KubeBlocks in local host or cloud.
Expand All @@ -261,7 +185,7 @@ Provides utilities for interacting with plugins.

## [report](kbcli_report.md)

report kubeblocks or cluster info.
Report kubeblocks or cluster info.

* [kbcli report cluster](kbcli_report_cluster.md) - Report Cluster information
* [kbcli report kubeblocks](kbcli_report_kubeblocks.md) - Report KubeBlocks information, including deployments, events, logs, etc.
Expand Down
10 changes: 1 addition & 9 deletions docs/user_docs/cli/kbcli.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,26 +55,18 @@ kbcli [flags]
### SEE ALSO

* [kbcli addon](kbcli_addon.md) - Addon command.
* [kbcli alert](kbcli_alert.md) - Manage alert receiver, include add, list and delete receiver.
* [kbcli backuprepo](kbcli_backuprepo.md) - BackupRepo command.
* [kbcli bench](kbcli_bench.md) - Run a benchmark.
* [kbcli builder](kbcli_builder.md) - builder command.
* [kbcli cluster](kbcli_cluster.md) - Cluster command.
* [kbcli clusterdefinition](kbcli_clusterdefinition.md) - ClusterDefinition command.
* [kbcli clusterversion](kbcli_clusterversion.md) - ClusterVersion command.
* [kbcli dashboard](kbcli_dashboard.md) - List and open the KubeBlocks dashboards.
* [kbcli dataprotection](kbcli_dataprotection.md) - Data protection command.
* [kbcli environment](kbcli_environment.md) - kbcli environment allows you to manage cloud environment. This command is currently only applicable to cloud, and currently does not support switching the environment of the local k8s cluster.
* [kbcli fault](kbcli_fault.md) - Inject faults to pod.
* [kbcli kubeblocks](kbcli_kubeblocks.md) - KubeBlocks operation commands.
* [kbcli login](kbcli_login.md) - Authenticate with the KubeBlocks Cloud
* [kbcli logout](kbcli_logout.md) - Log out of the KubeBlocks Cloud
* [kbcli migration](kbcli_migration.md) - Data migration between two data sources.
* [kbcli options](kbcli_options.md) - Print the list of flags inherited by all commands.
* [kbcli org](kbcli_org.md) - kbcli org is used to manage cloud organizations and is only suitable for interacting with cloud.
* [kbcli playground](kbcli_playground.md) - Bootstrap or destroy a playground KubeBlocks in local host or cloud.
* [kbcli plugin](kbcli_plugin.md) - Provides utilities for interacting with plugins.
* [kbcli report](kbcli_report.md) - report kubeblocks or cluster info.
* [kbcli report](kbcli_report.md) - Report kubeblocks or cluster info.
* [kbcli version](kbcli_version.md) - Print the version information, include kubernetes, KubeBlocks and kbcli version.

#### Go Back to [CLI Overview](cli.md) Homepage.
Expand Down
1 change: 1 addition & 0 deletions docs/user_docs/cli/kbcli_bench.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Run a benchmark.
* [kbcli bench redis-benchmark](kbcli_bench_redis-benchmark.md) - Run redis-benchmark on a cluster
* [kbcli bench sysbench](kbcli_bench_sysbench.md) - run a SysBench benchmark
* [kbcli bench tpcc](kbcli_bench_tpcc.md) - Run tpcc benchmark
* [kbcli bench tpcds](kbcli_bench_tpcds.md) - Run TPC-DS benchmark
* [kbcli bench tpch](kbcli_bench_tpch.md) - Run tpch benchmark
* [kbcli bench ycsb](kbcli_bench_ycsb.md) - Run YCSB benchmark on a cluster

Expand Down
2 changes: 1 addition & 1 deletion docs/user_docs/cli/kbcli_bench_pgbench.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ kbcli bench pgbench [Step] [BenchmarkName] [flags]
kbcli bench pgbench mytest --cluster pgcluster --database postgres --user xxx --password xxx

# pgbench run on a cluster, but with cpu and memory limits set
kbcli bench pgbench mytest --cluster pgcluster --database postgres --user xxx --password xxx --cpu 1 --memory 1Gi
kbcli bench pgbench mytest --cluster pgcluster --database postgres --user xxx --password xxx --limit-cpu 1 --limit-memory 1Gi

# pgbench run on a cluster with cleanup, only cleanup by deleting the testdata
kbcli bench pgbench cleanup mytest --cluster pgcluster --database postgres --user xxx --password xxx
Expand Down
2 changes: 1 addition & 1 deletion docs/user_docs/cli/kbcli_bench_redis-benchmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ kbcli bench redis-benchmark [flags]
kbcli bench redis-benchmark mytest --cluster rediscluster --clients 50 --requests 10000 --password xxx

# redis-benchmark run on a cluster, but with cpu and memory limits set
kbcli bench redis-benchmark mytest --cluster rediscluster --clients 50 --requests 10000 --cpu 1 --memory 1Gi --password xxx
kbcli bench redis-benchmark mytest --cluster rediscluster --clients 50 --requests 10000 --limit-cpu 1 --limit-memory 1Gi --password xxx

# redis-benchmark run on a cluster, just test set/get
kbcli bench redis-benchmark mytest --cluster rediscluster --clients 50 --requests 10000 --tests set,get --password xxx
Expand Down
2 changes: 1 addition & 1 deletion docs/user_docs/cli/kbcli_bench_sysbench.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ kbcli bench sysbench [Step] [BenchmarkName] [flags]
kbcli bench sysbench mytest --cluster mycluster --user xxx --password xxx --database mydb

# sysbench on a cluster, but with cpu and memory limits set
kbcli bench sysbench mytest --cluster mycluster --user xxx --password xxx --database mydb --cpu 1 --memory 1Gi
kbcli bench sysbench mytest --cluster mycluster --user xxx --password xxx --database mydb --limit-cpu 1 --limit-memory 1Gi

# sysbench run on a cluster with cleanup, only cleanup by deleting the testdata
kbcli bench sysbench cleanup mytest --cluster mycluster --user xxx --password xxx --database mydb
Expand Down
2 changes: 1 addition & 1 deletion docs/user_docs/cli/kbcli_bench_tpcc.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ kbcli bench tpcc [Step] [BenchmarkName] [flags]
kbcli bench tpcc mytest --cluster mycluster --user xxx --password xxx --database mydb

# tpcc on a cluster, but with cpu and memory limits set
kbcli bench tpcc mytest --cluster mycluster --user xxx --password xxx --database mydb --cpu 1 --memory 1Gi
kbcli bench tpcc mytest --cluster mycluster --user xxx --password xxx --database mydb --limit-cpu 1 --limit-memory 1Gi

# tpcc on a cluster with cleanup, only cleanup by deleting the testdata
kbcli bench tpcc cleanup mytest --cluster mycluster --user xxx --password xxx --database mydb
Expand Down
Original file line number Diff line number Diff line change
@@ -1,31 +1,45 @@
---
title: kbcli fault list
title: kbcli bench tpcds
---

List chaos resources.
Run TPC-DS benchmark

```
kbcli fault list [flags]
kbcli bench tpcds [Step] [Benchmark] [flags]
```

### Examples

```
# List all chaos resources
kbcli fault list
# tpcds on a cluster, that will exec for all steps, cleanup, prepare and run
kbcli bench tpcds mytest --cluster mycluster --user xxx --password xxx --database mydb

# List all chaos kind
kbcli fault list --kind
# tpcds on a cluster, but with cpu and memory limits set
kbcli bench tpcds mytest --cluster mycluster --user xxx --password xxx --database mydb --limit-cpu 1 --limit-memory 1Gi

# List specific chaos resources. Use 'kbcli fault list --kind' to get chaos kind.
kbcli fault list podchaos
# tpcds on a cluster with 10GB data
kbcli bench tpcds mytest --cluster mycluster --user xxx --password xxx --database mydb --size 10
```

### Options

```
-h, --help help for list
--kind Print chaos resource kind.
--cluster string the cluster of database
--database string database name
--driver string the driver of database
--extra-args strings extra arguments for benchmark
-h, --help help for tpcds
--host string the host of database
--limit-cpu string the limit cpu of benchmark
--limit-memory string the limit memory of benchmark
--password string the password of database
--port int the port of database
--request-cpu string the request cpu of benchmark
--request-memory string the request memory of benchmark
--size int specify the scale factor of the benchmark, 1 means 1GB data (default 1)
--tolerations strings Tolerations for benchmark, such as '"dev=true:NoSchedule,large=true:NoSchedule"'
--use-key specify whether to create pk and fk, it will take extra time to create the keys
--user string the user of database
```

### Options inherited from parent commands
Expand All @@ -38,7 +52,6 @@ kbcli fault list [flags]
--certificate-authority string Path to a cert file for the certificate authority
--client-certificate string Path to a client certificate file for TLS
--client-key string Path to a client key file for TLS
--cluster string The name of the kubeconfig cluster to use
--context string The name of the kubeconfig context to use
--disable-compression If true, opt-out of response compression for all requests to the server
--insecure-skip-tls-verify If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure
Expand All @@ -49,12 +62,11 @@ kbcli fault list [flags]
-s, --server string The address and port of the Kubernetes API server
--tls-server-name string Server name to use for server certificate validation. If it is not provided, the hostname used to contact the server is used
--token string Bearer token for authentication to the API server
--user string The name of the kubeconfig user to use
```

### SEE ALSO

* [kbcli fault](kbcli_fault.md) - Inject faults to pod.
* [kbcli bench](kbcli_bench.md) - Run a benchmark.

#### Go Back to [CLI Overview](cli.md) Homepage.

3 changes: 2 additions & 1 deletion docs/user_docs/cli/kbcli_bench_tpch.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ kbcli bench tpch [Step] [BenchmarkName] [flags]
kbcli bench tpch mytest --cluster mycluster --user xxx --password xxx --database mydb

# tpch on a cluster, but with cpu and memory limits set
kbcli bench tpch mytest --cluster mycluster --user xxx --password xxx --database mydb --cpu 1 --memory 1Gi
kbcli bench tpch mytest --cluster mycluster --user xxx --password xxx --database mydb --limit-cpu 1 --limit-memory 1Gi

# tpch on a cluster with run, just run by running the test
kbcli bench tpch run mytest --cluster mycluster --user xxx --password xxx --database mydb
Expand All @@ -36,6 +36,7 @@ kbcli bench tpch [Step] [BenchmarkName] [flags]
--port int the port of database
--request-cpu string the request cpu of benchmark
--request-memory string the request memory of benchmark
--size int specify the overall database size scaling parameter, 1 means 1GB (default 1)
--tolerations strings Tolerations for benchmark, such as '"dev=true:NoSchedule,large=true:NoSchedule"'
--user string the user of database
```
Expand Down
2 changes: 1 addition & 1 deletion docs/user_docs/cli/kbcli_bench_ycsb.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ kbcli bench ycsb [Step] [BenchmarkName] [flags]
kbcli bench ycsb mytest --cluster mycluster --user xxx --password xxx --database mydb

# ycsb on a cluster, but with cpu and memory limits set
kbcli bench ycsb mytest --cluster mycluster --user xxx --password xxx --database mydb --cpu 1 --memory 1Gi
kbcli bench ycsb mytest --cluster mycluster --user xxx --password xxx --database mydb --limit-cpu 1 --limit-memory 1Gi

# ycsb on a cluster with cleanup, only cleanup by deleting the testdata
kbcli bench ycsb cleanup mytest --cluster mycluster --user xxx --password xxx --database mydb
Expand Down
44 changes: 0 additions & 44 deletions docs/user_docs/cli/kbcli_builder.md

This file was deleted.

Loading
Loading