Skip to content

docs: separate $-prompt commands from their output in bash code blocks#998

Open
ArnobKumarSaha wants to merge 1 commit into
masterfrom
arnob-bashfmt
Open

docs: separate $-prompt commands from their output in bash code blocks#998
ArnobKumarSaha wants to merge 1 commit into
masterfrom
arnob-bashfmt

Conversation

@ArnobKumarSaha

Copy link
Copy Markdown
Member

Summary

  • Reformats shell examples so the command renders alone in its own ```bash block, with the command output moved outside the fence as plain text — matching the style used elsewhere in the docs.
  • Handles multi-line commands (backslash continuations), heredocs, and blocks containing multiple back-to-back commands (split into separate bash blocks).
  • Left untouched: ~16 blocks with pre-existing malformed source (mixed $/bare commands, stray backticks, etc.) that need manual cleanup, and docs/guides/druid/volume-expansion/guide.md which has a pre-existing unclosed code fence unrelated to this change.

Test plan

  • Verified fence-pair count parity is unchanged for every modified file (no fences added/removed net).
  • Diffed a sample of files across guides to confirm only fence placement changed, not command/output content.
  • Spot check a few rendered pages in the docs site preview.

Commands now render alone in a ```bash block; command output moves
outside the fence as plain text, matching the rest of the docs.

Signed-off-by: Arnob kumar saha <arnob@appscode.com>
@gitguardian

gitguardian Bot commented Jul 7, 2026

Copy link
Copy Markdown

⚠️ GitGuardian has uncovered 11 secrets following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secrets in your pull request
GitGuardian id GitGuardian status Secret Commit Filename
30516367 Triggered Curl Username Password 23ed937 docs/guides/elasticsearch/configuration/topology-cluster/index.md View secret
30516353 Triggered Curl Username Password 23ed937 docs/guides/elasticsearch/clustering/topology-cluster/simple-dedicated-cluster/index.md View secret
30516353 Triggered Curl Username Password 23ed937 docs/guides/elasticsearch/clustering/topology-cluster/simple-dedicated-cluster/index.md View secret
34433003 Triggered Generic CLI Secret 23ed937 docs/guides/clickhouse/initialization/script_source.md View secret
30516365 Triggered Curl Username Password 23ed937 docs/guides/elasticsearch/configuration/combined-cluster/index.md View secret
30516352 Triggered Curl Username Password 23ed937 docs/guides/elasticsearch/backup/kubestash/logical/index.md View secret
30516353 Triggered Curl Username Password 23ed937 docs/guides/elasticsearch/backup/kubestash/logical/index.md View secret
34433003 Triggered Generic CLI Secret 23ed937 docs/guides/clickhouse/initialization/script_source.md View secret
30516353 Triggered Curl Username Password 23ed937 docs/guides/elasticsearch/clustering/topology-cluster/simple-dedicated-cluster/index.md View secret
30516353 Triggered Curl Username Password 23ed937 docs/guides/elasticsearch/backup/kubestash/logical/index.md View secret
30516372 Triggered Curl Username Password 23ed937 docs/guides/elasticsearch/clustering/combined-cluster/index.md View secret
🛠 Guidelines to remediate hardcoded secrets
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secrets safely. Learn here the best practices.
  3. Revoke and rotate these secrets.
  4. If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.

To avoid such incidents in the future consider


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

@coderabbitai

coderabbitai Bot commented Jul 7, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 747 files, which is 597 over the limit of 150.

To get a review, narrow the scope:
• coderabbit review --type committed # exclude uncommitted changes
• coderabbit review --dir # limit to a subdirectory
• coderabbit review --base # compare against a closer base

Upgrade to a paid plan to raise the limit.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 53bcd211-5af5-454d-a733-f6fe31c21323

📥 Commits

Reviewing files that changed from the base of the PR and between 77939ec and 23ed937.

