-
Notifications
You must be signed in to change notification settings - Fork 431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Makefile to install az cli if unavailable #5291
Comments
I'm happy to jump on this |
/assign @brettearle Hi! Just wondering if you were still planning to work on this? |
Yeah I'll jump on it, is there a discord/slack etc for questions or is here the best? |
Sweet thank you! You can find us in the Kubernetes Slack: https://github.com/kubernetes-sigs/cluster-api-provider-azure?tab=readme-ov-file#getting-help |
@willie-yao Hey mate, I have a couple of questions. Are we covering all 3 os's? Az has an install script for Linux. The script depends on openssl, python 3.8+, and libffi. What would you like to do when these are not available? I saw that the project supports Python 2.7, which will not work with this. Do we want to reach across the network to get the install script or keep the script locally for the project? |
Hi @brettearle! Yes we should be covering all 3 os's I think those are just a pre-requisite for CAPZ and your command shouldn't need to account for them. If possible, it would be better to go across the network to get the install script! If you'd like an example PR for something similar to this, check out #3630. @nawazkh Can you verify if the logic will largely be the same? |
With #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.The text was updated successfully, but these errors were encountered: