apecloud / kubeblocks

KubeBlocks is an open-source control plane software that runs and manages databases, message queues and other stateful applications on K8s.
https://kubeblocks.io
GNU Affero General Public License v3.0
2.08k stars 170 forks source link

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

Open JashBook opened 6 months ago

JashBook commented 6 months ago

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.

github-actions[bot] commented 5 months ago

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

Zhouquanyu commented 2 months ago

I want try it