Skip to content

Commit

Permalink
chore: remove alert (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnleelhl authored May 14, 2024
1 parent 2b592d2 commit 3062c81
Show file tree
Hide file tree
Showing 32 changed files with 8 additions and 2,162 deletions.
2 changes: 1 addition & 1 deletion addons
Submodule addons updated 640 files
11 changes: 0 additions & 11 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 Down
1 change: 0 additions & 1 deletion docs/user_docs/cli/kbcli.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ 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 cluster](kbcli_cluster.md) - Cluster command.
* [kbcli clusterdefinition](kbcli_clusterdefinition.md) - ClusterDefinition command.
Expand Down
2 changes: 1 addition & 1 deletion docs/user_docs/cli/kbcli_cluster_create_llm.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ kbcli cluster create llm NAME [flags]
--availability-policy string The availability policy of cluster. Legal values [none, node, zone]. (default "node")
--cpu float CPU cores. Value range [0, 64].
--cpu-mode Set to true if no GPU is available, default true (default true)
--disable-exporter Enable or disable monitor. (default true)
--extra-args string extra arguments that will be passed to run model (default "--trust-remote-code")
--gpu float GPU cores. Value range [0, 64]. (default 1)
-h, --help help for llm
--host-network-accessible Specify whether the cluster can be accessed from within the VPC.
--memory float Memory, the unit is Gi. Value range [0, 1000].
--model string Model name (default "facebook/opt-125m")
--monitor-enabled Enable or disable monitor.
--publicly-accessible Specify whether the cluster can be accessed from the public internet.
--quantize string Model's quantized file name, only work for CPU mode
--rbac-enabled Specify whether rbac resources will be created by client, otherwise KubeBlocks server will try to create rbac resources.
Expand Down
2 changes: 1 addition & 1 deletion docs/user_docs/cli/kbcli_cluster_create_mongodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ kbcli cluster create mongodb NAME [flags]
```
--availability-policy string The availability policy of cluster. Legal values [none, node, zone]. (default "node")
--cpu float CPU cores. Value range [0.5, 64]. (default 0.5)
--disable-exporter Enable or disable monitor. (default true)
-h, --help help for mongodb
--host-network-accessible Specify whether the cluster can be accessed from within the VPC.
--memory float Memory, the unit is Gi. Value range [0.5, 1000]. (default 0.5)
--mode string Cluster topology mode. Legal values [standalone, replicaset]. (default "standalone")
--monitor-enabled Enable or disable monitor.
--publicly-accessible Specify whether the cluster can be accessed from the public internet.
--rbac-enabled Specify whether rbac resources will be created by client, otherwise KubeBlocks server will try to create rbac resources.
--replicas int The number of replicas, for standalone mode, the replicas is 1, for replicaset mode, the default replicas is 3. Value range [1, 5]. (default 1)
Expand Down
2 changes: 1 addition & 1 deletion docs/user_docs/cli/kbcli_cluster_create_mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ kbcli cluster create mysql NAME [flags]
```
--availability-policy string The availability policy of cluster. Legal values [none, node, zone]. (default "node")
--cpu float CPU cores. Value range [0.5, 64]. (default 0.5)
--disable-exporter Enable or disable monitor. (default true)
-h, --help help for mysql
--host-network-accessible Specify whether the cluster can be accessed from within the VPC.
--memory float Memory, the unit is Gi. Value range [0.5, 1000]. (default 0.5)
--mode string Cluster topology mode. Legal values [standalone, raftGroup]. (default "standalone")
--monitor-enabled Enable or disable monitor.
--proxy-enabled Enable proxy or not.
--publicly-accessible Specify whether the cluster can be accessed from the public internet.
--rbac-enabled Specify whether rbac resources will be created by client, otherwise KubeBlocks server will try to create rbac resources.
Expand Down
2 changes: 1 addition & 1 deletion docs/user_docs/cli/kbcli_cluster_create_postgresql.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ kbcli cluster create postgresql NAME [flags]
```
--availability-policy string The availability policy of cluster. Legal values [none, node, zone]. (default "node")
--cpu float CPU cores. Value range [0.5, 64]. (default 0.5)
--disable-exporter Enable or disable monitor. (default true)
-h, --help help for postgresql
--host-network-accessible Specify whether the cluster can be accessed from within the VPC.
--memory float Memory, the unit is Gi. Value range [0.5, 1000]. (default 0.5)
--mode string Cluster topology mode. Legal values [standalone, replication]. (default "standalone")
--monitor-enabled Enable or disable monitor.
--publicly-accessible Specify whether the cluster can be accessed from the public internet.
--rbac-enabled Specify whether rbac resources will be created by client, otherwise KubeBlocks server will try to create rbac resources.
--replicas int The number of replicas, for standalone mode, the replicas is 1, for replication mode, the default replicas is 2. Value range [1, 5]. (default 1)
Expand Down
4 changes: 2 additions & 2 deletions docs/user_docs/cli/kbcli_cluster_create_redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ kbcli cluster create redis NAME [flags]
```
--availability-policy string The availability policy of cluster. Legal values [none, node, zone]. (default "node")
--cpu float CPU cores. Value range [0.5, 64]. (default 0.5)
--disable-exporter Enable or disable monitor. (default true)
-h, --help help for redis
--host-network-accessible Specify whether the cluster can be accessed from within the VPC.
--memory float Memory, the unit is Gi. Value range [0.5, 1000]. (default 0.5)
--mode string Cluster topology mode. Legal values [standalone, replication, cluster, sentinel]. (default "replication")
--monitor-enabled Enable or disable monitor.
--mode string Cluster topology mode. Legal values [standalone, replication, cluster, sentinel, replication-twemproxy]. (default "replication")
--node-port-enabled Whether NodePort service is enabled, default is true
--publicly-accessible Specify whether the cluster can be accessed from the public internet.
--rbac-enabled Specify whether rbac resources will be created by client, otherwise KubeBlocks server will try to create rbac resources.
Expand Down
2 changes: 1 addition & 1 deletion docs/user_docs/cli/kbcli_cluster_create_xinference.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ kbcli cluster create xinference NAME [flags]
--availability-policy string The availability policy of cluster. Legal values [none, node, zone]. (default "node")
--cpu float CPU cores. Value range [0.5, 64]. (default 2)
--cpu-mode Set to true if no GPU is available
--disable-exporter Enable or disable monitor. (default true)
--gpu float GPU cores. Value range [0, 64]. (default 1)
-h, --help help for xinference
--host-network-accessible Specify whether the cluster can be accessed from within the VPC.
--memory float Memory, the unit is Gi. Value range [0.5, 1000]. (default 6)
--monitor-enabled Enable or disable monitor.
--publicly-accessible Specify whether the cluster can be accessed from the public internet.
--rbac-enabled Specify whether rbac resources will be created by client, otherwise KubeBlocks server will try to create rbac resources.
--replicas int The number of replicas, for standalone mode, the replicas is 1, for replication mode, the default replicas is 2. Value range [1, 5]. (default 1)
Expand Down
Binary file modified pkg/cluster/charts/apecloud-mysql-cluster.tgz
Binary file not shown.
Binary file modified pkg/cluster/charts/llm-cluster.tgz
Binary file not shown.
Binary file modified pkg/cluster/charts/mongodb-cluster.tgz
Binary file not shown.
Binary file modified pkg/cluster/charts/postgresql-cluster.tgz
Binary file not shown.
Binary file modified pkg/cluster/charts/redis-cluster.tgz
Binary file not shown.
Binary file modified pkg/cluster/charts/xinference-cluster.tgz
Binary file not shown.
Loading

0 comments on commit 3062c81

Please sign in to comment.