kubernetes-sigs / cluster-api-provider-azure

Cluster API implementation for Microsoft Azure
https://capz.sigs.k8s.io/
Apache License 2.0
297 stars 428 forks source link

Update Makefile to install az cli if unavailable #5291

Open nawazkh opened 1 week ago

nawazkh commented 1 week ago

With https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/5288 being added to CAPZ, tiltfile will depend on az commands to peer mgmt and workload cluster VNets. We should be updating make tilt-up command to check and install az cli if not present in the local.

brettearle commented 1 week ago

I'm happy to jump on this