Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions docs/reference/cli/kubectl-dba_debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,27 +71,36 @@ kubectl-dba debug
### SEE ALSO

* [kubectl-dba](/docs/reference/cli/kubectl-dba.md) - kubectl plugin for KubeDB
* [kubectl-dba debug aerospike](/docs/reference/cli/kubectl-dba_debug_aerospike.md) - Debug helper for Aerospike database
* [kubectl-dba debug cassandra](/docs/reference/cli/kubectl-dba_debug_cassandra.md) - Debug helper for Cassandra database
* [kubectl-dba debug clickhouse](/docs/reference/cli/kubectl-dba_debug_clickhouse.md) - Debug helper for ClickHouse database
* [kubectl-dba debug db2](/docs/reference/cli/kubectl-dba_debug_db2.md) - Debug helper for DB2 database
* [kubectl-dba debug documentdb](/docs/reference/cli/kubectl-dba_debug_documentdb.md) - Debug helper for DocumentDB database
* [kubectl-dba debug druid](/docs/reference/cli/kubectl-dba_debug_druid.md) - Debug helper for Druid database
* [kubectl-dba debug elasticsearch](/docs/reference/cli/kubectl-dba_debug_elasticsearch.md) - Debug helper for Elasticsearch database
* [kubectl-dba debug hanadb](/docs/reference/cli/kubectl-dba_debug_hanadb.md) - Debug helper for HanaDB database
* [kubectl-dba debug hazelcast](/docs/reference/cli/kubectl-dba_debug_hazelcast.md) - Debug helper for Hazelcast database
* [kubectl-dba debug ignite](/docs/reference/cli/kubectl-dba_debug_ignite.md) - Debug helper for Ignite database
* [kubectl-dba debug kafka](/docs/reference/cli/kubectl-dba_debug_kafka.md) - Debug helper for Kafka database
* [kubectl-dba debug mariadb](/docs/reference/cli/kubectl-dba_debug_mariadb.md) - Debug helper for MariaDB database
* [kubectl-dba debug memcached](/docs/reference/cli/kubectl-dba_debug_memcached.md) - Debug helper for Memcached database
* [kubectl-dba debug milvus](/docs/reference/cli/kubectl-dba_debug_milvus.md) - Debug helper for Milvus database
* [kubectl-dba debug mongodb](/docs/reference/cli/kubectl-dba_debug_mongodb.md) - Debug helper for MongoDB database
* [kubectl-dba debug mssqlserver](/docs/reference/cli/kubectl-dba_debug_mssqlserver.md) - Debug helper for MSSQLServer database
* [kubectl-dba debug mysql](/docs/reference/cli/kubectl-dba_debug_mysql.md) - Debug helper for MySQL database
* [kubectl-dba debug neo4j](/docs/reference/cli/kubectl-dba_debug_neo4j.md) - Debug helper for Neo4j database
* [kubectl-dba debug oracle](/docs/reference/cli/kubectl-dba_debug_oracle.md) - Debug helper for Oracle database
* [kubectl-dba debug perconaxtradb](/docs/reference/cli/kubectl-dba_debug_perconaxtradb.md) - Debug helper for PerconaXtraDB database
* [kubectl-dba debug pgbouncer](/docs/reference/cli/kubectl-dba_debug_pgbouncer.md) - Debug helper for PgBouncer database
* [kubectl-dba debug pgpool](/docs/reference/cli/kubectl-dba_debug_pgpool.md) - Debug helper for Pgpool database
* [kubectl-dba debug postgres](/docs/reference/cli/kubectl-dba_debug_postgres.md) - Debug helper for Postgres database
* [kubectl-dba debug proxysql](/docs/reference/cli/kubectl-dba_debug_proxysql.md) - Debug helper for ProxySQL database
* [kubectl-dba debug rabbitmq](/docs/reference/cli/kubectl-dba_debug_rabbitmq.md) - Debug helper for Rabbitmq database
* [kubectl-dba debug qdrant](/docs/reference/cli/kubectl-dba_debug_qdrant.md) - Debug helper for Qdrant database
* [kubectl-dba debug rabbitmq](/docs/reference/cli/kubectl-dba_debug_rabbitmq.md) - Debug helper for RabbitMQ database
* [kubectl-dba debug redis](/docs/reference/cli/kubectl-dba_debug_redis.md) - Debug helper for Redis database
* [kubectl-dba debug redissentinel](/docs/reference/cli/kubectl-dba_debug_redissentinel.md) - Debug helper for RedisSentinel database
* [kubectl-dba debug singlestore](/docs/reference/cli/kubectl-dba_debug_singlestore.md) - Debug helper for Singlestore database
* [kubectl-dba debug solr](/docs/reference/cli/kubectl-dba_debug_solr.md) - Debug helper for Solr database
* [kubectl-dba debug zookeeper](/docs/reference/cli/kubectl-dba_debug_zookeeper.md) - Debug helper for Zookeeper database
* [kubectl-dba debug weaviate](/docs/reference/cli/kubectl-dba_debug_weaviate.md) - Debug helper for Weaviate database
* [kubectl-dba debug zookeeper](/docs/reference/cli/kubectl-dba_debug_zookeeper.md) - Debug helper for ZooKeeper database

62 changes: 62 additions & 0 deletions docs/reference/cli/kubectl-dba_debug_aerospike.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
title: Kubectl-Dba Debug Aerospike
menu:
docs_{{ .version }}:
identifier: kubectl-dba-debug-aerospike
name: Kubectl-Dba Debug Aerospike
parent: reference-cli
menu_name: docs_{{ .version }}
section_menu_id: reference
---
## kubectl-dba debug aerospike

