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
197
179
CHANNEL | By default, `stable` channel will be installed. You can also specify `testing`
198
180
REGISTRIES_FILE | The `registers.yaml` file path used by k3s.
199
-
USE_HAPROXY | Haproxy is enabled by default. If you want to turn it off, this value is false
200
-
METALLB_ADDRESS_POOLS| IP pool for LoadBalancer. The default is `172.16.0.0/12`
181
+
BGP_ENABLED | Whether BGP is enabled or not. It is false by default.
182
+
BGP_CONFIG_FILE | The bgp config file path used by k3s, after BGP is enabled, the env is required
201
183
INSTALL_DRYCC_MIRROR | Specify the accelerated mirror location. Currently, only `cn` is supported
202
184
CONTROLLER_APP_STORAGE_CLASS | StorageClass allocated by `drycc volumes`; default storageClass is used by default
185
+
REDIS_PERSISTENCE_SIZE | The size of the persistence space allocated to `redis`, which is `5Gi` by default
186
+
REDIS_PERSISTENCE_STORAGE_CLASS | StorangeClass of `redis`; default storangeclass is used by default
203
187
MINIO_PERSISTENCE_SIZE | The size of the persistence space allocated to `minio`, which is `20Gi` by default
204
188
MINIO_PERSISTENCE_STORAGE_CLASS | StorangeClass of `minio`; default storangeclass is used by default
205
189
MONITOR_GRAFANA_PERSISTENCE_SIZE | The size of the persistence space allocated to `monitor.grafana`, which is `5Gi` by default
@@ -208,13 +192,13 @@ INFLUXDB_PERSISTENCE_SIZE | The size of the persistence space a
208
192
INFLUXDB_PERSISTENCE_STORAGE_CLASS | StorangeClass of `influxdb`; default storangeclass is used by default
209
193
RABBITMQ_PERSISTENCE_SIZE | The size of the persistence space allocated to `rabbitmq`, which is `5Gi` by default
210
194
RABBITMQ_PERSISTENCE_STORAGE_CLASS | StorangeClass of `rabbitmq`; default storangeclass is used by default
195
+
DATABASE_PERSISTENCE_SIZE | The size of the persistence space allocated to `database`, which is `5Gi` by default
196
+
DATABASE_PERSISTENCE_STORAGE_CLASS | StorangeClass of `database`; default storangeclass is used by default
211
197
HELMBROKER_PERSISTENCE_SIZE | The size of the persistence space allocated to `helmbroker`, which is `5Gi` by default
212
198
HELMBROKER_PERSISTENCE_STORAGE_CLASS | StorangeClass of `helmbroker`; default storangeclass is used by default
213
199
K3S_DATA_DIR | The config of k3s data dir; If not set, the default path is used
214
-
LONGHORN_DATA_PATH | The defaultDataPath of longhorn; If not set, the default path is used
215
-
HAPROXY_HTTP_PORT | The drycc ingress http port of haproxy for external exposure, default `80`
216
-
HAPROXY_HTTPS_PORT | The drycc ingress https port of haproxy for external exposure, default `443`
217
-
HAPROXY_BUILDER_PORT | The drycc builder port of haproxy for external exposure, default `2222`
200
+
DEFAULT_STORAGE_CLASS | K3s default stroageclass, If not set, the `openebs-hostpath` stroageclass is used
201
+
LOCAL_PROVISIONER_PATH | Local path storage path, If not set, the `/var/openebs/local` path is used
218
202
219
203
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