Skip to content

Release 2019-06-18

Compare
Choose a tag to compare
@jnoller jnoller released this 24 Jun 19:41
· 1651 commits to master since this release
f793f96
  • Behavioral Changes

    • Important: Change in UDR and subnet behavior
      • When using Kubenet with a custom subnet, AKS now checks if there is an
        existing associated route table.
      • If that is the case AKS will NOT attach the kubenet RT/Routes automatically
        and they should be added manually to the existing RT.
      • If no Route Table exists AKS will automatically attach the kubenet RT/Routes.
  • Preview Features

    • A bug where users could not scale VMSS based clusters after disabling the
      cluster autoscaler has been fixed.
    • A missing CRD for calico-enabled clusters (#1042) has been fixed.