Breaking Change
VNet GUID (via --vnet-guid
or VNET_GUID
environment variable) is now required when Azure CNI Overlay is used. When upgrading, hack/deploy/configure-values.sh
needs to be re-run. This will set VNET_GUID
using the first VNet found in the node resource group (or using the subnet found in the first agent pool).
What's Changed
- feat: validation enforcing vnet guid is set for overlay cni clusters by @Bryce-Soghigian in #675
- fix: add required
MCR_REPOSITORY_BASE
to bootstrap by @tallaxes in #724
Full Changelog: v0.7.3...v0.7.4