Commit 3167461
2 files changed
+6
-1
lines changedSubmodule clickhouse-operator updated 81 files
- cmd/metrics_exporter/app/metrics_exporter.go+1
- config/conf.d/.gitkeep.xml+6
- config/config.d/.gitkeep.xml+6
- config/config.d/01-clickhouse-01-listen.xml+6
- config/config.d/01-clickhouse-02-logger.xml+6
- config/config.d/01-clickhouse-03-query_log.xml+6
- config/config.d/01-clickhouse-04-part_log.xml+6
- config/config.yaml+5-2
- config/templates.d/.001-gitkeep.yaml+6
- config/templates.d/.002-gitkeep.yaml+6
- config/users.d/.gitkeep.xml+6
- config/users.d/01-clickhouse-user.xml+6-2
- config/users.d/02-clickhouse-default-profile.xml+6
- config/users.d/03-database-ordinary.xml+6
- deploy/builder/build-clickhouse-operator-configs.sh+29-5
- deploy/builder/templates-config/config.yaml-3
- deploy/builder/templates-config/users.d/01-clickhouse-user.xml-2
- deploy/builder/templates-install-bundle/clickhouse-operator-install-yaml-template-01-section-crd-01-chi-chit.yaml+25-1
- deploy/builder/templates-install-bundle/clickhouse-operator-install-yaml-template-01-section-crd-02-chopconf.yaml+3
- deploy/operator/clickhouse-operator-install-ansible.yaml+117-23
- deploy/operator/clickhouse-operator-install-bundle-v1beta1.yaml+117-23
- deploy/operator/clickhouse-operator-install-bundle.yaml+117-23
- deploy/operator/clickhouse-operator-install-template-v1beta1.yaml+113-19
- deploy/operator/clickhouse-operator-install-template.yaml+113-19
- deploy/operator/clickhouse-operator-install-tf.yaml+117-23
- deploy/operator/parts/crd.yaml+56-5
- docs/chi-examples/05-settings-07-network.yaml+15
- docs/chi-examples/99-clickhouseinstallation-max.yaml+6
- docs/chi-examples/99-clickhouseupgrade-draft.yaml-117
- docs/quick_start.md+12-12
- go.mod+3-3
- go.sum+6-5
- grafana-dashboard/Altinity_ClickHouse_Operator_dashboard.json+548-51
- pkg/apis/clickhouse.altinity.com/v1/type_chi.go+7-11
- pkg/apis/clickhouse.altinity.com/v1/type_cluster.go+17-6
- pkg/apis/clickhouse.altinity.com/v1/type_config_chop.go+7-3
- pkg/apis/clickhouse.altinity.com/v1/type_host.go+2-4
- pkg/apis/clickhouse.altinity.com/v1/type_status.go+116-27
- pkg/apis/metrics/clickhouse_fetcher.go+2-2
- pkg/apis/metrics/exporter.go+1
- pkg/apis/metrics/type_ch_access_info.go+3-1
- pkg/controller/chi/announcer.go+5-3
- pkg/controller/chi/controller.go+5-39
- pkg/controller/chi/creator.go+1
- pkg/controller/chi/discoverer.go+1
- pkg/controller/chi/getter.go+33-65
- pkg/controller/chi/labeler.go+124-5
- pkg/controller/chi/podder.go+3-50
- pkg/controller/chi/poller.go+8-4
- pkg/controller/chi/worker.go+110-26
- pkg/model/ch_config_const.go+1-1
- pkg/model/ch_config_files_generator.go+1-1
- pkg/model/ch_config_generator.go+7-25
- pkg/model/clickhouse/cluster.go+1-1
- pkg/model/clickhouse/connection.go+19-3
- pkg/model/clickhouse/connection_params.go+2-2
- pkg/model/clickhouse/endpoint_credentials.go+3-1
- pkg/model/clickhouse/endpoint_credentials_cluster.go+1
- pkg/model/cluster.go+20
- pkg/model/creator.go+4-4
- pkg/model/labeler.go+99-28
- pkg/model/namer.go+3-3
- pkg/model/normalizer.go+57-15
- pkg/model/schemer.go+69-19
- release+1-1
- tests/e2e/kubectl.py+29-6
- tests/e2e/manifests/chi/test-006-ch-upgrade-1.yaml-2
- tests/e2e/manifests/chi/test-006-ch-upgrade-2.yaml-2
- tests/e2e/manifests/chi/test-006-ch-upgrade-3.yaml-2
- tests/e2e/manifests/chi/test-011-secured-cluster-2.yaml+2
- tests/e2e/manifests/chi/test-011-secured-cluster.yaml+2
- tests/e2e/manifests/chi/test-014-1-replication-1.yaml+22
- tests/e2e/manifests/chi/test-014-1-replication-2.yaml+24
- tests/e2e/manifests/chit/tpl-clickhouse-22.6.yaml+17
- tests/e2e/manifests/chit/tpl-clickhouse-22.7.yaml+17
- tests/e2e/manifests/chit/tpl-clickhouse-22.8.yaml+17
- tests/e2e/manifests/chit/tpl-clickhouse-stable.yaml+1-1
- tests/e2e/settings.py+3-2
- tests/e2e/test_operator.py+199-80
- tests/e2e/util.py+11-4
- tests/regression.py+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
| 371 | + | |
| 372 | + | |
371 | 373 | | |
372 | 374 | | |
373 | 375 | | |
| |||
516 | 518 | | |
517 | 519 | | |
518 | 520 | | |
| 521 | + | |
519 | 522 | | |
520 | 523 | | |
521 | 524 | | |
| |||
1124 | 1127 | | |
1125 | 1128 | | |
1126 | 1129 | | |
| 1130 | + | |
| 1131 | + | |
1127 | 1132 | | |
1128 | 1133 | | |
1129 | 1134 | | |
| |||
0 commit comments