Add custom virtual_warehouse_id and worker_group_id (#45) added ‘virtual_warehouse_id’ and ‘worker_group_id’. Fix formatting errors
Add custom virtual_warehouse_id and worker_group_id (#45)
added ‘virtual_warehouse_id’ and ‘worker_group_id’.
Fix formatting errors
This folder structure of this repo is shown below. See how to deploy a ByConity cluster in your Kubernetes cluster for detail information.
|-- Chart.yaml # YAML file containing information about the byconity chart |-- charts | |-- fdb-operator # fbd-operator Chart | `-- hdfs # hdfs Chart |-- files # Byconity components config file template | |-- cnch-config.yaml # config file template for some significant configurations | |-- daemon-manager.yaml # config file template for daemon-manager | |-- resource-manager.yaml # config file template for resource-manager | |-- server.yaml # config file template for cnch-server | |-- tso.yaml # config file template for tso | |-- users.yaml # config file template for user configutation | `-- worker.yaml # config file template for byconity-worker |-- templates # A directory of templates that, when combined with values, # will generate valid Kubernetes manifest files. `-- values.yaml # The default configuration values for this chart
ByConity Deploy
This folder structure of this repo is shown below. See how to deploy a ByConity cluster in your Kubernetes cluster for detail information.
File Introduction