siderolabs / cluster-api-provider-talos

A cluster-api provider for deploying Talos clusters.
https://www.talos-systems.com
Mozilla Public License 2.0
9 stars 4 forks source link

feat: add azure provisioner #43

Closed rsmitty closed 5 years ago

rsmitty commented 5 years ago

This PR will add the ability to provision talos nodes on azure. The Azure SDK requires context all over the place, so I added it to the interface and to all provisioners as well. That way we'll have it in others if we want to make use of it.

Signed-off-by: Spencer Smith robertspencersmith@gmail.com