kubeblocks icon indicating copy to clipboard operation
kubeblocks copied to clipboard

[Improvement] change azure aks provisioner to disk.csi.azure.com

Open JashBook opened this issue 11 months ago • 2 comments

Is your improvement request related to a problem? Please describe. kubernetes.io/azure-disk not support volumesnapshot

If this is a new function, please describe the motivation and goals. azure aks default sc

➜  ~ kubectl get sc default -oyaml
allowVolumeExpansion: true
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
  annotations:
    storageclass.kubernetes.io/is-default-class: "true"
  creationTimestamp: "2024-03-12T04:06:54Z"
  labels:
    addonmanager.kubernetes.io/mode: EnsureExists
    kubernetes.io/cluster-service: "true"
  name: default
  resourceVersion: "363"
  uid: 56984b6f-9690-43f8-b3d9-36e3fe4eca09
parameters:
  skuname: StandardSSD_LRS
provisioner: disk.csi.azure.com
reclaimPolicy: Delete
volumeBindingMode: WaitForFirstConsumer

Describe the solution you'd like change azure aks provisioner to disk.csi.azure.com

Describe alternatives you've considered A clear and concise description of any alternative solutions or functions you've considered.

Additional context Add any other context or screenshots about the improvement request here.

JashBook avatar Mar 14 '24 06:03 JashBook

This issue has been marked as stale because it has been open for 30 days with no activity

github-actions[bot] avatar Apr 15 '24 02:04 github-actions[bot]

I want try it

Zhouquanyu avatar Jul 12 '24 03:07 Zhouquanyu