diff --git a/docs/clearml_agent/clearml_agent_fractional_gpus.md b/docs/clearml_agent/clearml_agent_fractional_gpus.md index ed7be987..1fd8c54b 100644 --- a/docs/clearml_agent/clearml_agent_fractional_gpus.md +++ b/docs/clearml_agent/clearml_agent_fractional_gpus.md @@ -319,7 +319,7 @@ through your NVIDIA device plugin. The standard way to configure a Kubernetes pod template to use specific MIG slices is for the template to specify the requested GPU slices under `Containers.resources.limits`. For example, the -following configures a K8s pod to run a 3g.20gb MIG device: +following configures a K8s pod to run a `3g.20gb` MIG device: ``` # tf-benchmarks-mixed.yaml diff --git a/docs/hyperdatasets/webapp/webapp_dataviews.md b/docs/hyperdatasets/webapp/webapp_dataviews.md index d39c5445..2ee565b7 100644 --- a/docs/hyperdatasets/webapp/webapp_dataviews.md +++ b/docs/hyperdatasets/webapp/webapp_dataviews.md @@ -86,7 +86,7 @@ Access these actions with the context menu in any of the following ways: | Move to Project | Move a Dataview to another project. | | Publish | Publish a Dataview to prevent changes to it. *Published* Dataviews are read-only.| -:::note Enterprise Feature +:::important Enterprise Feature The ClearML Enterprise Server provides a mechanism to define your own custom actions, which will appear in the context menu. Create a custom action by defining an HTTP request to issue when clicking on the context menu action. For more information see [Custom UI Context Menu Actions](../../deploying_clearml/clearml_server_config.md#custom-ui-context-menu-actions). diff --git a/docs/img/app_aws_autoscaler_wizard.png b/docs/img/app_aws_autoscaler_wizard.png index 71ba5611..b79a7390 100644 Binary files a/docs/img/app_aws_autoscaler_wizard.png and b/docs/img/app_aws_autoscaler_wizard.png differ diff --git a/docs/img/apps_gcp_autoscaler_wizard.png b/docs/img/apps_gcp_autoscaler_wizard.png index fab57984..cd695f21 100644 Binary files a/docs/img/apps_gcp_autoscaler_wizard.png and b/docs/img/apps_gcp_autoscaler_wizard.png differ diff --git a/docs/img/resource_policies_dashboard.png b/docs/img/resource_policies_dashboard.png new file mode 100644 index 00000000..4168a2b6 Binary files /dev/null and b/docs/img/resource_policies_dashboard.png differ diff --git a/docs/webapp/resource_policies.md b/docs/webapp/resource_policies.md index 3950fa1b..d5c34125 100644 --- a/docs/webapp/resource_policies.md +++ b/docs/webapp/resource_policies.md @@ -2,7 +2,7 @@ title: Resource Policies --- -:::note ENTERPRISE FEATURE +:::important ENTERPRISE FEATURE This feature is available under the ClearML Enterprise plan ::: @@ -19,6 +19,8 @@ Set resource reservation and limits for user groups * Connect resource profiles to a policy, making them available to its user group via ClearML queues * Non-administrator users can see the resource policies currently applied to them. +![Resource Policy dashboard](../img/resource_policies_dashboard.png) + ## Create a Policy **To create a policy:** diff --git a/docs/webapp/webapp_exp_table.md b/docs/webapp/webapp_exp_table.md index 64d7fd7f..e5c27b71 100644 --- a/docs/webapp/webapp_exp_table.md +++ b/docs/webapp/webapp_exp_table.md @@ -222,7 +222,7 @@ to open the context menu | Move to Project | Move an experiment to another project. | Any state | None | | Compare | Compare selected experiments (see [Comparing Experiments](webapp_exp_comparing.md)) | Any state | None | -:::note Enterprise Feature +:::important Enterprise Feature The ClearML Enterprise Server provides a mechanism to define your own custom actions, which will appear in the context menu. Create a custom action by defining an HTTP request to issue when clicking on the context menu action. For more information see [Custom UI Context Menu Actions](../deploying_clearml/clearml_server_config.md#custom-ui-context-menu-actions). diff --git a/docs/webapp/webapp_model_table.md b/docs/webapp/webapp_model_table.md index 0111f0f1..9b9ce899 100644 --- a/docs/webapp/webapp_model_table.md +++ b/docs/webapp/webapp_model_table.md @@ -97,7 +97,7 @@ open the context menu | Move to Project | Move a model to another project. | Any state | | Compare | Compare selected models (see [Comparing Models](webapp_model_comparing.md)). | Any state | -:::note Enterprise Feature +:::important Enterprise Feature The ClearML Enterprise Server provides a mechanism to define your own custom actions, which will appear in the context menu. Create a custom action by defining an HTTP request to issue when clicking on the context menu action. For more information see [Custom UI Context Menu Actions](../deploying_clearml/clearml_server_config.md#custom-ui-context-menu-actions). diff --git a/docs/webapp/webapp_projects_page.md b/docs/webapp/webapp_projects_page.md index 7dbb1085..f3799b03 100644 --- a/docs/webapp/webapp_projects_page.md +++ b/docs/webapp/webapp_projects_page.md @@ -53,7 +53,7 @@ of a project folder to open its context menu and access the following project ac * **Delete** - Delete the project. To delete a project, all of its contents (i.e. any pipelines/reports/datasets) must first be archived or removed. -:::note Enterprise Feature +:::important Enterprise Feature The ClearML Enterprise Server provides a mechanism to define your own custom actions, which will appear in the context menu. Create a custom action by defining an HTTP request to issue when clicking on the context menu action. For more information see [Custom UI Context Menu Actions](../deploying_clearml/clearml_server_config.md#custom-ui-context-menu-actions). diff --git a/docs/webapp/webapp_workers_queues.md b/docs/webapp/webapp_workers_queues.md index 7329d524..d1f33a6e 100644 --- a/docs/webapp/webapp_workers_queues.md +++ b/docs/webapp/webapp_workers_queues.md @@ -109,7 +109,7 @@ to access queue actions: * Rename - Change the queue's name * Clear - Remove all pending tasks from the queue -:::note Enterprise Feature +:::important Enterprise Feature The ClearML Enterprise Server provides a mechanism to define your own custom actions, which will appear in the context menu. Create a custom action by defining an HTTP request to issue when clicking on the context menu action. For more information see [Custom UI Context Menu Actions](../deploying_clearml/clearml_server_config.md#custom-ui-context-menu-actions).