Azure / azure_preview_modules

Azure preview modules for Ansible
https://galaxy.ansible.com/azure/azure_preview_modules
43 stars 49 forks source link

azure_rm_aks parameter load-balancer-sku #295

Open AKCen opened 5 years ago

AKCen commented 5 years ago

Hi All

I wonder if there's a short term workaround to add hardcoded load-balancer-sku: Standard?

Fred-sun commented 5 years ago

@MyronFanQiu Could you take a look this issue? New feature for azure_rm_aks module. Thank you very much!

Fred-sun commented 5 years ago

@AKCen It is also not possible to create the AKSCluster and specify the loadbalancersku type in the Azure cli mode, which should be supported by both ansible and Azure cli in the future. Thank you very much!

Fred-sun commented 5 years ago

@Yungezz @zikalino Please take a look this issue, this is new feature for azure_rm_aks module. There is no other workaround to specify the loadbalancer sku l type. Please check! Thank you very much!

Fred-sun commented 5 years ago

@yungezz @zikalino @MyronFanQiu new feature for azure_rm_aks module! Thanks a lot!

Fred-sun commented 4 years ago

@mybayern1974 New feature request, Please take a look when you're free! Thank you very much!

Fred-sun commented 4 years ago

@mybayern1974

Fred-sun commented 4 years ago

@gavinfish @haiyuazhang

askalski85 commented 4 years ago

@AKCen It is also not possible to create the AKSCluster and specify the loadbalancersku type in the Azure cli mode, which should be supported by both ansible and Azure cli in the future. Thank you very much!

It is possible now: https://docs.microsoft.com/en-us/cli/azure/aks?view=azure-cli-latest#az-aks-create az aks create -g MyResourceGroup -n MyManagedCluster --load-balancer-sku basic --vm-set-type AvailabilitySet

Fred-sun commented 4 years ago

@AKCen Thank you very much for your interest in Ansible. This repo is no longer maintained in this repository and has been migrated to https://github.com/ansible-collections/azure Please re-submit this Issue in the above repository and closed this. Thank you very much!