Skip to content

Update ece-manage-capacity for Podman limitation #1418

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ curl -X PUT \
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).

::::{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.
::::

* When running ECE on Podman, CPU quotas for existing instances cannot be removed or updated. As a result, changing an allocator’s capacity won’t affect the CPU quotas of already running containers.

* In ECE versions prior to 3.5.0, the CPU quota is always calculated using the memory specified at installation time, even if you later update the capacity using the API.
::::

### Examples [ece_examples]

Expand Down
Loading