diff --git a/deploy-manage/deploy/cloud-enterprise/ece-manage-capacity.md b/deploy-manage/deploy/cloud-enterprise/ece-manage-capacity.md index c2f3ad76f..1452b1c22 100644 --- a/deploy-manage/deploy/cloud-enterprise/ece-manage-capacity.md +++ b/deploy-manage/deploy/cloud-enterprise/ece-manage-capacity.md @@ -31,17 +31,22 @@ ECE does not support hot-adding of resources to a running node. When increasing :::: -To adjust the allocator capacity, prior to ECE 3.5.0; it is necessary to reinstall ECE on the host with a new value assigned to the `--capacity` parameter. From ECE 3.5.0 onwards, just use the ECE API : +To adjust the allocator capacity prior to ECE 3.5.0, you must reinstall ECE on the host with a new value assigned to the `--capacity` parameter. Starting with ECE 3.5.0, you can update the allocator capacity using the [allocator settings ECE API](https://www.elastic.co/docs/api/doc/cloud-enterprise/operation/operation-set-allocator-settings). After making this change, you must restart the allocator service for it to take effect. ```sh curl -X PUT \ http(s):///api/v1/platform/infrastructure/allocators//settings \ - -H “Authorization: ApiKey $ECE_API_KEY” \ + -H “Authorization: ApiKey $ECE_API_KEY” \ <1> -H 'Content-Type: application/json' \ -d '{"capacity":}' ``` +1. For information on how to use API keys for authentication, refer to [Access the API from the command line](cloud://reference/cloud-enterprise/ece-api-command-line.md). -For more information on how to use API keys for authentication, check the section [Access the API from the Command Line](cloud://reference/cloud-enterprise/ece-api-command-line.md). +After applying the change, log in to the allocator host you updated and restart the allocator service: + +```sh +docker restart frc-allocators-allocator +``` ::::{important} Prior to ECE 3.5.0, regardless of the use of this API, the [CPU quota](#ece-alloc-cpu) used the memory specified at installation time. diff --git a/deploy-manage/toc.yml b/deploy-manage/toc.yml index b83bf1c72..ce4170100 100644 --- a/deploy-manage/toc.yml +++ b/deploy-manage/toc.yml @@ -79,7 +79,6 @@ toc: - file: deploy/cloud-enterprise/ece-load-balancers.md - file: deploy/cloud-enterprise/ece-jvm.md - file: deploy/cloud-enterprise/ece-wildcard-dns.md - - file: deploy/cloud-enterprise/ece-manage-capacity.md - file: deploy/cloud-enterprise/install.md children: - file: deploy/cloud-enterprise/identify-deployment-scenario.md @@ -128,6 +127,7 @@ toc: - file: deploy/cloud-enterprise/change-ece-api-url.md - file: deploy/cloud-enterprise/change-endpoint-urls.md - file: deploy/cloud-enterprise/enable-custom-endpoint-aliases.md + - file: deploy/cloud-enterprise/ece-manage-capacity.md - file: deploy/cloud-enterprise/configure-allocator-affinity.md - file: deploy/cloud-enterprise/change-allocator-disconnect-timeout.md - file: deploy/cloud-enterprise/manage-elastic-stack-versions.md