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-105248] - Remove 1.25 kubernetes version #686

Merged
merged 3 commits into from
Sep 3, 2024

Conversation

Imadzuma
Copy link
Collaborator

@Imadzuma Imadzuma commented Sep 2, 2024

Description

  • Remove 1.25 kubernetes from support;
  • Update default kubernetes version from 1.26.11 to 1.28.12;
  • Provide inventory patch for kubernetes version;

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.

TestCase 1: default kubernetes version

Test Configuration:

  • Hardware:
  • OS:
  • Inventory: no kubernetes version specified in cluster.yaml

Steps:

  1. Run kubmarine install

Results:

Before After
The 1.26.11 kubernetes version will be installed The 1.28.12 kubernetes version will be installed

TestCase 2: old kubernetes version

Test Configuration:

  • Hardware:
  • OS:
  • Inventory: 1.25 kubernetes version specified in cluster.yaml

Steps:

  1. Run kubmarine install

Results:

Before After
Successfull intallation Installation fails, because 1.25 version is not supported

TestCase 3: patch
Test Configuration:

  • Hardware:
  • OS:
  • Inventory: no kubernetes version specified in cluster.yaml

Steps:

  1. Run kubmarine install with previous kubemarine version;
  2. Run kubemarine migrate_kubemarine with curent kubemarine version;

Results:

Before After
Not applicable 1.26.11 kubernetes version is installed
Not applicable 1.26.11 kubernes version is applied in cluster.yaml after patch

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.

@koryaga koryaga self-requested a review September 2, 2024 13:58
@koryaga koryaga self-assigned this Sep 2, 2024
@koryaga koryaga added the improvement New feature or request label Sep 2, 2024
@vlar0816 vlar0816 changed the title [CPDEV-105248] - Remove 1.25 kubernetes verson [CPDEV-105248] - Remove 1.25 kubernetes version Sep 3, 2024
@koryaga koryaga merged commit a9c7552 into main Sep 3, 2024
43 checks passed
@koryaga koryaga deleted the deprecate-old-kuber-versions branch September 3, 2024 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants