diff --git a/docs/configs/clearml_conf.md b/docs/configs/clearml_conf.md index dca0ba89..859c7bd9 100644 --- a/docs/configs/clearml_conf.md +++ b/docs/configs/clearml_conf.md @@ -831,7 +831,8 @@ This configuration option is experimental, and has not been vigorously tested, s The values are: * `true` - Verify - * `false` - Do not verify. + * `false` - Do not verify. + * `path/to/certificate` - The certificate file to use for verification. :::warning Set to False only if required. diff --git a/docs/deploying_clearml/upgrade_server_gcp.md b/docs/deploying_clearml/upgrade_server_gcp.md index c7a4ce4c..93e53998 100644 --- a/docs/deploying_clearml/upgrade_server_gcp.md +++ b/docs/deploying_clearml/upgrade_server_gcp.md @@ -2,6 +2,16 @@ title: Google Cloud Platform --- + + +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. + + + **To upgrade ClearML Server Docker deployment:** 1. Shut down the docker containers with the following command: diff --git a/docs/deploying_clearml/upgrade_server_linux_mac.md b/docs/deploying_clearml/upgrade_server_linux_mac.md index ac15afa3..818fe375 100644 --- a/docs/deploying_clearml/upgrade_server_linux_mac.md +++ b/docs/deploying_clearml/upgrade_server_linux_mac.md @@ -2,6 +2,16 @@ title: Linux or macOS --- + + +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. + + + For Linux only, if upgrading from Trains Server v0.14 or older, configure the ClearML Agent Services. diff --git a/docs/deploying_clearml/upgrade_server_win.md b/docs/deploying_clearml/upgrade_server_win.md index 2210c739..36ec3007 100644 --- a/docs/deploying_clearml/upgrade_server_win.md +++ b/docs/deploying_clearml/upgrade_server_win.md @@ -2,6 +2,16 @@ title: Windows --- + + +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. + + + **To upgrade ClearML Server Docker deployment:** 1. Shut down the docker containers. diff --git a/docs/webapp/webapp_model_endpoints.md b/docs/webapp/webapp_model_endpoints.md index d5ce3361..3c1ae8f2 100644 --- a/docs/webapp/webapp_model_endpoints.md +++ b/docs/webapp/webapp_model_endpoints.md @@ -2,10 +2,6 @@ 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 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.