Skip to content

v0.1.0

Choose a tag to compare

@justaugustus justaugustus released this 26 Mar 21:05
v0.1.0

cluster-api-provider-azure v0.1.0 (floodgates) Release notes

This is the first minor release (v0.1.0) for cluster-api-provider-azure, affectionately abbreviated as capz.
We're codenaming the release floodgates, as it's the first time we're opening the floodgates and broadly announcing capz!

What you'll get out of the box:

  • (1) Resource group
  • (1) Virtual network
  • (2) Load balancers (Standard SKU, zone-redundant)
    • Public load balancer (with NAT rules to allow SSH to the control plane)
    • Private load balancer (internal control plane communication)
  • (2) Subnets
    • Control plane subnet
    • Node subnet
  • (2) NSG (Network security groups), attached to the subnets
    • Control plane NSG
    • Node NSG
  • (1) Route table
  • (2) Virtual machines, with a single NIC and OS disk (managed disk)
    • Kubernetes control plane
    • Kubernetes node

We encourage you to file issues and pull requests, so we can make this project better as a community!

clusterctl

clusterctl is a tool for bootstrapping a cluster for hosting the cluster-api components.
See the Getting Started Guide.

Image

Limitations

  • Support for existing resources e.g., building in an existing resource group or virtual network has not been tested