-
Notifications
You must be signed in to change notification settings - Fork 8.4k
[ML] Trained Models: Hides Adaptive Allocations Toggle in Serverless #224097
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
[ML] Trained Models: Hides Adaptive Allocations Toggle in Serverless #224097
Conversation
…ust min_allocations value
Pinging @elastic/ml-ui (:ml) |
...k/platform/plugins/shared/ml/public/application/model_management/deployment_params_mapper.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Async chunks
History
cc @rbrtj |
Starting backport for target branches: 8.19 |
…lastic#224097) Resolves elastic#221894 Removes the adaptive allocations toggle in serverless (always enabled). Adjusts the `min_allocations` param: * Observability - min: 0 * Search - min: 0 * Security - min: 1 (cherry picked from commit f79b68d)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…rless (#224097) (#224433) # Backport This will backport the following commits from `main` to `8.19`: - [[ML] Trained Models: Hide Adaptive Allocations Toggle in Serverless (#224097)](#224097) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Robert Jaszczurek","email":"92210485+rbrtj@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-06-18T13:52:15Z","message":"[ML] Trained Models: Hide Adaptive Allocations Toggle in Serverless (#224097)\n\nResolves https://github.com/elastic/kibana/issues/221894\nRemoves the adaptive allocations toggle in serverless (always enabled).\nAdjusts the `min_allocations` param:\n* Observability - min: 0\n* Search - min: 0\n* Security - min: 1","sha":"f79b68d84eccd6d01c93bcd1f0fe617cfa549459","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix",":ml","Team:ML","backport:version","v9.1.0","v8.19.0"],"title":"[ML] Trained Models: Hide Adaptive Allocations Toggle in Serverless","number":224097,"url":"https://github.com/elastic/kibana/pull/224097","mergeCommit":{"message":"[ML] Trained Models: Hide Adaptive Allocations Toggle in Serverless (#224097)\n\nResolves https://github.com/elastic/kibana/issues/221894\nRemoves the adaptive allocations toggle in serverless (always enabled).\nAdjusts the `min_allocations` param:\n* Observability - min: 0\n* Search - min: 0\n* Security - min: 1","sha":"f79b68d84eccd6d01c93bcd1f0fe617cfa549459"}},"sourceBranch":"main","suggestedTargetBranches":["8.19"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/224097","number":224097,"mergeCommit":{"message":"[ML] Trained Models: Hide Adaptive Allocations Toggle in Serverless (#224097)\n\nResolves https://github.com/elastic/kibana/issues/221894\nRemoves the adaptive allocations toggle in serverless (always enabled).\nAdjusts the `min_allocations` param:\n* Observability - min: 0\n* Search - min: 0\n* Security - min: 1","sha":"f79b68d84eccd6d01c93bcd1f0fe617cfa549459"}},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Robert Jaszczurek <92210485+rbrtj@users.noreply.github.com>
Resolves #221894
Removes the adaptive allocations toggle in serverless (always enabled).
Adjusts the
min_allocations
param: