This commit is contained in:
revital 2025-01-19 11:05:30 +02:00
commit 98083e73a0
5 changed files with 32 additions and 5 deletions

View File

@ -832,6 +832,7 @@ This configuration option is experimental, and has not been vigorously tested, s
* `true` - Verify * `true` - Verify
* `false` - Do not verify. * `false` - Do not verify.
* `path/to/certificate` - The certificate file to use for verification.
:::warning :::warning
Set to False only if required. Set to False only if required.

View File

@ -2,6 +2,16 @@
title: Google Cloud Platform title: Google Cloud Platform
--- ---
<Collapsible title="Important: Upgrading to v2.x from v1.16.0 or older" type="info">
MongoDB major version was upgraded from `v5.x` to `6.x`. Please note that if your current ClearML Server version is older than
`v1.17` (where MongoDB `v5.x` was first used), you'll need to first upgrade to ClearML Server v1.17.
First upgrade to ClearML Server v1.17 following the procedure below and using [this `docker-compose` file](https://github.com/allegroai/clearml-server/blob/2976ce69cc91550a3614996e8a8d8cd799af2efd/upgrade/1_17_to_2_0/docker-compose.yml). Once successfully upgraded,
you can proceed to upgrade to v2.x.
</Collapsible>
**To upgrade ClearML Server Docker deployment:** **To upgrade ClearML Server Docker deployment:**
1. Shut down the docker containers with the following command: 1. Shut down the docker containers with the following command:

View File

@ -2,6 +2,16 @@
title: Linux or macOS title: Linux or macOS
--- ---
<Collapsible title="Important: Upgrading to v2.x from v1.16.0 or older" type="info">
MongoDB major version was upgraded from `v5.x` to `6.x`. Please note that if your current ClearML Server version is older than
`v1.17` (where MongoDB `v5.x` was first used), you'll need to first upgrade to ClearML Server v1.17.
First upgrade to ClearML Server v1.17 following the procedure below and using [this `docker-compose` file](https://github.com/allegroai/clearml-server/blob/2976ce69cc91550a3614996e8a8d8cd799af2efd/upgrade/1_17_to_2_0/docker-compose.yml). Once successfully upgraded,
you can proceed to upgrade to v2.x.
</Collapsible>
<Collapsible title="Important: Upgrading from v0.14 or older" type="info"> <Collapsible title="Important: Upgrading from v0.14 or older" type="info">
For Linux only, if upgrading from <strong>Trains Server</strong> v0.14 or older, configure the <strong>ClearML Agent Services</strong>. For Linux only, if upgrading from <strong>Trains Server</strong> v0.14 or older, configure the <strong>ClearML Agent Services</strong>.

View File

@ -2,6 +2,16 @@
title: Windows title: Windows
--- ---
<Collapsible title="Important: Upgrading to v2.x from v1.16.0 or older" type="info">
MongoDB major version was upgraded from `v5.x` to `6.x`. Please note that if your current ClearML Server version is older than
`v1.17` (where MongoDB `v5.x` was first used), you'll need to first upgrade to ClearML Server v1.17.
First upgrade to ClearML Server v1.17 following the procedure below and using [this `docker-compose` file](https://github.com/allegroai/clearml-server/blob/2976ce69cc91550a3614996e8a8d8cd799af2efd/upgrade/1_17_to_2_0/docker-compose-win10.yml). Once successfully upgraded,
you can proceed to upgrade to v2.x.
</Collapsible>
**To upgrade ClearML Server Docker deployment:** **To upgrade ClearML Server Docker deployment:**
1. Shut down the docker containers. 1. Shut down the docker containers.

View File

@ -2,10 +2,6 @@
title: Model Endpoints title: Model Endpoints
--- ---
:::important Enterprise Feature
This feature is available under the ClearML Enterprise plan.
:::
The Model Endpoints table lists all currently live (active, and being brought up) model endpoints, allowing you to view The Model Endpoints table lists all currently live (active, and being brought up) model endpoints, allowing you to view
endpoint details and monitor status over time. Whenever you deploy a model through the [ClearML Deploy UI applications](applications/apps_overview.md#deploy), endpoint details and monitor status over time. Whenever you deploy a model through the [ClearML Deploy UI applications](applications/apps_overview.md#deploy),
it will be listed in the table. it will be listed in the table.