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
Node can be a simple agent or a server; Server has the function of agent. Multiple servers have high availability, but the number of servers should not
149
+
Node can be a simple agent or a server; Server has the function of agent. Multiple servers have high availability, but the number of servers should not
150
150
exceed 7 at most. There is no limit to the number of agents.
151
151
152
152
* First, check the cluster token of the master.
@@ -210,9 +210,11 @@ RABBITMQ_PERSISTENCE_SIZE | The size of the persistence space a
210
210
RABBITMQ_PERSISTENCE_STORAGE_CLASS | StorangeClass of `rabbitmq`; default storangeclass is used by default
211
211
HELMBROKER_PERSISTENCE_SIZE | The size of the persistence space allocated to `helmbroker`, which is `5Gi` by default
212
212
HELMBROKER_PERSISTENCE_STORAGE_CLASS | StorangeClass of `helmbroker`; default storangeclass is used by default
213
+
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
213
215
214
216
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/).
215
-
217
+
216
218
## Uninstall
217
219
218
220
If you installed drycc using an installation script, you can uninstall the entire drycc using this script.
0 commit comments