Skip to content

feat: switch back to csi-proxy v1beta interface on Windows#1034

Merged
andyzhangx merged 1 commit into
kubernetes-sigs:masterfrom
andyzhangx:v1beta-intreface-win
Sep 30, 2021
Merged

feat: switch back to csi-proxy v1beta interface on Windows#1034
andyzhangx merged 1 commit into
kubernetes-sigs:masterfrom
andyzhangx:v1beta-intreface-win

Conversation

@andyzhangx
Copy link
Copy Markdown
Member

@andyzhangx andyzhangx commented Sep 29, 2021

What type of PR is this?
/kind feature

What this PR does / why we need it:
feat: switch back to csi-proxy v1beta interface on Windows due to breaking change

Before k8s 1.22, all default windows disk type is MBR, and Type of Get-Partition for MBR disk is IFS, PR(kubernetes-csi/csi-proxy#145) brings the breaking change. This PR switch back to csi-proxy v1beta interface on Windows until the new release(csi-proxy v1.1.0) with the fix is released.

Which issue(s) this PR fixes:

Fixes Azure/AKS#2568

Requirements:

Special notes for your reviewer:
/hold

Release note:

feat: switch back to csi-proxy v1beta interface on Windows

@k8s-ci-robot k8s-ci-robot added do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. kind/feature Categorizes issue or PR as related to a new feature. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Sep 29, 2021
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: andyzhangx

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

The pull request process is described here

Details 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

@k8s-ci-robot k8s-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Sep 29, 2021
@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 29, 2021
@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Sep 29, 2021
@edreed
Copy link
Copy Markdown
Contributor

edreed commented Sep 29, 2021

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Sep 29, 2021
@andyzhangx
Copy link
Copy Markdown
Member Author

/hold cancel

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Sep 30, 2021
@andyzhangx andyzhangx merged commit 8a5c009 into kubernetes-sigs:master Sep 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/feature Categorizes issue or PR as related to a new feature. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Crash loops in azurefile-csi and azuredisk-csi (Error: open \\.\\pipe\\csi-proxy-filesystem-v1beta1: The system cannot find the file specified)

3 participants