You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CERT_MANAGER_ENABLED | Whether to use automatic certificate. It is `true` by default
193
-
CHANNEL | By default, `stable` channel will be installed. You can also specify `testing`
194
-
CONTAINERD_FILE | The `config.yaml` file path used by containerd
195
-
KUBE_API_SERVER_ADDRESS | Set with the IP address of the loadbalancer that was in front of kube-apiserver, The default is the IP address of the current node
196
-
KUBE_API_SERVER_PORT | Set with the PORT of the loadbalancer that was in front of kube-apiserver, which is `6443` by default
197
-
METALLB_CONFIG_FILE | The metallb config file path, layer 2 network is used by default
198
-
INSTALL_DRYCC_MIRROR | Specify the accelerated mirror location. Currently, only `cn` is supported
199
-
BUILDER_REPLICAS | Number of builder replicas to deploy
200
-
CONTROLLER_API_REPLICAS | Number of controller api replicas to deploy
201
-
CONTROLLER_CELERY_REPLICAS | Number of controller celery replicas to deploy
202
-
CONTROLLER_WEBHOOK_REPLICAS | Number of controller webhook replicas to deploy
203
-
CONTROLLER_APP_RUNTIME_CLASS | RuntimeClass is a feature for selecting the container runtime configuration.
204
-
CONTROLLER_APP_STORAGE_CLASS | StorageClass allocated by `drycc volumes`; default storageClass is used by default
205
-
REDIS_REPLICAS | Number of redis replicas to deploy
206
-
REDIS_PERSISTENCE_SIZE | The size of the persistence space allocated to `redis`, which is `5Gi` by default
207
-
REDIS_PERSISTENCE_STORAGE_CLASS | StorangeClass of `redis`; default storangeclass is used by default
208
-
STORAGE_MINIO_ZONE | Storage number of zones, capacity expansion through the number of zones
209
-
STORAGE_MINIO_DRIVES | Storage number of drives per node, after the cluster is initialized, it cannot be changed
210
-
STORAGE_MINIO_REPLICAS | Storage number of nodes, after the cluster is initialized, it cannot be changed
211
-
STORAGE_MINIO_PERSISTENCE_SIZE | The size of the persistence space allocated to `storage`, which is `20Gi` by default
212
-
STORAGE_MINIO_PERSISTENCE_STORAGE_CLASS | StorangeClass of `storage`; default storangeclass is used by default
213
-
STORAGE_META_PD_REPLICAS | Number of storage meta pd replicas to deploy
214
-
STORAGE_META_PD_PERSISTENCE_SIZE | The size of the persistence space allocated to `storage meta pd`, which is `10Gi` by default
215
-
STORAGE_META_PD_PERSISTENCE_STORAGE_CLASS | StorangeClass of `storage meta pd`; default storangeclass is used by default
216
-
STORAGE_META_TIKV_REPLICAS | Number of storage meta tikv replicas to deploy
217
-
STORAGE_META_TIKV_PERSISTENCE_SIZE | The size of the persistence space allocated to `storage meta tikv`, which is `10Gi` by default
218
-
STORAGE_META_TIKV_PERSISTENCE_STORAGE_CLASS| StorangeClass of `storage meta tikv`; default storangeclass is used by default
219
-
MONITOR_GRAFANA_PERSISTENCE_SIZE | The size of the persistence space allocated to `monitor.grafana`, which is `5Gi` by default
220
-
MONITOR_GRAFANA_PERSISTENCE_STORAGE_CLASS | StorangeClass of `monitor` grafana; default storangeclass is used by default
221
-
LOGGER_REPLICAS | Number of logger replicas to deploy
222
-
RABBITMQ_REPLICAS | Number of rabbitmq replicas to deploy
223
-
RABBITMQ_PERSISTENCE_SIZE | The size of the persistence space allocated to `rabbitmq`, which is `5Gi` by default
224
-
RABBITMQ_PERSISTENCE_STORAGE_CLASS | StorangeClass of `rabbitmq`; default storangeclass is used by default
225
-
DATABASE_REPLICAS | Number of database replicas to deploy
226
-
DATABASE_PERSISTENCE_SIZE | The size of the persistence space allocated to `database`, which is `5Gi` by default
227
-
DATABASE_PERSISTENCE_STORAGE_CLASS | StorangeClass of `database`; default storangeclass is used by default
228
-
TIMESERIES_REPLICAS | Number of timeseries replicas to deploy
229
-
TIMESERIES_PERSISTENCE_SIZE | The size of the persistence space allocated to `timeseries`, which is `5Gi` by default
230
-
TIMESERIES_PERSISTENCE_STORAGE_CLASS | StorangeClass of `timeseries`; default storangeclass is used by default
231
-
PASSPORT_REPLICAS | Number of passport replicas to deploy
232
-
REGISTRY_REPLICAS | Number of registry replicas to deploy
233
-
HELMBROKER_REPLICAS | Number of helmbroker api replicas to deploy
234
-
HELMBROKER_CELERY_REPLICAS | Number of helmbroker celery replicas to deploy
235
-
HELMBROKER_PERSISTENCE_SIZE | The size of the persistence space allocated to `helmbroker`, which is `5Gi` by default
236
-
HELMBROKER_PERSISTENCE_STORAGE_CLASS | StorangeClass of `helmbroker`; default storangeclass is used by default
237
-
PROMETHEUS_SERVER_RETENTION | Prometheus data retention period (default if not specified is 15 days)
238
-
PROMETHEUS_SERVER_PERSISTENCE_SIZE | The size of the persistence space allocated to `prometheus-server`, which is `10Gi` by default
239
-
PROMETHEUS_SERVER_PERSISTENCE_STORAGE_CLASS| StorangeClass of `prometheus-server`; default storangeclass is used by default
240
-
K3S_DATA_DIR | The config of k3s data dir; If not set, the default path is used
241
-
ACME_SERVER | ACME Server url, default use letsencrypt
242
-
ACME_EAB_KEY_ID | The key ID of which your external account binding is indexed by the external account
243
-
ACME_EAB_KEY_SECRET | The key Secret of which your external account symmetric MAC key
CERT_MANAGER_ENABLED | Whether to use automatic certificate. It is `true` by default
193
+
CHANNEL | By default, `stable` channel will be installed. You can also specify `testing`
194
+
CONTAINERD_FILE | The `config.yaml` file path used by containerd
195
+
KUBE_API_SERVER_ADDRESS | Set with the IP address of the loadbalancer that was in front of kube-apiserver, The default is the IP address of the current node
196
+
KUBE_API_SERVER_PORT | Set with the PORT of the loadbalancer that was in front of kube-apiserver, which is `6443` by default
197
+
METALLB_CONFIG_FILE | The metallb config file path, layer 2 network is used by default
198
+
INSTALL_DRYCC_MIRROR | Specify the accelerated mirror location. Currently, only `cn` is supported
199
+
BUILDER_REPLICAS | Number of builder replicas to deploy
200
+
CONTROLLER_API_REPLICAS | Number of controller api replicas to deploy
201
+
CONTROLLER_CELERY_REPLICAS | Number of controller celery replicas to deploy
202
+
CONTROLLER_WEBHOOK_REPLICAS | Number of controller webhook replicas to deploy
203
+
CONTROLLER_APP_RUNTIME_CLASS | RuntimeClass is a feature for selecting the container runtime configuration.
204
+
CONTROLLER_APP_STORAGE_CLASS | StorageClass allocated by `drycc volumes`; default storageClass is used by default
205
+
REDIS_REPLICAS | Number of redis replicas to deploy
206
+
REDIS_PERSISTENCE_SIZE | The size of the persistence space allocated to `redis`, which is `5Gi` by default
207
+
REDIS_PERSISTENCE_STORAGE_CLASS | StorangeClass of `redis`; default storangeclass is used by default
208
+
STORAGE_CSI_STATEFULSET_REPLICAS | Number of storage csi controller replicas to deploy
209
+
STORAGE_MAINNODE_TIPD_REPLICAS | Number of storage mainode tipd replicas to deploy
210
+
STORAGE_MAINNODE_TIPD_PERSISTENCE_SIZE | The size of the persistence space allocated to `mainnode tipd`, which is `10Gi` by default
211
+
STORAGE_MAINNODE_TIPD_PERSISTENCE_STORAGE_CLASS | StorangeClass of `mainnode tipd`; default storangeclass is used by default
212
+
STORAGE_MAINNODE_WEED_REPLICAS | Number of storage mainode weed replicas to deploy
213
+
STORAGE_MAINNODE_WEED_PERSISTENCE_SIZE | The size of the persistence space allocated to `mainnode weed`, which is `10Gi` by default
214
+
STORAGE_MAINNODE_WEED_PERSISTENCE_STORAGE_CLASS | StorangeClass of `mainnode weed`; default storangeclass is used by default
215
+
STORAGE_METANODE_TIKV_REPLICAS | Number of storage metanode tikv replicas to deploy
216
+
STORAGE_METANODE_TIKV_PERSISTENCE_SIZE | The size of the persistence space allocated to `metanode tikv`, which is `10Gi` by default
217
+
STORAGE_METANODE_TIKV_PERSISTENCE_STORAGE_CLASS | StorangeClass of `mainnode tikv`; default storangeclass is used by default
218
+
STORAGE_METANODE_WEED_REPLICAS | Number of storage metanode weed replicas to deploy
219
+
STORAGE_METANODE_WEED_PERSISTENCE_SIZE | The size of the persistence space allocated to `metanode weed`, which is `10Gi` by default
220
+
STORAGE_METANODE_WEED_PERSISTENCE_STORAGE_CLASS | StorangeClass of `mainnode weed`; default storangeclass is used by default
221
+
STORAGE_DATANODE_WEED_REPLICAS | Number of storage datanode weed replicas to deploy
222
+
STORAGE_DATANODE_WEED_PERSISTENCE_SIZE | The size of the persistence space allocated to `datanode weed`, which is `20Gi` by default
223
+
STORAGE_DATANODE_WEED_PERSISTENCE_STORAGE_CLASS | StorangeClass of `datanode weed`; default storangeclass is used by default
224
+
MONITOR_GRAFANA_PERSISTENCE_SIZE | The size of the persistence space allocated to `monitor.grafana`, which is `5Gi` by default
225
+
MONITOR_GRAFANA_PERSISTENCE_STORAGE_CLASS | StorangeClass of `monitor` grafana; default storangeclass is used by default
226
+
LOGGER_REPLICAS | Number of logger replicas to deploy
227
+
RABBITMQ_REPLICAS | Number of rabbitmq replicas to deploy
228
+
RABBITMQ_PERSISTENCE_SIZE | The size of the persistence space allocated to `rabbitmq`, which is `5Gi` by default
229
+
RABBITMQ_PERSISTENCE_STORAGE_CLASS | StorangeClass of `rabbitmq`; default storangeclass is used by default
230
+
DATABASE_REPLICAS | Number of database replicas to deploy
231
+
DATABASE_PERSISTENCE_SIZE | The size of the persistence space allocated to `database`, which is `5Gi` by default
232
+
DATABASE_PERSISTENCE_STORAGE_CLASS | StorangeClass of `database`; default storangeclass is used by default
233
+
TIMESERIES_REPLICAS | Number of timeseries replicas to deploy
234
+
TIMESERIES_PERSISTENCE_SIZE | The size of the persistence space allocated to `timeseries`, which is `5Gi` by default
235
+
TIMESERIES_PERSISTENCE_STORAGE_CLASS | StorangeClass of `timeseries`; default storangeclass is used by default
236
+
PASSPORT_REPLICAS | Number of passport replicas to deploy
237
+
REGISTRY_REPLICAS | Number of registry replicas to deploy
238
+
HELMBROKER_REPLICAS | Number of helmbroker api replicas to deploy
239
+
HELMBROKER_CELERY_REPLICAS | Number of helmbroker celery replicas to deploy
240
+
HELMBROKER_PERSISTENCE_SIZE | The size of the persistence space allocated to `helmbroker`, which is `5Gi` by default
241
+
HELMBROKER_PERSISTENCE_STORAGE_CLASS | StorangeClass of `helmbroker`; default storangeclass is used by default
242
+
PROMETHEUS_SERVER_RETENTION | Prometheus data retention period (default if not specified is 15 days)
243
+
PROMETHEUS_SERVER_PERSISTENCE_SIZE | The size of the persistence space allocated to `prometheus-server`, which is `10Gi` by default
244
+
PROMETHEUS_SERVER_PERSISTENCE_STORAGE_CLASS | StorangeClass of `prometheus-server`; default storangeclass is used by default
245
+
K3S_DATA_DIR | The config of k3s data dir; If not set, the default path is used
246
+
ACME_SERVER | ACME Server url, default use letsencrypt
247
+
ACME_EAB_KEY_ID | The key ID of which your external account binding is indexed by the external account
248
+
ACME_EAB_KEY_SECRET | The key Secret of which your external account symmetric MAC key
244
249
245
250
Since the installation script will install k3s, other environment variables can refer to k3s installation [environment variables](https://rancher.com/docs/k3s/latest/en/installation/install-options/).
0 commit comments