-
Notifications
You must be signed in to change notification settings - Fork 163
Port ECE 3.8 relevant changes to 4.0 #986
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
Merged
florent-leborgne
merged 11 commits into
elastic:main
from
florent-leborgne:port-ece-38-changes
Apr 7, 2025
Merged
Changes from 2 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
b3a992f
Reproduce https://github.com/elastic/cloud/pull/138925 about podman 5
florent-leborgne e998f8a
Add relevant upgrade information from latest 3.8 changes from https:/…
florent-leborgne 114d000
Update deploy-manage/upgrade/orchestrator/upgrade-cloud-enterprise.md
florent-leborgne 4668a6b
Update deploy-manage/upgrade/orchestrator/upgrade-cloud-enterprise.md
florent-leborgne 0c9fd5b
small changes
florent-leborgne f593f9f
Merge branch 'port-ece-38-changes' of github.com:florent-leborgne/doc…
florent-leborgne 13439d6
fix double parenthesis
florent-leborgne a0262e5
Merge branch 'main' of github.com:elastic/docs-content into port-ece-…
florent-leborgne 2404fc0
4.0 is the minimum to have 9.0 deployments
florent-leborgne 12893d7
Merge branch 'main' into port-ece-38-changes
florent-leborgne 2a6ce54
Merge branch 'main' into port-ece-38-changes
florent-leborgne File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
40 changes: 40 additions & 0 deletions
40
deploy-manage/deploy/cloud-enterprise/migrate-to-podman-5.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
applies_to: | ||
deployment: | ||
ece: all | ||
--- | ||
# Migrating to Podman 5 | ||
|
||
Following are the supported upgrade paths for Podman 5 in {{ece}}. | ||
|
||
| **From ↓** ... **To →** | Podman 5.2.2-9 | Podman 5.2.2-11 | Podman 5.2.2-13 | Podman 5.2.3 | | ||
|-----------------------------------------|----------------|-----------------|-----------------|--------------| | ||
| **<vanilla Linux installation> (grow)** | ✓ ^*^ | ✓ ^*^ | ✓ | X | | ||
| **Docker (grow-and-shrink)** | ✓ ^*^ | ✓ ^*^ | ✓ | X | | ||
| **Podman 4.9.4 (grow-and-shrink)** | ✓ ^*^ | ✓ ^*^ | ✓ | X | | ||
| **Podman 4.9.4 (in-place)** | ✓ | X | X | X | | ||
| **Podman 5.2.2-9 (in-place)** | - | X | X | X | | ||
|
||
|
||
|
||
|
||
^*^ *Supported but not recommended given that a newer version (Podman `5.2.2-13`) is available.* | ||
|
||
Podman `5.2.2-13` is only supported when conducting a **fresh {{ece}} installation** or performing a **grow-and-shrink update** from Docker or Podman 4. | ||
|
||
For **in-place updates**, it is recommended to use Podman `5.2.2-9`, since upgrades to versions `5.2.2-11` and `5.2.2-13` are affected by a known [memory leak issue](https://github.com/containers/podman/issues/25473). | ||
When performing an in-place update, please make sure to configure the Podman version to be locked at version `5.2.2-9.*`, by following the instructions below. | ||
|
||
```sh | ||
## Install versionlock | ||
sudo dnf install 'dnf-command(versionlock)' | ||
|
||
## Lock major version | ||
sudo dnf versionlock add --raw 'podman-5.2.2-9.*' | ||
sudo dnf versionlock add --raw 'podman-remote-5.2.2-9.*' | ||
|
||
## Verify that podman-5.2.2-9.* and podman-remote-5.2.2-9.* appear in the output | ||
sudo dnf versionlock list | ||
``` | ||
|
||
Podman versions `5.2.3` and higher are not supported. |
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.