kubeblocks
kubeblocks copied to clipboard
[Improvement] change azure aks provisioner to disk.csi.azure.com
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.
This issue has been marked as stale because it has been open for 30 days with no activity
I want try it