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

WIP add storage migration automation for Azure #99

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mihiragrawal
Copy link
Contributor

After Upgrading the k8s version to 1.26, we have encountered volume attachment failures due to node affinity label deprecation on Azure clusters. This happens on both the Seed cluster and User clusters. This is due to the label deprecations by the k8s community. And currently, there is no straightforward way to fix that. So we have come up with automation to solve this issue.

Here is the upstream issue, which was closed without any solution.

To Reproduce:

  • Create a k8s cluster on Azure with in-tree CSI. The cluster k8s version should be older than v1.21.
  • Deploy workload with volume usage.
  • Move to external CSI driver.
  • Upgrade k8s cluster to 1.26

What this PR does / why we need it:

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

@kubermatic-bot kubermatic-bot added the dco-signoff: yes Denotes that all commits in the pull request have the valid DCO signoff message. label Jun 15, 2023
@kubermatic-bot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: mihiragrawal
Once this PR has been reviewed and has the lgtm label, please assign stroebitzer for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kubermatic-bot kubermatic-bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Jun 15, 2023
@mihiragrawal mihiragrawal changed the title add storage migration automation for Azure WIP add storage migration automation for Azure Jun 15, 2023
@kubermatic-bot kubermatic-bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 15, 2023
@toschneck
Copy link
Member

@mihiragrawal any news on this? Please add it also to the README.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dco-signoff: yes Denotes that all commits in the pull request have the valid DCO signoff message. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants