bright-flag-46266
02/20/2023, 12:05 PMaz aks update --enable-blob-driver -n myAKSCluster -g myResourceGroup
which doesn't help much wrt. pulumi and I cannot find anything in the pulumi docs on how to do this for the azure.native package."storageProfile": {
"blobCsiDriver": {
"enabled": true
},
"diskCsiDriver": {
"enabled": true
},
"fileCsiDriver": {
"enabled": true
},
"snapshotController": {
"enabled": true
}
},
There are many profile options available on the ManagedCluster resource like AgentPoolProfiles
, but no StorageProfile, so maybe it is just not supported?