yaron2 / azure-kube-cli

An azure cli extension for azure k8s clusters infrastructure operations
16 stars 7 forks source link

Add AKS to AKS volumes migration support. #3

Closed apollotonkosmo closed 5 years ago

apollotonkosmo commented 5 years ago

Add new command line copy-aks-volumes with options: --source-aks-name --source-aks-resourcegroup --target-aks-name --target-aks-resourcegroup --source-kubeconfig --target-kubeconfig This command will copy all volumes from one aks cluster to another with the same logic as the original ACS to AKS migration implementation (snapshot, create volume from snapshot, delete snapshot, create pv from volume)

Please merge G.

apollotonkosmo commented 5 years ago

@yaron2 ?

yaron2 commented 5 years ago

lgtm, thanks.

andyzhangx commented 4 years ago

what's stage of this project? about az kube copy-aks-volumes, what does volume mean? does it support Azure disk, file, blob storage, or even hostpath etc? how is it implemented?