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

Tasks to bump to Kubernetes v1.33 #11642

Open
14 tasks
sbueringer opened this issue Jan 7, 2025 · 0 comments
Open
14 tasks

Tasks to bump to Kubernetes v1.33 #11642

sbueringer opened this issue Jan 7, 2025 · 0 comments
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. triage/accepted Indicates an issue or PR is ready to be actively worked on.
Milestone

Comments

@sbueringer
Copy link
Member

This issue is tracking the tasks that should be implemented after the Kubernetes minor release has been released.

Tasks

Note: If feasible we usually cherry-pick the changes back to the latest release series.

Supporting managing and running on the new Kubernetes version

This section contains tasks to update our book, e2e testing and CI to use and test the new Kubernetes version
as well as changes to Cluster API that we might have to make to support the new Kubernetes version. All of these
changes should be cherry-picked to all release series that will support the new Kubernetes version.

  • Continuously modify CAPD to use early versions of the upcoming Kubernetes release (betas and rcs):

  • Modify CAPD to use the new Kubernetes release after it is GA:

  • Ensure the jobs are adjusted to provide test coverage according to our support policy:

    • At the .versions section in the cluster-api-prowjob-gen.yaml file in test-infra:

      • Add a new entry for the new Kubernetes version
      • Adjust the released Kubernetes's version entry to refer stable-1.<minor> instead of ci/latest-1.<minor>
      • Check and update the versions for the keys etcd and coreDNS if necessary:
    • For the .branches.main section in the cluster-api-prowjob-gen.yaml file in test-infra:

      • For the .upgrades section:
        • Drop the oldest upgrade
        • Add a new upgrade entry from the previous to the new Kubernetes version
      • Bump the version set at .kubernetesVersionManagement to the new minimum supported management cluster version (This is the image version available as kind image).
      • Bump the version set at .kubebuilderEnvtestKubernetesVersion to the new minimum supported management cluster version.
    • Run make generate-test-infra-prowjobs to generate the resulting prowjob configuration:

      TEST_INFRA_DIR=../../k8s.io/test-infra make generate-test-infra-prowjobs
    • Prior art: CAPI: adjust jobs due to v1.31 GA kubernetes/test-infra#33294

  • Update book:

  • Issues specific to the Kubernetes minor release:

Bump quickstart and kind image references in CAPD

Prerequisites:

  • The target Kubernetes version is GA

  • There is a new kind version with/or a new set of kind images for the target Kubernetes version

  • Bump quickstart and kind image references in CAPD:

    • Bump the Kubernetes version in:
      • docs/*
      • Tiltfile
    • Bump kind image references in CAPD (and also kind if necessary, including the latest images for this kind release)
    • Verify the quickstart manually
    • Prior art: 🌱 Bump kind to v0.23.0 #10610
  • Cherry-pick above PR to the latest release branch.

Using new Kubernetes dependencies

This section contains tasks to update Cluster API to use the latest Kubernetes Go dependencies and related topics
like using the right Go version and build images. These changes are only made on the main branch. We don't
need them in older releases as they are not necessary to manage workload clusters of the new Kubernetes version or
run the Cluster API controllers on the new Kubernetes version.

@sbueringer sbueringer added this to the v1.10 milestone Jan 7, 2025
@k8s-ci-robot k8s-ci-robot added needs-priority Indicates an issue lacks a `priority/foo` label and requires one. needs-kind Indicates a PR lacks a `kind/foo` label and requires one. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Jan 7, 2025
@sbueringer sbueringer added the kind/feature Categorizes issue or PR as related to a new feature. label Jan 7, 2025
@k8s-ci-robot k8s-ci-robot removed the needs-kind Indicates a PR lacks a `kind/foo` label and requires one. label Jan 7, 2025
@sbueringer sbueringer added priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. needs-kind Indicates a PR lacks a `kind/foo` label and requires one. labels Jan 7, 2025
@k8s-ci-robot k8s-ci-robot removed the needs-priority Indicates an issue lacks a `priority/foo` label and requires one. label Jan 7, 2025
@sbueringer sbueringer added the triage/accepted Indicates an issue or PR is ready to be actively worked on. label Jan 7, 2025
@k8s-ci-robot k8s-ci-robot removed the needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. label Jan 7, 2025
@sbueringer sbueringer removed the needs-kind Indicates a PR lacks a `kind/foo` label and requires one. label Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
Development

No branches or pull requests

4 participants