Releases: Azure/azure-capi-cli-extension
v0.0.5
Preview release number five adds two new features:
az capi create --bootstrap-commands
runs your custom commands on each VM before or after Kubernetes comes upaz capi create --template
lets you bring your own custom template to create a workload cluster
There are also improvements to Windows node pool provisioning and many bug fixes.
Please take the extension for a test drive and let us know how it could be more useful to you.
az extension add --source https://github.com/Azure/azure-capi-cli-extension/releases/download/v0.0.5/capi-0.0.5-py2.py3-none-any.whl
Thank you to everyone who contributed to this release!
Please help guide the direction of this project by providing feedback and reporting bugs!
v0.0.4
Preview release number four focuses on easy provisioning of a workload cluster with the option to "pivot" and remove the management cluster. This enables az capi
to act as a "fire-and-forget" tool for users who just want a Kubernetes cluster for testing or other short-lived applications.
This evolution is thanks to the hard work of @DannyBrito, who has also improved the az capi
user experience, updated templates to the current Cluster API release, added new command options, and squashed numerous bugs. Thank you Danny!
Please take the extension for a test drive and let us know how it could be more useful to you.
Install the extension into your Azure CLI with this command:
az extension add --source https://github.com/Azure/azure-capi-cli-extension/releases/download/v0.0.4/capi-0.0.4-py2.py3-none-any.whl --upgrade
Thank you to everyone who contributed to this release!
Please help guide the direction of this project by providing feedback and reporting bugs!
v0.0.3
Preview release number three streamlines az capi create
, both in terms of required arguments and its output. Please take the extension for a test drive and let us know how it could be more useful to you.
Install the extension into your Azure CLI with this command:
az extension add --source https://github.com/Azure/azure-capi-cli-extension/releases/download/v0.0.3/capi-0.0.3-py2.py3-none-any.whl --upgrade
Please help guide the direction of this project by providing feedback and reporting bugs!
v0.0.2
Second release to gather user feedback. All commands except for az capi management move
and az capi mangement update
are working, so please give az capi
a try and let us know how it could be more useful to you.
Install the extension into your Azure CLI with this command:
az extension add --source https://github.com/Azure/azure-capi-cli-extension/releases/download/v0.0.2/capi-0.0.2-py2.py3-none-any.whl
Please help guide the direction of this project by providing feedback and reporting bugs!
v0.0.1
Initial release to gather user feedback.
Install the extension into your Azure CLI with this command:
az extension add --source https://github.com/Azure/azure-capi-cli-extension/releases/download/v0.0.1/capi-0.0.1-py2.py3-none-any.whl
Please help guide the direction of this project by providing feedback and reporting bugs!