Skip to content

Commit

Permalink
Merge pull request #991 from jnoller/master
Browse files Browse the repository at this point in the history
Release notes for May 20th, 2019 AD, first of it's name, mother of changelogs
  • Loading branch information
jnoller authored May 22, 2019
2 parents 584811e + 93b5990 commit 179c984
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Azure Kubernetes Service Changelog

## Release 2019-05-20

* Behavioral Changes
* The 192.0.2.0/24 IP block is now reserved for AKS use. Clusters created in
a VNet that overlaps with this block will fail pre-flight validation.
* Bug Fixes
* An issue where users running old AKS clusters attempting to upgrade would
get a failed upgrade with an Internal Server Error has been fixed.
* An issue where Kubernetes 1.14.0 would not show in the Azure Portal or AKS
Preview CLI with the 'Preview' or 'isPreview' tag has been resolved.
* An issue where customers would get excessive log entries due to missing
Heapster rbac permissions has been fixed.
* https://github.com/Azure/AKS/issues/520
* An issue where AKS clusters could end up with missing DNS entries resulting
in DNS resolution errors or crashes within CoreDNS has been resolved.

* Preview Features
* A bug where the AKS node count could be out of sync with the VMSS node count
has been resolved.
* There is a known issue with the cluster autoscaler preview and multiple
agent pools. The current autoscaler in preview is not compatible with
multiple agent pools, and could not be disabled. We have fixed the issue
that blocked disabling the autoscaler. A fix for mutliple agent pools and
the cluster autoscaler is in development.


## Release 2019-05-17 (Announcement)

* Window node support for AKS is now in Public Preview
Expand Down

0 comments on commit 179c984

Please sign in to comment.