-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2871b7b
commit df24640
Showing
17 changed files
with
96 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,37 @@ | ||
# Table of Contents | ||
1. [architecture.md](./architecture.md) - architecture overview | ||
1. [chi_update_add_replication.md](./chi_update_add_replication.md) - how to add replication | ||
1. [chi_update_clickhouse_version.md](./chi_update_clickhouse_version.md) - how to update version | ||
1. [clickhouse_config_errors_handling.md](./clickhouse_config_errors_handling.md) - how operator handles ClickHouse's config errors | ||
1. [custom_resource_explained.md](./custom_resource_explained.md) - explain Custom Resource Definition in details | ||
1. [grafana_setup.md](./grafana_setup.md) - how to set up Grafana | ||
|
||
## Quick Start: | ||
1. [quick_start.md](./quick_start.md) - quick start | ||
1. [introduction.md](./introduction.md) - general introduction | ||
1. [k8s_cluster_access.md](./k8s_cluster_access.md) - how to set up cluster access | ||
1. [monitoring_setup.md](./monitoring_setup.md) - how to set up monitoring | ||
1. [operator_build_from_sources.md](./operator_build_from_sources.md) - how to build operator from sources | ||
1. [operator_configuration.md](./operator_configuration.md) - operator configuration in details | ||
|
||
|
||
## ClickHouse Operator: | ||
1. [operator_installation_details.md](./operator_installation_details.md) - how to install operator in details | ||
1. [operator_upgrade.md](./operator_upgrade.md) - how to upgrade operator to the different version | ||
1. [prometheus_setup.md](./prometheus_setup.md) - how to set up Prometheus | ||
1. [pull_request_template.md](./pull_request_template.md) - template used by github during PR process | ||
1. [quick_start.md](./quick_start.md) - quick start | ||
1. [replication_setup.md](./replication_setup.md) - how to set up replication | ||
1. [operator_configuration.md](./operator_configuration.md) - operator configuration in details | ||
1. [operator_build_from_sources.md](./operator_build_from_sources.md) - how to build operator from sources | ||
1. [custom_resource_explained.md](./custom_resource_explained.md) - explain Custom Resource Definition in details | ||
1. [clickhouse_config_errors_handling.md](./clickhouse_config_errors_handling.md) - how operator handles ClickHouse's config errors | ||
1. [architecture.md](./architecture.md) - architecture overview | ||
1. [schema_migration.md](./schema_migration.md) - how operator migrates schema during cluster resize | ||
1. [storage.md](./storage.md) - storage explained | ||
|
||
|
||
## ClickHouse Installation: | ||
1. [zookeeper_setup.md](./zookeeper_setup.md) - how to set up zookeeper | ||
1. [replication_setup.md](./replication_setup.md) - how to set up replication | ||
1. [chi_update_add_replication.md](./chi_update_add_replication.md) - how to add replication | ||
1. [chi_update_clickhouse_version.md](./chi_update_clickhouse_version.md) - how to update version | ||
1. [clickhouse_backup_and_restore.md](./clickhouse_backup_and_restore.md) - how to do backup and restore | ||
1. [storage.md](./storage.md) - storage explained | ||
|
||
|
||
## ClickHouse Monitor: | ||
1. [monitoring_setup.md](./monitoring_setup.md) - how to set up monitoring | ||
1. [prometheus_setup.md](./prometheus_setup.md) - how to set up Prometheus | ||
1. [grafana_setup.md](./grafana_setup.md) - how to set up Grafana | ||
|
||
## ClickHouse Backup: | ||
1. [clickhouse_backup_and_restore.md](./clickhouse_backup_and_restore.md) - how to backup / restore clickhouse cluster | ||
|
||
## Others: | ||
1. [k8s_cluster_access.md](./k8s_cluster_access.md) - how to set up cluster access |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.