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
crun_version=$(curl -Ls ${crun_base_url}/crun/releases|grep /containers/crun/releases/tag/ | sed -E 's/.*\/containers\/crun\/releases\/tag\/([0-9\.]{1,}(-rc.[0-9]{1,})?)".*/\1/g'| head -1)
CERT_MANAGER_ENABLED | Whether to use automatic certificate. It is `true` by default
193
193
CHANNEL | By default, `stable` channel will be installed. You can also specify `testing`
194
-
REGISTRIES_FILE | The `registers.yaml` file path used by drycc registry
194
+
CONTAINERD_FILE | The `config.yaml` file path used by containerd
195
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
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
197
METALLB_CONFIG_FILE | The metallb config file path, layer 2 network is used by default
@@ -200,6 +200,7 @@ BUILDER_REPLICAS | Number of builder replicas to deplo
200
200
CONTROLLER_API_REPLICAS | Number of controller api replicas to deploy
201
201
CONTROLLER_CELERY_REPLICAS | Number of controller celery replicas to deploy
202
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.
203
204
CONTROLLER_APP_STORAGE_CLASS | StorageClass allocated by `drycc volumes`; default storageClass is used by default
204
205
REDIS_REPLICAS | Number of redis replicas to deploy
205
206
REDIS_PERSISTENCE_SIZE | The size of the persistence space allocated to `redis`, which is `5Gi` by default
0 commit comments