[ML] Trained Models: Hides Adaptive Allocations Toggle in Serverless#224097
Merged
rbrtj merged 7 commits intoelastic:mainfrom Jun 18, 2025
Merged
Conversation
…ust min_allocations value
Contributor
|
Pinging @elastic/ml-ui (:ml) |
sorenlouv
approved these changes
Jun 16, 2025
darnautov
reviewed
Jun 17, 2025
...k/platform/plugins/shared/ml/public/application/model_management/deployment_params_mapper.ts
Show resolved
Hide resolved
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Async chunks
History
cc @rbrtj |
elena-shostak
approved these changes
Jun 18, 2025
sphilipse
approved these changes
Jun 18, 2025
Contributor
|
Starting backport for target branches: 8.19 |
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Jun 18, 2025
…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)
Contributor
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
kibanamachine
added a commit
that referenced
this pull request
Jun 18, 2025
…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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves #221894
Removes the adaptive allocations toggle in serverless (always enabled).
Adjusts the
min_allocationsparam: