Update changelog and docs for release

This commit is contained in:
Dalton Hubble 2018-07-04 12:27:26 -07:00
parent 915f89d3c8
commit 3352388fe6
2 changed files with 3 additions and 3 deletions

View File

@ -4,10 +4,13 @@ Notable changes between versions.
## Latest
## v1.11.0
* Kubernetes [v1.11.0](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.11.md#v1110)
* Force apiserver to stop listening on `127.0.0.1:8080`
* Replace `kube-dns` with [CoreDNS](https://coredns.io/) ([#261](https://github.com/poseidon/typhoon/pull/261))
* Edit the `coredns` ConfigMap to [customize](https://coredns.io/plugins/)
* CoreDNS doesn't use a resizer. For large clusters, scaling may be required.
#### AWS

View File

@ -239,6 +239,3 @@ Check the list of valid [instance types](https://aws.amazon.com/ec2/instance-typ
!!! warning
Do not choose a `controller_type` smaller than `t2.small`. Smaller instances are not sufficient for running a controller.
!!! tip "MTU"
If your EC2 instance type supports [Jumbo frames](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/network_mtu.html#jumbo_frame_instances) (most do), we recommend you change the `network_mtu` to 8981! You will get better pod-to-pod bandwidth.