📒 Files selected for processing (747)
  • docs/guides/cassandra/autoscaler/compute/compute-autoscale.md
  • docs/guides/cassandra/autoscaler/storage/storage-autoscale.md
  • docs/guides/cassandra/backup/kubestash/logical/index.md
  • docs/guides/cassandra/concepts/cassandra.md
  • docs/guides/cassandra/configuration/using-config-file.md
  • docs/guides/cassandra/monitoring/overview.md
  • docs/guides/cassandra/monitoring/using-builtin-prometheus.md
  • docs/guides/cassandra/monitoring/using-prometheus-operator.md
  • docs/guides/cassandra/quickstart/guide/quickstart.md
  • docs/guides/cassandra/reconfigure-tls/cassandra.md
  • docs/guides/cassandra/reconfigure/cassandra-topology.md
  • docs/guides/cassandra/restart/restart.md
  • docs/guides/cassandra/rotate-auth/cassandra.md
  • docs/guides/cassandra/scaling/horizontal-scaling/topology.md
  • docs/guides/cassandra/scaling/vertical-scaling/topology.md
  • docs/guides/cassandra/tls/topology.md
  • docs/guides/cassandra/update-version/update-version.md
  • docs/guides/cassandra/volume-expansion/topology.md
  • docs/guides/clickhouse/autoscaler/compute/compute-autoscale.md
  • docs/guides/clickhouse/autoscaler/storage/storage-autoscale.md
  • docs/guides/clickhouse/concepts/clickhouse.md
  • docs/guides/clickhouse/configuration/using-config-file.md
  • docs/guides/clickhouse/initialization/script_source.md
  • docs/guides/clickhouse/monitoring/overview.md
  • docs/guides/clickhouse/monitoring/using-builtin-prometheus.md
  • docs/guides/clickhouse/monitoring/using-prometheus-operator.md
  • docs/guides/clickhouse/quickstart/guide/quickstart.md
  • docs/guides/clickhouse/reconfigure-tls/clickhouse.md
  • docs/guides/clickhouse/reconfigure/reconfigure.md
  • docs/guides/clickhouse/restart/restart.md
  • docs/guides/clickhouse/rotate-auth/rotateauth.md
  • docs/guides/clickhouse/scaling/horizontal-scaling/cluster.md
  • docs/guides/clickhouse/scaling/vertical-scaling/cluster.md
  • docs/guides/clickhouse/scaling/vertical-scaling/standalone.md
  • docs/guides/clickhouse/tls/cluster.md
  • docs/guides/clickhouse/update-version/update-version.md
  • docs/guides/clickhouse/volume-expansion/cluster.md
  • docs/guides/documentdb/autoscaler/compute/index.md
  • docs/guides/documentdb/autoscaler/storage/index.md
  • docs/guides/documentdb/configuration/using-config-file.md
  • docs/guides/documentdb/failure-and-disaster-recovery/failover.md
  • docs/guides/documentdb/reconfigure/reconfigure.md
  • docs/guides/documentdb/restart/restart.md
  • docs/guides/documentdb/rotate-authentication/rotate-authentication.md
  • docs/guides/documentdb/scaling/horizontal-scaling/horizontal-scaling.md
  • docs/guides/documentdb/scaling/vertical-scaling/vertical-scaling.md
  • docs/guides/documentdb/storage-migration/storage-migration.md
  • docs/guides/documentdb/volume-expansion/volume-expansion.md
  • docs/guides/druid/autoscaler/compute/guide.md
  • docs/guides/druid/autoscaler/storage/guide.md
  • docs/guides/druid/backup/application-level/index.md
  • docs/guides/druid/backup/auto-backup/index.md
  • docs/guides/druid/backup/cross-ns-dependencies/index.md
  • docs/guides/druid/backup/logical/index.md
  • docs/guides/druid/clustering/guide/index.md
  • docs/guides/druid/concepts/druid.md
  • docs/guides/druid/configuration/config-file/index.md
  • docs/guides/druid/configuration/podtemplating/index.md
  • docs/guides/druid/failover/guide.md
  • docs/guides/druid/monitoring/overview.md
  • docs/guides/druid/monitoring/using-builtin-prometheus.md
  • docs/guides/druid/monitoring/using-prometheus-operator.md
  • docs/guides/druid/quickstart/guide/index.md
  • docs/guides/druid/reconfigure-tls/guide.md
  • docs/guides/druid/reconfigure/guide.md
  • docs/guides/druid/restart/guide.md
  • docs/guides/druid/rotate-auth/guide.md
  • docs/guides/druid/scaling/horizontal-scaling/guide.md
  • docs/guides/druid/scaling/vertical-scaling/guide.md
  • docs/guides/druid/tls/guide.md
  • docs/guides/druid/update-version/guide.md
  • docs/guides/druid/volume-expansion/guide.md
  • docs/guides/elasticsearch/autoscaler/compute/combined/index.md
  • docs/guides/elasticsearch/autoscaler/compute/topology/index.md
  • docs/guides/elasticsearch/autoscaler/storage/combined/index.md
  • docs/guides/elasticsearch/autoscaler/storage/topology/index.md
  • docs/guides/elasticsearch/backup/kubestash/auto-backup/index.md
  • docs/guides/elasticsearch/backup/kubestash/customization/index.md
  • docs/guides/elasticsearch/backup/kubestash/logical/index.md
  • docs/guides/elasticsearch/backup/stash/kubedb/index.md
  • docs/guides/elasticsearch/cli/cli.md
  • docs/guides/elasticsearch/clustering/combined-cluster/index.md
  • docs/guides/elasticsearch/clustering/topology-cluster/hot-warm-cold-cluster/index.md
  • docs/guides/elasticsearch/clustering/topology-cluster/simple-dedicated-cluster/index.md
  • docs/guides/elasticsearch/concepts/elasticsearch/index.md
  • docs/guides/elasticsearch/configuration/combined-cluster/index.md
  • docs/guides/elasticsearch/configuration/jvm-options/index.md
  • docs/guides/elasticsearch/configuration/overview/index.md
  • docs/guides/elasticsearch/configuration/topology-cluster/index.md
  • docs/guides/elasticsearch/custom-rbac/using-custom-rbac.md
  • docs/guides/elasticsearch/elasticsearch-dashboard/kibana/index.md
  • docs/guides/elasticsearch/elasticsearch-dashboard/opensearch-dashboards/index.md
  • docs/guides/elasticsearch/gitops/gitops.md
  • docs/guides/elasticsearch/monitoring/using-builtin-prometheus.md
  • docs/guides/elasticsearch/monitoring/using-prometheus-operator.md
  • docs/guides/elasticsearch/plugins-backup/overview/index.md
  • docs/guides/elasticsearch/plugins-backup/s3-repository/index.md
  • docs/guides/elasticsearch/plugins/search-guard/configuration.md
  • docs/guides/elasticsearch/plugins/search-guard/disable-searchguard.md
  • docs/guides/elasticsearch/plugins/search-guard/issue-certificate.md
  • docs/guides/elasticsearch/plugins/search-guard/use-tls.md
  • docs/guides/elasticsearch/plugins/search-guard/x-pack-monitoring.md
  • docs/guides/elasticsearch/plugins/x-pack/configuration.md
  • docs/guides/elasticsearch/plugins/x-pack/disable-xpack.md
  • docs/guides/elasticsearch/plugins/x-pack/issue-certificate.md
  • docs/guides/elasticsearch/plugins/x-pack/use-tls.md
  • docs/guides/elasticsearch/private-registry/using-private-registry.md
  • docs/guides/elasticsearch/quickstart/overview/elasticsearch/index.md
  • docs/guides/elasticsearch/quickstart/overview/opensearch/index.md
  • docs/guides/elasticsearch/reconfigure/elasticsearch-combined.md
  • docs/guides/elasticsearch/reconfigure/elasticsearch-topology.md
  • docs/guides/elasticsearch/reconfigure_tls/elasticsearch.md
  • docs/guides/elasticsearch/restart/index.md
  • docs/guides/elasticsearch/rotateauth/rotateauth.md
  • docs/guides/elasticsearch/scaling/horizontal/combined.md
  • docs/guides/elasticsearch/scaling/horizontal/topology.md
  • docs/guides/elasticsearch/scaling/vertical/combined.md
  • docs/guides/elasticsearch/scaling/vertical/topology.md
  • docs/guides/elasticsearch/tls/elasticsearch-combined.md
  • docs/guides/elasticsearch/tls/elasticsearch-topology.md
  • docs/guides/elasticsearch/update-version/elasticsearch.md
  • docs/guides/elasticsearch/volume-expansion/combined.md
  • docs/guides/elasticsearch/volume-expansion/topology.md
  • docs/guides/hanadb/clustering/system-replication.md
  • docs/guides/hanadb/configuration/using-config-file.md
  • docs/guides/hanadb/monitoring/using-builtin-prometheus.md
  • docs/guides/hanadb/monitoring/using-prometheus-operator.md
  • docs/guides/hanadb/quickstart/quickstart.md
  • docs/guides/hanadb/reconfigure/reconfigure.md
  • docs/guides/hanadb/restart/restart.md
  • docs/guides/hanadb/rotate-authentication/rotate-authentication.md
  • docs/guides/hanadb/scaling/vertical-scaling/vertical-scaling.md
  • docs/guides/hanadb/storage-migration/storage-migration.md
  • docs/guides/hanadb/tls/overview.md
  • docs/guides/hanadb/volume-expansion/volume-expansion.md
  • docs/guides/hazelcast/autoscaler/compute/hazelcast-compute.md
  • docs/guides/hazelcast/autoscaler/storage/hazelcast-storage.md
  • docs/guides/hazelcast/concepts/hazelcast.md
  • docs/guides/hazelcast/configuration/hazelcast-config.md
  • docs/guides/hazelcast/monitoring/prometheus-builtin.md
  • docs/guides/hazelcast/monitoring/prometheus-operator.md
  • docs/guides/hazelcast/quickstart/overview/index.md
  • docs/guides/hazelcast/reconfigure-tls/hazelcast.md
  • docs/guides/hazelcast/restart/hazelcast.md
  • docs/guides/hazelcast/rotate-auth/hazelcast.md
  • docs/guides/hazelcast/scaling/horizontal-scaling/horizontal-scaling.md
  • docs/guides/hazelcast/scaling/vertical-scaling/vertical-scaling.md
  • docs/guides/hazelcast/tls/hazelcast.md
  • docs/guides/hazelcast/update-version/hazelcast.md
  • docs/guides/hazelcast/volume-expansion/volume-expansion.md
  • docs/guides/ignite/autoscaler/compute/compute-autoscale.md
  • docs/guides/ignite/autoscaler/storage/storage-autoscale.md
  • docs/guides/ignite/custom-configuration/using-config-file.md
  • docs/guides/ignite/custom-configuration/using-podtemplate.md
  • docs/guides/ignite/custom-rbac/using-custom-rbac.md
  • docs/guides/ignite/monitoring/using-builtin-prometheus.md
  • docs/guides/ignite/monitoring/using-prometheus-operator.md
  • docs/guides/ignite/private-registry/using-private-registry.md
  • docs/guides/ignite/quickstart/quickstart.md
  • docs/guides/ignite/reconfigure-tls/reconfigure-tls.md
  • docs/guides/ignite/reconfigure/reconfigure.md
  • docs/guides/ignite/restart/restart.md
  • docs/guides/ignite/rotate-auth/rotateauth.md
  • docs/guides/ignite/scaling/horizontal-scaling/horizontal-scaling.md
  • docs/guides/ignite/scaling/vertical-scaling/vertical-scaling.md
  • docs/guides/ignite/update-version/update-version.md
  • docs/guides/ignite/volume-expansion/volume-expansion.md
  • docs/guides/kafka/autoscaler/compute/combined.md
  • docs/guides/kafka/autoscaler/compute/topology.md
  • docs/guides/kafka/autoscaler/storage/kafka-combined.md
  • docs/guides/kafka/autoscaler/storage/kafka-topology.md
  • docs/guides/kafka/cli/cli.md
  • docs/guides/kafka/clustering/combined-cluster/index.md
  • docs/guides/kafka/clustering/topology-cluster/index.md
  • docs/guides/kafka/concepts/connectcluster.md
  • docs/guides/kafka/concepts/kafka.md
  • docs/guides/kafka/configuration/kafka-combined.md
  • docs/guides/kafka/configuration/kafka-topology.md
  • docs/guides/kafka/connectcluster/connectcluster.md
  • docs/guides/kafka/connectcluster/quickstart.md
  • docs/guides/kafka/gitops/topology.md
  • docs/guides/kafka/migration/migration.md
  • docs/guides/kafka/monitoring/overview.md
  • docs/guides/kafka/monitoring/using-builtin-prometheus.md
  • docs/guides/kafka/monitoring/using-prometheus-operator.md
  • docs/guides/kafka/quickstart/kafka/index.md
  • docs/guides/kafka/reconfigure-tls/kafka.md
  • docs/guides/kafka/reconfigure/kafka-combined.md
  • docs/guides/kafka/reconfigure/kafka-topology.md
  • docs/guides/kafka/restart/restart.md
  • docs/guides/kafka/restproxy/overview.md
  • docs/guides/kafka/restproxy/with-schema-registry.md
  • docs/guides/kafka/rotate-auth/kafka.md
  • docs/guides/kafka/scaling/horizontal-scaling/combined.md
  • docs/guides/kafka/scaling/horizontal-scaling/topology.md
  • docs/guides/kafka/scaling/vertical-scaling/combined.md
  • docs/guides/kafka/scaling/vertical-scaling/topology.md
  • docs/guides/kafka/schemaregistry/overview.md
  • docs/guides/kafka/tiered-storage/tiered-storage.md
  • docs/guides/kafka/tls/combined.md
  • docs/guides/kafka/tls/connectcluster.md
  • docs/guides/kafka/tls/topology.md
  • docs/guides/kafka/update-version/update-version.md
  • docs/guides/kafka/volume-expansion/combined.md
  • docs/guides/kafka/volume-expansion/topology.md
  • docs/guides/mariadb/autoscaler/compute/cluster/index.md
  • docs/guides/mariadb/autoscaler/storage/cluster/index.md
  • docs/guides/mariadb/backup/kubestash/application-level/index.md
  • docs/guides/mariadb/backup/kubestash/auto-backup/index.md
  • docs/guides/mariadb/backup/kubestash/customization/index.md
  • docs/guides/mariadb/backup/kubestash/logical/index.md
  • docs/guides/mariadb/backup/stash/logical/cluster/index.md
  • docs/guides/mariadb/backup/stash/logical/standalone/index.md
  • docs/guides/mariadb/clustering/galera-cluster/index.md
  • docs/guides/mariadb/clustering/mariadb-replication/index.md
  • docs/guides/mariadb/configuration/using-config-file/index.md
  • docs/guides/mariadb/configuration/using-pod-template/index.md
  • docs/guides/mariadb/custom-rbac/using-custom-rbac/index.md
  • docs/guides/mariadb/distributed/autoscaler/compute/cluster/index.md
  • docs/guides/mariadb/distributed/autoscaler/storage/cluster/index.md
  • docs/guides/mariadb/distributed/opsrequest/horizontal_scale.md
  • docs/guides/mariadb/distributed/overview/index.md
  • docs/guides/mariadb/failover/guide.md
  • docs/guides/mariadb/gitops/gitops.md
  • docs/guides/mariadb/initialization/git-sync.md
  • docs/guides/mariadb/initialization/using-script/index.md
  • docs/guides/mariadb/migration/databaseMigration.md
  • docs/guides/mariadb/monitoring/builtin-prometheus/index.md
  • docs/guides/mariadb/monitoring/prometheus-operator/index.md
  • docs/guides/mariadb/pitr/nfs/index.md
  • docs/guides/mariadb/pitr/overview/index.md
  • docs/guides/mariadb/private-registry/quickstart/index.md
  • docs/guides/mariadb/quickstart/overview/index.md
  • docs/guides/mariadb/reconfigure-tls/cluster/index.md
  • docs/guides/mariadb/reconfigure/cluster/index.md
  • docs/guides/mariadb/reconfigure/standalone/index.md
  • docs/guides/mariadb/restart/restart.md
  • docs/guides/mariadb/rotate-auth/rotateauth.md
  • docs/guides/mariadb/scaling/horizontal-scaling/cluster/index.md
  • docs/guides/mariadb/scaling/horizontal-scaling/maxscale.md
  • docs/guides/mariadb/scaling/vertical-scaling/cluster/index.md
  • docs/guides/mariadb/scaling/vertical-scaling/maxscale.md
  • docs/guides/mariadb/tls/configure/index.md
  • docs/guides/mariadb/update-version/cluster/index.md
  • docs/guides/mariadb/volume-expansion/maxscale.md
  • docs/guides/mariadb/volume-expansion/volume-expansion/index.md
  • docs/guides/memcached/autoscaler/compute/compute-autoscale.md
  • docs/guides/memcached/cli/cli.md
  • docs/guides/memcached/custom-configuration/using-config-file.md
  • docs/guides/memcached/custom-configuration/using-podtemplate.md
  • docs/guides/memcached/custom-rbac/using-custom-rbac.md
  • docs/guides/memcached/monitoring/using-builtin-prometheus.md
  • docs/guides/memcached/monitoring/using-prometheus-operator.md
  • docs/guides/memcached/private-registry/using-private-registry.md
  • docs/guides/memcached/quickstart/quickstart.md
  • docs/guides/memcached/reconfigure-tls/reconfigure-tls.md
  • docs/guides/memcached/reconfigure/reconfigure.md
  • docs/guides/memcached/restart/restart.md
  • docs/guides/memcached/rotate-auth/rotateauth.md
  • docs/guides/memcached/scaling/horizontal-scaling/horizontal-scaling.md
  • docs/guides/memcached/scaling/vertical-scaling/vertical-scaling.md
  • docs/guides/memcached/tls/tls.md
  • docs/guides/memcached/update-version/update-version.md
  • docs/guides/milvus/autoscaler/compute/guide.md
  • docs/guides/milvus/autoscaler/storage/guide.md
  • docs/guides/milvus/monitoring/using-prometheus-operator.md
  • docs/guides/milvus/quickstart/distributed.md
  • docs/guides/milvus/quickstart/standalone.md
  • docs/guides/milvus/recommendation/guide.md
  • docs/guides/milvus/reconfigure-tls/guide.md
  • docs/guides/milvus/reconfigure/guide.md
  • docs/guides/milvus/restart/guide.md
  • docs/guides/milvus/rotate-auth/guide.md
  • docs/guides/milvus/scaling/horizontal-scaling/guide.md
  • docs/guides/milvus/scaling/vertical-scaling/guide.md
  • docs/guides/milvus/storage-migration/guide.md
  • docs/guides/milvus/tls/configure/index.md
  • docs/guides/milvus/update-version/guide.md
  • docs/guides/milvus/volume-expansion/guide.md
  • docs/guides/mongodb/arbiter/replicaset.md
  • docs/guides/mongodb/arbiter/sharding.md
  • docs/guides/mongodb/autoscaler/compute/replicaset.md
  • docs/guides/mongodb/autoscaler/compute/sharding.md
  • docs/guides/mongodb/autoscaler/compute/standalone.md
  • docs/guides/mongodb/autoscaler/storage/replicaset.md
  • docs/guides/mongodb/autoscaler/storage/sharding.md
  • docs/guides/mongodb/autoscaler/storage/standalone.md
  • docs/guides/mongodb/backup/kubestash/application-level/index.md
  • docs/guides/mongodb/backup/kubestash/auto-backup/index.md
  • docs/guides/mongodb/backup/kubestash/logical/replicaset/index.md
  • docs/guides/mongodb/backup/kubestash/logical/sharding/index.md
  • docs/guides/mongodb/backup/kubestash/logical/standalone/index.md
  • docs/guides/mongodb/backup/stash/logical/replicaset/index.md
  • docs/guides/mongodb/backup/stash/logical/sharding/index.md
  • docs/guides/mongodb/backup/stash/logical/standalone/index.md
  • docs/guides/mongodb/cli/cli.md
  • docs/guides/mongodb/clustering/replicaset.md
  • docs/guides/mongodb/clustering/sharding.md
  • docs/guides/mongodb/clustering/standalone.md
  • docs/guides/mongodb/concepts/mongodb.md
  • docs/guides/mongodb/configuration/using-config-file.md
  • docs/guides/mongodb/configuration/using-podtemplate.md
  • docs/guides/mongodb/custom-rbac/using-custom-rbac.md
  • docs/guides/mongodb/external-connection/horizon.md
  • docs/guides/mongodb/failure-and-disaster-recovery/overview.md
  • docs/guides/mongodb/gitops/gitops.md
  • docs/guides/mongodb/hidden-node/replicaset.md
  • docs/guides/mongodb/hidden-node/sharding.md
  • docs/guides/mongodb/initialization/gitsync.md
  • docs/guides/mongodb/initialization/using-script.md
  • docs/guides/mongodb/migration/databaseMigration.md
  • docs/guides/mongodb/monitoring/using-builtin-prometheus.md
  • docs/guides/mongodb/monitoring/using-prometheus-operator.md
  • docs/guides/mongodb/pitr/pitr.md
  • docs/guides/mongodb/private-registry/using-private-registry.md
  • docs/guides/mongodb/quickstart/quickstart.md
  • docs/guides/mongodb/reconfigure-tls/reconfigure-tls.md
  • docs/guides/mongodb/reconfigure/replicaset.md
  • docs/guides/mongodb/reconfigure/sharding.md
  • docs/guides/mongodb/reconfigure/standalone.md
  • docs/guides/mongodb/reprovision/reprovision.md
  • docs/guides/mongodb/restart/restart.md
  • docs/guides/mongodb/rotate-auth/rotateauth.md
  • docs/guides/mongodb/scaling/horizontal-scaling/replicaset.md
  • docs/guides/mongodb/scaling/horizontal-scaling/sharding.md
  • docs/guides/mongodb/scaling/vertical-scaling/replicaset.md
  • docs/guides/mongodb/scaling/vertical-scaling/sharding.md
  • docs/guides/mongodb/scaling/vertical-scaling/standalone.md
  • docs/guides/mongodb/schema-manager/deploy-mongodbdatabase/index.md
  • docs/guides/mongodb/schema-manager/initializing-with-script/index.md
  • docs/guides/mongodb/schema-manager/initializing-with-snapshot/index.md
  • docs/guides/mongodb/tls/replicaset.md
  • docs/guides/mongodb/tls/sharding.md
  • docs/guides/mongodb/tls/standalone.md
  • docs/guides/mongodb/update-version/replicaset.md
  • docs/guides/mongodb/update-version/sharding.md
  • docs/guides/mongodb/update-version/standalone.md
  • docs/guides/mongodb/vault-integration/kmip-encryption/index.md
  • docs/guides/mongodb/volume-expansion/replicaset.md
  • docs/guides/mongodb/volume-expansion/sharding.md
  • docs/guides/mongodb/volume-expansion/standalone.md
  • docs/guides/mssqlserver/autoscaler/compute/cluster.md
  • docs/guides/mssqlserver/autoscaler/storage/cluster.md
  • docs/guides/mssqlserver/backup/application-level/index.md
  • docs/guides/mssqlserver/backup/auto-backup/index.md
  • docs/guides/mssqlserver/backup/customization/index.md
  • docs/guides/mssqlserver/backup/logical/index.md
  • docs/guides/mssqlserver/clustering/ag_cluster.md
  • docs/guides/mssqlserver/clustering/arbiter.md
  • docs/guides/mssqlserver/clustering/dag_cluster.md
  • docs/guides/mssqlserver/clustering/standalone.md
  • docs/guides/mssqlserver/concepts/mssqlserver.md
  • docs/guides/mssqlserver/configuration/using-config-file.md
  • docs/guides/mssqlserver/configuration/using-podtemplate.md
  • docs/guides/mssqlserver/failover/guide.md
  • docs/guides/mssqlserver/gitops/gitops.md
  • docs/guides/mssqlserver/initialization/index.md
  • docs/guides/mssqlserver/monitoring/using-prometheus-operator.md
  • docs/guides/mssqlserver/pitr/archiver.md
  • docs/guides/mssqlserver/quickstart/quickstart.md
  • docs/guides/mssqlserver/reconfigure-tls/ag_cluster.md
  • docs/guides/mssqlserver/reconfigure-tls/standalone.md
  • docs/guides/mssqlserver/reconfigure/ag_cluster.md
  • docs/guides/mssqlserver/reconfigure/standalone.md
  • docs/guides/mssqlserver/restart/restart.md
  • docs/guides/mssqlserver/rotate-auth/rotateauth.md
  • docs/guides/mssqlserver/scaling/horizontal-scaling/mssqlserver.md
  • docs/guides/mssqlserver/scaling/vertical-scaling/ag_cluster.md
  • docs/guides/mssqlserver/scaling/vertical-scaling/standalone.md
  • docs/guides/mssqlserver/tls/ag_cluster.md
  • docs/guides/mssqlserver/tls/standalone.md
  • docs/guides/mssqlserver/update-version/ag_cluster.md
  • docs/guides/mssqlserver/update-version/standalone.md
  • docs/guides/mssqlserver/volume-expansion/ag_cluster.md
  • docs/guides/mssqlserver/volume-expansion/standalone.md
  • docs/guides/mysql/autoscaler/compute/cluster/index.md
  • docs/guides/mysql/autoscaler/storage/cluster/index.md
  • docs/guides/mysql/backup/kubestash/application-level/index.md
  • docs/guides/mysql/backup/kubestash/auto-backup/index.md
  • docs/guides/mysql/backup/kubestash/logical/index.md
  • docs/guides/mysql/backup/stash/standalone/index.md
  • docs/guides/mysql/cli/index.md
  • docs/guides/mysql/clients/index.md
  • docs/guides/mysql/clustering/group-replication/index.md
  • docs/guides/mysql/clustering/innodb-cluster/index.md
  • docs/guides/mysql/clustering/remote-replica/index.md
  • docs/guides/mysql/clustering/semi-sync/index.md
  • docs/guides/mysql/concepts/database/index.md
  • docs/guides/mysql/configuration/config-file/index.md
  • docs/guides/mysql/configuration/podtemplating/index.md
  • docs/guides/mysql/custom-rbac/index.md
  • docs/guides/mysql/failure-and-disaster-recovery/overview.md
  • docs/guides/mysql/gitops/gitops.md
  • docs/guides/mysql/initialization/gitsync.md
  • docs/guides/mysql/initialization/using_script.md
  • docs/guides/mysql/migration/databaseMigration.md
  • docs/guides/mysql/migration/storageMigration.md
  • docs/guides/mysql/monitoring/builtin-prometheus/index.md
  • docs/guides/mysql/monitoring/prometheus-operator/index.md
  • docs/guides/mysql/pitr/restic/archiver.md
  • docs/guides/mysql/pitr/volumesnapshot/archiver.md
  • docs/guides/mysql/private-registry/index.md
  • docs/guides/mysql/quickstart/index.md
  • docs/guides/mysql/reconfigure-tls/reconfigure/index.md
  • docs/guides/mysql/reconfigure/reconfigure-steps/index.md
  • docs/guides/mysql/replication-mode-transform/replication-mode-transform/index.md
  • docs/guides/mysql/restart/restart.md
  • docs/guides/mysql/rotate-auth/guide.md
  • docs/guides/mysql/scaling/horizontal-scaling/cluster/index.md
  • docs/guides/mysql/scaling/vertical-scaling/cluster/index.md
  • docs/guides/mysql/scaling/vertical-scaling/standalone/index.md
  • docs/guides/mysql/schema-manager/deploy-mysqldatabase/index.md
  • docs/guides/mysql/schema-manager/initializing-with-script/index.md
  • docs/guides/mysql/tls/configure/index.md
  • docs/guides/mysql/update-version/majorversion/group-replication/index.md
  • docs/guides/mysql/update-version/majorversion/standalone/index.md
  • docs/guides/mysql/update-version/minorversion/group-replication/index.md
  • docs/guides/mysql/update-version/minorversion/standalone/index.md
  • docs/guides/mysql/volume-expansion/volume-expansion/index.md
  • docs/guides/neo4j/backup/kubestash/customization/index.md
  • docs/guides/neo4j/backup/kubestash/logical/index.md
  • docs/guides/neo4j/clustering/architecture-overview.md
  • docs/guides/neo4j/concepts/appbinding.md
  • docs/guides/neo4j/concepts/catalog.md
  • docs/guides/neo4j/concepts/neo4j.md
  • docs/guides/neo4j/configuration/using-config-file.md
  • docs/guides/neo4j/custom-rbac/using-custom-rbac.md
  • docs/guides/neo4j/migration/storageMigration.md
  • docs/guides/neo4j/monitoring/using-builtin-prometheus.md
  • docs/guides/neo4j/monitoring/using-prometheus-operator.md
  • docs/guides/neo4j/private-registry/using-private-registry.md
  • docs/guides/neo4j/quickstart/quickstart.md
  • docs/guides/neo4j/reconfigure-tls/reconfigure-tls.md
  • docs/guides/neo4j/reconfigure/reconfigure.md
  • docs/guides/neo4j/restart/restart.md
  • docs/guides/neo4j/rotate-auth/rotateauth.md
  • docs/guides/neo4j/scaling/horizontal-scaling/scale-horizontally/index.md
  • docs/guides/neo4j/scaling/vertical-scaling/scale-vertically/index.md
  • docs/guides/neo4j/tls/configure/index.md
  • docs/guides/oracle/concepts/oracle.md
  • docs/guides/oracle/configuration/using-config-file.md
  • docs/guides/oracle/failover/overview.md
  • docs/guides/oracle/initialization/script_source.md
  • docs/guides/oracle/monitoring/using-prometheus-operator.md
  • docs/guides/oracle/quickstart/index.md
  • docs/guides/oracle/reconfigure/reconfigure.md
  • docs/guides/oracle/restart/restart.md
  • docs/guides/oracle/rotate-authentication/rotateauth.md
  • docs/guides/oracle/scaling/vertical-scaling/vertical-scaling.md
  • docs/guides/oracle/tls/configure/index.md
  • docs/guides/oracle/volume-expansion/volume-expansion.md
  • docs/guides/percona-xtradb/autoscaler/compute/cluster/index.md
  • docs/guides/percona-xtradb/autoscaler/storage/cluster/index.md
  • docs/guides/percona-xtradb/clustering/galera-cluster/index.md
  • docs/guides/percona-xtradb/concepts/perconaxtradb/index.md
  • docs/guides/percona-xtradb/configuration/using-config-file/index.md
  • docs/guides/percona-xtradb/configuration/using-pod-template/index.md
  • docs/guides/percona-xtradb/custom-rbac/using-custom-rbac/index.md
  • docs/guides/percona-xtradb/failover/overview.md
  • docs/guides/percona-xtradb/initialization/script_source.md
  • docs/guides/percona-xtradb/monitoring/builtin-prometheus/index.md
  • docs/guides/percona-xtradb/monitoring/prometheus-operator/index.md
  • docs/guides/percona-xtradb/private-registry/quickstart/index.md
  • docs/guides/percona-xtradb/quickstart/overview/index.md
  • docs/guides/percona-xtradb/reconfigure-tls/cluster/index.md
  • docs/guides/percona-xtradb/reconfigure/cluster/index.md
  • docs/guides/percona-xtradb/restart/index.md
  • docs/guides/percona-xtradb/rotateauth/rotateauth.md
  • docs/guides/percona-xtradb/scaling/horizontal-scaling/cluster/index.md
  • docs/guides/percona-xtradb/scaling/vertical-scaling/cluster/index.md
  • docs/guides/percona-xtradb/tls/configure/index.md
  • docs/guides/percona-xtradb/update-version/cluster/index.md
  • docs/guides/percona-xtradb/volume-expansion/volume-expansion/index.md
  • docs/guides/pgbouncer/autoscaler/compute/compute-autoscale.md
  • docs/guides/pgbouncer/cli/cli.md
  • docs/guides/pgbouncer/initialization/gitsync.md
  • docs/guides/pgbouncer/initialization/script_source.md
  • docs/guides/pgbouncer/monitoring/using-builtin-prometheus.md
  • docs/guides/pgbouncer/monitoring/using-prometheus-operator.md
  • docs/guides/pgbouncer/private-registry/using-private-registry.md
  • docs/guides/pgbouncer/quickstart/quickstart.md
  • docs/guides/pgbouncer/reconfigure-tls/reconfigure-tls.md
  • docs/guides/pgbouncer/reconfigure/reconfigure-pgbouncer.md
  • docs/guides/pgbouncer/restart/restart.md
  • docs/guides/pgbouncer/rotateauth/rotateauth.md
  • docs/guides/pgbouncer/scaling/horizontal-scaling/horizontal-ops.md
  • docs/guides/pgbouncer/scaling/vertical-scaling/vertical-ops.md
  • docs/guides/pgbouncer/sync-users/sync-users-pgbouncer.md
  • docs/guides/pgbouncer/tls/configure_ssl.md
  • docs/guides/pgbouncer/update-version/update_version.md
  • docs/guides/pgbouncer/virtual_secret/guide.md
  • docs/guides/pgpool/autoscaler/compute/compute-autoscale.md
  • docs/guides/pgpool/concepts/pgpool.md
  • docs/guides/pgpool/configuration/using-config-file.md
  • docs/guides/pgpool/configuration/using-init-config.md
  • docs/guides/pgpool/configuration/using-podtemplate.md
  • docs/guides/pgpool/custom-rbac/using-custom-rbac.md
  • docs/guides/pgpool/initializing/git-sync.md
  • docs/guides/pgpool/monitoring/using-builtin-prometheus.md
  • docs/guides/pgpool/monitoring/using-prometheus-operator.md
  • docs/guides/pgpool/quickstart/quickstart.md
  • docs/guides/pgpool/reconfigure-tls/reconfigure-tls.md
  • docs/guides/pgpool/reconfigure/reconfigure-pgpool.md
  • docs/guides/pgpool/restart/restart.md
  • docs/guides/pgpool/rotateauth/rotateauth.md
  • docs/guides/pgpool/scaling/horizontal-scaling/horizontal-ops.md
  • docs/guides/pgpool/scaling/vertical-scaling/vertical-ops.md
  • docs/guides/pgpool/sync-users/sync-users-pgpool.md
  • docs/guides/pgpool/tls/configure_ssl.md
  • docs/guides/pgpool/update-version/update_version.md
  • docs/guides/pgpool/virtual_secret/guide.md
  • docs/guides/postgres/autoscaler/compute/cluster.md
  • docs/guides/postgres/autoscaler/storage/cluster.md
  • docs/guides/postgres/backup/kubestash/application-level/index.md
  • docs/guides/postgres/backup/kubestash/auto-backup/index.md
  • docs/guides/postgres/backup/kubestash/customization/index.md
  • docs/guides/postgres/backup/kubestash/logical/index.md
  • docs/guides/postgres/backup/stash/standalone/index.md
  • docs/guides/postgres/cli/cli.md
  • docs/guides/postgres/clustering/arbiter.md
  • docs/guides/postgres/clustering/streaming_replication.md
  • docs/guides/postgres/concepts/postgres-gitops.md
  • docs/guides/postgres/concepts/postgres.md
  • docs/guides/postgres/configuration/pgtune.md
  • docs/guides/postgres/configuration/using-config-file.md
  • docs/guides/postgres/custom-rbac/using-custom-rbac.md
  • docs/guides/postgres/distributed/overview/index.md
  • docs/guides/postgres/gitops/gitops.md
  • docs/guides/postgres/initialization/script_source.md
  • docs/guides/postgres/migration/databaseMigration.md
  • docs/guides/postgres/migration/storageMigration.md
  • docs/guides/postgres/monitoring/using-builtin-prometheus.md
  • docs/guides/postgres/monitoring/using-prometheus-operator.md
  • docs/guides/postgres/pitr/archiver.md
  • docs/guides/postgres/private-registry/using-private-registry.md
  • docs/guides/postgres/quickstart/quickstart.md
  • docs/guides/postgres/quickstart/rbac.md
  • docs/guides/postgres/reconfigure-tls/reconfigure-tls.md
  • docs/guides/postgres/reconfigure/cluster.md
  • docs/guides/postgres/remote-replica/remotereplica.md
  • docs/guides/postgres/restart/restart.md
  • docs/guides/postgres/rotate-authentication/rotateauth.md
  • docs/guides/postgres/scaling/horizontal-scaling/scale-horizontally/index.md
  • docs/guides/postgres/scaling/vertical-scaling/scale-vertically/index.md
  • docs/guides/postgres/synchronous/index.md
  • docs/guides/postgres/tls/configure/index.md
  • docs/guides/postgres/update-version/versionupgrading/index.md
  • docs/guides/postgres/virtual_secret/guide.md
  • docs/guides/postgres/volume-expansion/ha-cluster/HA Cluster.md
  • docs/guides/postgres/volume-expansion/standalone/standalone.md
  • docs/guides/proxysql/autoscaler/compute/cluster/index.md
  • docs/guides/proxysql/backends/mariadb-galera/index.md
  • docs/guides/proxysql/backends/mysqlgrp/index.md
  • docs/guides/proxysql/backends/xtradb-galera/external/index.md
  • docs/guides/proxysql/backends/xtradb-galera/kubedb/index.md
  • docs/guides/proxysql/clustering/proxysql-cluster/index.md
  • docs/guides/proxysql/concepts/proxysql/index.md
  • docs/guides/proxysql/custom-rbac/index.md
  • docs/guides/proxysql/initialization/script_source.md
  • docs/guides/proxysql/monitoring/builtin-prometheus/index.md
  • docs/guides/proxysql/monitoring/prometheus-operator/index.md
  • docs/guides/proxysql/quickstart/mysqlgrp/index.md
  • docs/guides/proxysql/quickstart/xtradbext/index.md
  • docs/guides/proxysql/reconfigure-tls/cluster/index.md
  • docs/guides/proxysql/reconfigure/cluster/index.md
  • docs/guides/proxysql/restart/index.md
  • docs/guides/proxysql/scaling/horizontal-scaling/cluster/index.md
  • docs/guides/proxysql/scaling/vertical-scaling/cluster/index.md
  • docs/guides/proxysql/tls/configure/index.md
  • docs/guides/proxysql/update-version/cluster/index.md
  • docs/guides/qdrant/autoscaler/compute/compute-autoscale.md
  • docs/guides/qdrant/autoscaler/storage/storage-autoscale.md
  • docs/guides/qdrant/backup/logical/index.md
  • docs/guides/qdrant/backup/volume-snapshot/index.md
  • docs/guides/qdrant/concepts/catalog.md
  • docs/guides/qdrant/concepts/qdrant.md
  • docs/guides/qdrant/configuration/using-config-file.md
  • docs/guides/qdrant/distributed-deployment/overview.md
  • docs/guides/qdrant/migration/storageMigration.md
  • docs/guides/qdrant/monitoring/using-prometheus-operator.md
  • docs/guides/qdrant/quickstart/quickstart.md
  • docs/guides/qdrant/reconfigure-tls/reconfigure-tls.md
  • docs/guides/qdrant/reconfigure/reconfigure.md
  • docs/guides/qdrant/restart/restart.md
  • docs/guides/qdrant/rotate-auth/rotate-auth.md
  • docs/guides/qdrant/scaling/horizontal-scaling/horizontal-scaling.md
  • docs/guides/qdrant/scaling/vertical-scaling/vertical-scaling.md
  • docs/guides/qdrant/tls/configure-tls.md
  • docs/guides/qdrant/update-version/update-version.md
  • docs/guides/qdrant/volume-expansion/volume-expansion.md
  • docs/guides/rabbitmq/autoscaler/compute/compute-autoscale.md
  • docs/guides/rabbitmq/autoscaler/storage/storage-autoscale.md
  • docs/guides/rabbitmq/concepts/catalog.md
  • docs/guides/rabbitmq/concepts/rabbitmq.md
  • docs/guides/rabbitmq/configuration/using-config-file.md
  • docs/guides/rabbitmq/configuration/using-podtemplate.md
  • docs/guides/rabbitmq/monitoring/using-builtin-prometheus.md
  • docs/guides/rabbitmq/monitoring/using-prometheus-operator.md
  • docs/guides/rabbitmq/quickstart/quickstart.md
  • docs/guides/rabbitmq/reconfigure-tls/reconfigure-tls.md
  • docs/guides/rabbitmq/reconfigure/reconfigure.md
  • docs/guides/rabbitmq/restart/restart.md
  • docs/guides/rabbitmq/rotate-auth/guide.md
  • docs/guides/rabbitmq/scaling/horizontal-scaling/horizontal-scaling.md
  • docs/guides/rabbitmq/scaling/vertical-scaling/vertical-scaling.md
  • docs/guides/rabbitmq/tls/tls.md
  • docs/guides/rabbitmq/update-version/update-version.md
  • docs/guides/rabbitmq/volume-expansion/volume-expansion.md
  • docs/guides/redis/autoscaler/compute/redis.md
  • docs/guides/redis/autoscaler/compute/sentinel.md
  • docs/guides/redis/autoscaler/storage/redis.md
  • docs/guides/redis/backup/kubestash/application-level/index.md
  • docs/guides/redis/backup/kubestash/auto-backup/index.md
  • docs/guides/redis/backup/kubestash/customization/index.md
  • docs/guides/redis/backup/kubestash/logical/index.md
  • docs/guides/redis/backup/stash/standalone/index.md
  • docs/guides/redis/cli/cli.md
  • docs/guides/redis/clustering/overview.md
  • docs/guides/redis/clustering/redis-cluster.md
  • docs/guides/redis/concepts/redis.md
  • docs/guides/redis/concepts/redissentinel.md
  • docs/guides/redis/configuration/acl.md
  • docs/guides/redis/configuration/redis.md
  • docs/guides/redis/configuration/valkey.md
  • docs/guides/redis/custom-rbac/using-custom-rbac.md
  • docs/guides/redis/external-connections/exposure.md
  • docs/guides/redis/external-connections/initialization.md
  • docs/guides/redis/gitops/gitops.md
  • docs/guides/redis/initialization/gitsync.md
  • docs/guides/redis/initialization/using-script.md
  • docs/guides/redis/monitoring/using-builtin-prometheus.md
  • docs/guides/redis/monitoring/using-prometheus-operator.md
  • docs/guides/redis/private-registry/using-private-registry.md
  • docs/guides/redis/quickstart/overview/redis.md
  • docs/guides/redis/quickstart/overview/valkey.md
  • docs/guides/redis/reconfigure-tls/sentinel.md
  • docs/guides/redis/reconfigure-tls/standalone.md
  • docs/guides/redis/reconfigure/redis.md
  • docs/guides/redis/reconfigure/valkey.md
  • docs/guides/redis/restart/restart.md
  • docs/guides/redis/rotateauth/rotateauth.md
  • docs/guides/redis/scaling/horizontal-scaling/cluster.md
  • docs/guides/redis/scaling/horizontal-scaling/external-connection.md
  • docs/guides/redis/scaling/horizontal-scaling/sentinel.md
  • docs/guides/redis/scaling/vertical-scaling/cluster.md
  • docs/guides/redis/scaling/vertical-scaling/sentinel.md
  • docs/guides/redis/scaling/vertical-scaling/standalone.md
  • docs/guides/redis/sentinel/redis-sentinel.md
  • docs/guides/redis/sentinel/replacesentinel/replace-sentinel.md
  • docs/guides/redis/tls/cluster.md
  • docs/guides/redis/tls/sentinel.md
  • docs/guides/redis/tls/standalone.md
  • docs/guides/redis/update-version/cluster.md
  • docs/guides/redis/update-version/sentinel.md
  • docs/guides/redis/update-version/standalone.md
  • docs/guides/redis/virtual_secret/guide.md
  • docs/guides/redis/volume-expansion/volume-expansion.md
  • docs/guides/singlestore/autoscaler/compute/cluster.md
  • docs/guides/singlestore/autoscaler/storage/cluster.md
  • docs/guides/singlestore/backup/kubestash/application-level/index.md
  • docs/guides/singlestore/backup/kubestash/auto-backup/index.md
  • docs/guides/singlestore/backup/kubestash/logical/index.md
  • docs/guides/singlestore/clustering/singlestore-clustering/index.md
  • docs/guides/singlestore/concepts/singlestore.md
  • docs/guides/singlestore/configuration/config-file/index.md
  • docs/guides/singlestore/configuration/podtemplating/index.md
  • docs/guides/singlestore/initialization/using-script/index.md
  • docs/guides/singlestore/monitoring/builtin-prometheus/index.md
  • docs/guides/singlestore/monitoring/prometheus-operator/index.md
  • docs/guides/singlestore/quickstart/quickstart.md
  • docs/guides/singlestore/reconfigure-tls/cluster/index.md
  • docs/guides/singlestore/reconfigure/reconfigure-steps/index.md
  • docs/guides/singlestore/restart/restart.md
  • docs/guides/singlestore/scaling/horizontal-scaling/cluster/index.md
  • docs/guides/singlestore/scaling/vertical-scaling/cluster/index.md
  • docs/guides/singlestore/tls/configure/index.md
  • docs/guides/singlestore/update-version/sdb update-version opsrequest/index.md
  • docs/guides/singlestore/volume-expansion/sdb volume-expansion opsrequest/index.md
  • docs/guides/solr/autoscaler/compute/combined.md
  • docs/guides/solr/autoscaler/compute/topology.md
  • docs/guides/solr/autoscaler/storage/combined.md
  • docs/guides/solr/autoscaler/storage/topology.md
  • docs/guides/solr/clustering/combined_cluster.md
  • docs/guides/solr/clustering/topology_cluster.md
  • docs/guides/solr/concepts/solr.md
  • docs/guides/solr/configuration/config-file.md
  • docs/guides/solr/configuration/custom-pod-template.md
  • docs/guides/solr/failover/overview.md
  • docs/guides/solr/monitoring/prometheus-builtin.md
  • docs/guides/solr/monitoring/prometheus-operator.md
  • docs/guides/solr/quickstart/overview/index.md
  • docs/guides/solr/reconfigure-tls/solr.md
  • docs/guides/solr/reconfigure/solr.md
  • docs/guides/solr/restart/restart.md
  • docs/guides/solr/rotateauth/rotateauth.md
  • docs/guides/solr/scaling/horizontal-scaling/combined.md
  • docs/guides/solr/scaling/horizontal-scaling/topology.md
  • docs/guides/solr/scaling/vertical-scaling/combined.md
  • docs/guides/solr/scaling/vertical-scaling/topology.md
  • docs/guides/solr/tls/combined.md
  • docs/guides/solr/tls/topology.md
  • docs/guides/solr/update-version/update-version.md
  • docs/guides/solr/volume-expansion/combined.md
  • docs/guides/solr/volume-expansion/topology.md
  • docs/guides/weaviate/autoscaler/compute/compute-autoscale.md
  • docs/guides/weaviate/autoscaler/storage/storage-autoscale.md
  • docs/guides/weaviate/concepts/catalog.md
  • docs/guides/weaviate/configuration/using-config-file.md
  • docs/guides/weaviate/quickstart/quickstart.md
  • docs/guides/weaviate/reconfigure-tls/reconfigure-tls.md
  • docs/guides/weaviate/reconfigure/reconfigure.md
  • docs/guides/weaviate/restart/restart.md
  • docs/guides/weaviate/rotate-auth/rotate-auth.md
  • docs/guides/weaviate/scaling/horizontal-scaling/horizontal-scaling.md
  • docs/guides/weaviate/scaling/vertical-scaling/vertical-scaling.md
  • docs/guides/weaviate/storage-migration/storage-migration.md
  • docs/guides/weaviate/tls/configure-tls.md
  • docs/guides/weaviate/volume-expansion/volume-expansion.md
  • docs/guides/zookeeper/backup/kubestash/auto-backup/index.md
  • docs/guides/zookeeper/backup/kubestash/logical/index.md
  • docs/guides/zookeeper/concepts/zookeeper.md
  • docs/guides/zookeeper/monitoring/using-builtin-prometheus.md
  • docs/guides/zookeeper/monitoring/using-prometheus-operator.md
  • docs/guides/zookeeper/quickstart/quickstart.md
  • docs/guides/zookeeper/reconfigure-tls/reconfigure-tls.md
  • docs/guides/zookeeper/reconfigure/reconfigure.md
  • docs/guides/zookeeper/restart/restart.md
  • docs/guides/zookeeper/scaling/horizontal-scaling/horizontal-scaling.md
  • docs/guides/zookeeper/scaling/vertical-scaling/vertical-scaling.md
  • docs/guides/zookeeper/tls/configure-ssl.md
  • docs/guides/zookeeper/update-version/update-version.md
  • docs/guides/zookeeper/volume-expansion/volume-expansion.md
  • docs/operatormanual/recommendation/configuration.md
  • docs/operatormanual/recommendation/recommendation-spec.md
  • docs/operatormanual/recommendation/rotate-auth-recommendation.md
  • docs/operatormanual/recommendation/rotate-tls-recommendation.md
  • docs/operatormanual/recommendation/version-update-recommendation.md
  • docs/setup/install/kubedb/configuration.md
  • docs/setup/install/kubedb/fluxcd.md
  • docs/setup/install/kubedb/helm.md
  • docs/setup/install/kubedb/openshift.md
  • docs/setup/install/kubedb/yaml.md
  • docs/setup/install/troubleshoting.md
  • docs/setup/monitoring/builtin-prometheus.md
  • docs/setup/monitoring/overview.md
  • docs/setup/monitoring/prometheus-operator.md
  • docs/setup/uninstall/kubedb.md

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch arnob-bashfmt

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@ArnobKumarSaha

