Open nawazkh opened 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.
az
make tilt-up
I'm happy to jump on this
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 updatingmake tilt-up
command to check and installaz
cli if not present in the local.