Debug helper for Aerospike database

```
kubectl-dba debug aerospike [flags]
```

### Examples

```
kubectl dba debug aerospike -n demo sample-aerospike --operator-namespace kubedb
```

### Options

```
-h, --help help for aerospike
-o, --operator-namespace string the namespace where the kubedb operator is installed (default "kubedb")
```

### Options inherited from parent commands

```
--as string Username to impersonate for the operation. User could be a regular user or a service account in a namespace.
--as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
--as-uid string UID to impersonate for the operation.
--cache-dir string Default cache directory (default "/home/runner/.kube/cache")
--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
--default-seccomp-profile-type string Default seccomp profile
--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
--kubeconfig string Path to the kubeconfig file to use for CLI requests.
--match-server-version Require server version to match client version
-n, --namespace string If present, the namespace scope for this CLI request
--password string Password for basic authentication to the API server
--request-timeout string The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. (default "0")
-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
--username string Username for basic authentication to the API server
```

### SEE ALSO

* [kubectl-dba debug](/docs/reference/cli/kubectl-dba_debug.md) - Debug any Database issue

62 changes: 62 additions & 0 deletions docs/reference/cli/kubectl-dba_debug_db2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
title: Kubectl-Dba Debug Db2
menu:
docs_{{ .version }}:
identifier: kubectl-dba-debug-db2
name: Kubectl-Dba Debug Db2
parent: reference-cli
menu_name: docs_{{ .version }}
section_menu_id: reference
---
## kubectl-dba debug db2

Debug helper for DB2 database

```
kubectl-dba debug db2 [flags]
```

### Examples

```
kubectl dba debug db2 -n demo sample-db2 --operator-namespace kubedb
```

### Options

```
-h, --help help for db2
-o, --operator-namespace string the namespace where the kubedb operator is installed (default "kubedb")
```

### Options inherited from parent commands

```
--as string Username to impersonate for the operation. User could be a regular user or a service account in a namespace.
--as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
--as-uid string UID to impersonate for the operation.
--cache-dir string Default cache directory (default "/home/runner/.kube/cache")
--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
--default-seccomp-profile-type string Default seccomp profile
--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
--kubeconfig string Path to the kubeconfig file to use for CLI requests.
--match-server-version Require server version to match client version
-n, --namespace string If present, the namespace scope for this CLI request
--password string Password for basic authentication to the API server
--request-timeout string The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. (default "0")
-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
--username string Username for basic authentication to the API server
```

### SEE ALSO

* [kubectl-dba debug](/docs/reference/cli/kubectl-dba_debug.md) - Debug any Database issue

62 changes: 62 additions & 0 deletions docs/reference/cli/kubectl-dba_debug_documentdb.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
title: Kubectl-Dba Debug Documentdb
menu:
docs_{{ .version }}:
identifier: kubectl-dba-debug-documentdb
name: Kubectl-Dba Debug Documentdb
parent: reference-cli
menu_name: docs_{{ .version }}
section_menu_id: reference
---
## kubectl-dba debug documentdb

Debug helper for DocumentDB database

```
kubectl-dba debug documentdb [flags]
```

### Examples

```
kubectl dba debug documentdb -n demo sample-documentdb --operator-namespace kubedb
```

### Options

```
-h, --help help for documentdb
-o, --operator-namespace string the namespace where the kubedb operator is installed (default "kubedb")
```

### Options inherited from parent commands

```
--as string Username to impersonate for the operation. User could be a regular user or a service account in a namespace.
--as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
--as-uid string UID to impersonate for the operation.
--cache-dir string Default cache directory (default "/home/runner/.kube/cache")
--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
--default-seccomp-profile-type string Default seccomp profile
--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
--kubeconfig string Path to the kubeconfig file to use for CLI requests.
--match-server-version Require server version to match client version
-n, --namespace string If present, the namespace scope for this CLI request
--password string Password for basic authentication to the API server
--request-timeout string The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. (default "0")
-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
--username string Username for basic authentication to the API server
```

### SEE ALSO

* [kubectl-dba debug](/docs/reference/cli/kubectl-dba_debug.md) - Debug any Database issue

62 changes: 62 additions & 0 deletions docs/reference/cli/kubectl-dba_debug_hanadb.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
title: Kubectl-Dba Debug Hanadb
menu:
docs_{{ .version }}:
identifier: kubectl-dba-debug-hanadb
name: Kubectl-Dba Debug Hanadb
parent: reference-cli
menu_name: docs_{{ .version }}
section_menu_id: reference
---
## kubectl-dba debug hanadb

Debug helper for HanaDB database

```
kubectl-dba debug hanadb [flags]
```

### Examples

```
kubectl dba debug hanadb -n demo sample-hanadb --operator-namespace kubedb
```

### Options

```
-h, --help help for hanadb
-o, --operator-namespace string the namespace where the kubedb operator is installed (default "kubedb")
```

### Options inherited from parent commands

```
--as string Username to impersonate for the operation. User could be a regular user or a service account in a namespace.
--as-group stringArray Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
--as-uid string UID to impersonate for the operation.
--cache-dir string Default cache directory (default "/home/runner/.kube/cache")
--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
--default-seccomp-profile-type string Default seccomp profile
--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
--kubeconfig string Path to the kubeconfig file to use for CLI requests.
--match-server-version Require server version to match client version
-n, --namespace string If present, the namespace scope for this CLI request
--password string Password for basic authentication to the API server
--request-timeout string The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests. (default "0")
-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
--username string Username for basic authentication to the API server
```

### SEE ALSO

* [kubectl-dba debug](/docs/reference/cli/kubectl-dba_debug.md) - Debug any Database issue

Loading
Loading