Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

v0.9.5-rc.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@mumoshu mumoshu released this 07 Mar 00:47
· 1220 commits to master since this release

Features

Improvements

  • Add apiserver-count parameter in kube-apiserver config (#360, thanks to @jollinshead)
    • Issues concerning conflicts between apiservers during leader allocation causes the (kubectl) kubernetes.service endpoint value to change arbitraritly. The solution implemented sets the apiserver-count parameter to the number of controllers used in the cluster.
      The apiserver-count value is set to the minimum number of controller nodes set in cluster.yaml (if controller auto-scaling is used).

Bug fixes

  • Allow disabling wait signals (fixes #371)
  • fix: etcdDataVolumeEncrypted not creating encrypted volumes (fixes #383)

Documentation updates

  • Fix typos in cluster.yaml comments regarding volumeMounts(#374, thanks to @jollinshead)
  • cleanup some language in kubernetes-on-aws-prerequisites.md(#376, thanks to @bfallik)
  • Fix an issue with glue security group documentation(#382, thanks to @c-knowles)
  • Update file paths in readme(#384, thanks to @swestcott)

Breaking changes

Full change log
v0.9.5-rc.1...v0.9.5-rc.2