mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Small edits (#128)
This commit is contained in:
@@ -31,7 +31,7 @@ and **ClearML Server** needs to be installed.
|
||||
|
||||
* Read/write permissions for the default **Trains Server** data directory `/opt/clearml/data` and its subdirectories, or,
|
||||
if this default directory is not used, the permissions for the directory and subdirectories that are used.
|
||||
* A minimum of 8GB system RAM.
|
||||
* A minimum of 8 GB system RAM.
|
||||
* Minimum free disk space of at least 30% plus two times the size of the data.
|
||||
* Python version >=2.7 or >=3.6, and Python accessible from the command-line as `python`
|
||||
|
||||
@@ -43,20 +43,28 @@ and **ClearML Server** needs to be installed.
|
||||
|
||||
* **Linux and macOS**
|
||||
|
||||
docker-compose -f /opt/trains/docker-compose.yml down
|
||||
|
||||
```bash
|
||||
docker-compose -f /opt/trains/docker-compose.yml down
|
||||
```
|
||||
|
||||
* **Windows**
|
||||
|
||||
docker-compose -f c:\opt\trains\docker-compose-win10.yml down
|
||||
|
||||
```bash
|
||||
docker-compose -f c:\opt\trains\docker-compose-win10.yml down
|
||||
```
|
||||
|
||||
* **Kubernetes**
|
||||
|
||||
```bash
|
||||
kubectl delete -k overlays/current_version
|
||||
```
|
||||
|
||||
kubectl delete -k overlays/current_version
|
||||
|
||||
* **Kubernetes using Helm**
|
||||
|
||||
helm del --purge trains-server
|
||||
kubectl delete namespace trains
|
||||
```bash
|
||||
helm del --purge trains-server
|
||||
kubectl delete namespace trains
|
||||
```
|
||||
|
||||
1. For **Kubernetes** and **Kubernetes using Helm**, connect to the node in the Kubernetes cluster labeled `app=trains`.
|
||||
|
||||
@@ -74,11 +82,13 @@ and **ClearML Server** needs to be installed.
|
||||
|
||||
* **Linux, macOS, and Windows** - if managing own containers.
|
||||
|
||||
Run the migration script. If elevated privileges are used to run Docker (`sudo` in Linux, or admin in Windows),
|
||||
Run the migration script. If elevated privileges are used to run Docker (`sudo` in Linux, or admin in Windows),
|
||||
then use elevated privileges to run the migration script.
|
||||
|
||||
python elastic_upgrade.py [-s|--source <source_path>] [-t|--target <target_path>] [-n|--no-backup] [-p|--parallel]
|
||||
|
||||
```bash
|
||||
python elastic_upgrade.py [-s|--source <source_path>] [-t|--target <target_path>] [-n|--no-backup] [-p|--parallel]
|
||||
```
|
||||
|
||||
The following optional command line parameters can be used to control the execution of the migration script:
|
||||
|
||||
* `<source_path>` - The path to the Elasticsearch data directory in the current **Trains Server** deployment.
|
||||
@@ -203,7 +213,7 @@ For backwards compatibility, the environment variables ``TRAINS_HOST_IP``, ``TRA
|
||||
docker-compose -f /opt/clearml/docker-compose.yml pull
|
||||
docker-compose -f /opt/clearml/docker-compose.yml up -d
|
||||
|
||||
If issues arise during the upgrade, see the FAQ page, [How do I fix Docker upgrade errors?](../faq#common-docker-upgrade-errors).
|
||||
If issues arise during the upgrade, see the FAQ page, [How do I fix Docker upgrade errors?](../faq.md#common-docker-upgrade-errors).
|
||||
|
||||
##### Other Deployment Formats
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ provides custom images for each released version of **ClearML Server**. For a li
|
||||
|
||||
After deploying **ClearML Server**, configure the **ClearML Python Package** for it, see [Configuring ClearML for ClearML Server](clearml_config_for_clearml_server.md).
|
||||
|
||||
For information about updgrading **ClearML server on GCP, see [here](upgrade_server_gcp.md).
|
||||
For information about upgrading **ClearML server on GCP, see [here](upgrade_server_gcp.md).
|
||||
|
||||
:::important
|
||||
If **ClearML Server** is being reinstalled, we recommend clearing browser cookies for **ClearML Server**. For example,
|
||||
|
||||
@@ -117,7 +117,7 @@ The node ports map to the following container ports:
|
||||
* `30081` maps to `clearml-fileserver` container on port `8081`
|
||||
|
||||
:::important
|
||||
We recommend using the container ports (``8080``, ``8008``, and ``8081``), or a load balancer (see the next section, [Accessing ClearML Server](#accessing)).
|
||||
We recommend using the container ports (``8080``, ``8008``, and ``8081``), or a load balancer (see the next section, [Accessing ClearML Server](#accessing-clearml-server)).
|
||||
:::
|
||||
|
||||
## Accessing ClearML Server
|
||||
|
||||
Reference in New Issue
Block a user