diff --git a/docs/releases/1.17-NOTES.md b/docs/releases/1.17-NOTES.md index a18cf4abcc..3c55280122 100644 --- a/docs/releases/1.17-NOTES.md +++ b/docs/releases/1.17-NOTES.md @@ -3,6 +3,10 @@ (The kops 1.17 release has not been released yet, this is a document to gather the notes prior to the release). +# Significant changes + +* The default instance type for AWS is now t3.medium. This should provide better performance and reduced costs in clusters where the average CPU usage is low. + # Breaking changes * Terraform users on AWS may need to rename some resources in their state file in order to prepare for future Terraform 0.12 support. See Required Actions below. @@ -14,11 +18,6 @@ the notes prior to the release). you are not using AWS, GCE or OpenStack your (non-master) nodes may not have labels applied correctly. -# Significant changes - -* If upgrading from 1.11 or earlier, please see the notes in previous releases - about upgrading through kubernetes 1.12, with the etcd3 upgrade. - # Required Actions * Terraform users on AWS may need to rename resources in their terraform state file in order to prepare for future Terraform 0.12 support. diff --git a/docs/releases/1.18-NOTES.md b/docs/releases/1.18-NOTES.md index 9ac6244cff..bba551ab27 100644 --- a/docs/releases/1.18-NOTES.md +++ b/docs/releases/1.18-NOTES.md @@ -6,8 +6,6 @@ * [containerd](https://github.com/containerd/containerd/blob/master/README.md) can now be selected as an alternate container runtime for Kubernetes. Use the `--container-runtime containerd` flag to create such a cluster. -* The default instance type for AWS is now t3.medium. This should provide better performance and reduced costs in clusters where the average CPU usage is low. - # Breaking changes * Terraform users on AWS may need to rename some resources in their state file in order to prepare for Terraform 0.12 support. See Required Actions below.