Releases: virtual-kubelet/azure-aci
v1.1.0.1 - Bug fixes
The release includes the following fixes:
1- Avoiding the throttling errors through ARM for all of ACI-related calls, and increasing concurrent connections. Reducing creation failures, and eliminating hanging deletions when big deployments is handled.
2- Allow VK pod to run as static pod with vnet enabled, by setting KUBECONFIG envvar and removing hard-requirement for a tied ServiceAccount. Hard-dependency on azure.json will be removed in the following release.
3- Labeling the virtual nodes with "exclude-balancer".
ACI Connector with virtual-kubelet 1.1.0
We've separated the providers, the new connector now supports only "Azure" provider. Where pods gets created on ACI. The virtual nodes in K8s clusters will carry the corresponding version of "v1.14.3-vk-azure-aci-v1.1" when updated.
For all bugfixes/changes went in latest virtual-kubelet core, please check VK 1.1.0.
Add GPU support
Merge pull request #1 from virtual-kubelet/aci-gpu-client ACI GPU Support Changes in Client