Copy link
Copy Markdown
Member Author

Left untouched — needs manual cleanup

The automated reformat skipped 16 code blocks with pre-existing issues in the source that make an automatic `$ command` / output split unsafe or ambiguous. Listed by current file:line (the opening ```bash fence):

  1. docs/guides/neo4j/scaling/horizontal-scaling/scale-horizontally/index.md:87 — mixes a bare PASS=$(...) assignment with $-prefixed commands in the same block.
  2. docs/guides/neo4j/migration/storageMigration.md:93 — same mixed bare/$-prefixed pattern.
  3. docs/guides/percona-xtradb/configuration/using-config-file/index.md:52cat <<EOF > px-config.cnf heredoc (no $ prefix) fused in the same fence as a later $ cat px-config.cnf command+output pair.
  4. docs/guides/mysql/configuration/config-file/index.md:53 — same heredoc-fused-with-$-command pattern (my-config.cnf).
  5. docs/guides/mariadb/configuration/using-config-file/index.md:53 — same pattern (md-config.cnf).
  6. docs/guides/singlestore/configuration/config-file/index.md:63 — same pattern (sdb-config.cnf).
  7. docs/guides/mysql/migration/storageMigration.md:100 — mixed bare/$-prefixed commands (# find the primary pod section).
  8. docs/guides/mariadb/clustering/mariadb-replication/index.md:484 — starts with a bare (non-$) ~ $ kubectl delete pod ... line, then continues with $-prefixed commands in the same fence.
  9. docs/guides/mariadb/clustering/galera-cluster/index.md:177 — command shown with no $ prefix at all, output follows directly in the same fence (different style, not the pattern this pass targets).
  10. docs/guides/mariadb/custom-rbac/using-custom-rbac/index.md:227 — leading ... truncation marker before the $ command, same fence.
  11. docs/guides/hazelcast/autoscaler/storage/hazelcast-storage.md:181 — block opens directly with output (NAME AGE header) before the $ command appears.
  12. docs/guides/kafka/autoscaler/storage/kafka-topology.md:188 — same "output-before-command" pattern.
  13. docs/guides/kafka/autoscaler/storage/kafka-combined.md:175 — same "output-before-command" pattern.
  14. docs/guides/redis/virtual_secret/guide.md:150 — source has a literal stray $ ``` line (malformed, likely a copy-paste error) instead of the intended $ kubectl apply -f ....
  15. docs/guides/kafka/restproxy/with-schema-registry.md:447curl -X POST ... command has no $ prefix, immediately followed by a separate $ kubectl port-forward ... block further down; inconsistent style in the same doc.
  16. docs/guides/clickhouse/quickstart/guide/quickstart.md:338 — uses as the prompt character instead of $, mixed with $-prefixed lines later in the same fence.

Separate pre-existing bug (not related to this PR)

  • docs/guides/druid/volume-expansion/guide.md:245 — the ```bash fence opened here is never closed; it's the last fence marker in the file, meaning everything after it in the source is silently treated as one giant code block. This existed before this PR and should be fixed independently.

@tamalsaha tamalsaha left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do NOT Merge this. This breaks formatting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants