Skip to content
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

[CPDEV-107540] Add Ubuntu 24.04 support #699

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

n549
Copy link
Collaborator

@n549 n549 commented Oct 18, 2024

Description

It's necessary to support Ubuntu 24.04 lts.

Fixes # (issue)
CPDEV-107335
#698

Solution

Ubuntu 24.04 has containerd v1.7.12 by default, so this version of containerd is added as default for the most recent patch versions of 1.29, 1.30, 1.31 k8s (v1.29.7, v1.30.3, v1.31.1) working on debian os_family (Ubuntu 20.04, 22.04, 24.04).

How to apply

Run kubemarine migrate_kubemarine.

Test Cases

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.

  1. Deploy recent k8s at ubuntu 24.04.1 hosts.
    ER: cluster is deployed successfully.

  2. At an existing k8s of v1.29.7, v1.30.3 or v1.31.1 version at Ubuntu nodes run migrate_kubemarine procedure.
    ER: cluster nodes have containerd v1.7.*.

  3. Upgrade existing cluster at Ubuntu nodes to k8s v1.29.7, v1.30.3 or v1.31.1.
    ER: upgrade finishes successfully, cluster nodes have containerd v1.7.*.

Checklist

  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • Integration CI passed
  • Unit tests. If Yes list of new/changed tests with brief description
  • There is no merge conflicts

Unit tests

Indicate new or changed unit tests and what they do, if any.

@n549 n549 marked this pull request as draft October 18, 2024 11:38
@n549 n549 marked this pull request as ready for review October 18, 2024 13:26
@n549 n549 added the feature label Oct 18, 2024
@vlar0816 vlar0816 changed the title Add Ubuntu 24.04 support [CPDEV-107540] Add Ubuntu 24.04 support Oct 23, 2024
@koryaga koryaga marked this pull request as draft November 6, 2024 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants