This repository has been archived by the owner on Sep 30, 2020. It is now read-only.
v0.9.2-rc.4
Pre-release
Pre-release
Fixes
- Fix the issue that the second and the subsequent nodes in each spot fleet couldn't be registered thus unable to run any pods (#141)
Features
- Experimental feature to taint worker nodes with user-provided
key=value:effect
(#132)- This feature is useful for anyone:
- who wants to implement dedicated nodes
- who wants to utilize spot fleets but save innocent users from scheduling their pods unintentionally to spot instances
- This feature is useful for anyone:
- Add
workerSecurityGroupIds
to cluster.yaml so that you can attach existing security groups to worker nodes (#127) - More node-pools sub-commands
- The following experimental features are now supported for node pools (#128)
- awsEnvironment
- waitSignal
- nodeLabel
- loadBalancer
Improvements
- Enable ASG metrics (#137, thanks to @c-knowles)
- Update dashboard to v1.5.0 (#133, thanks to @danielfm)
- No more unnecessary full node replacement when
kube-aws update
is run- Persist encrypted credentials under the
credentials/
directory (#125, thanks to @pieterlange for reporting the issue)
- Persist encrypted credentials under the
- Name the subnets after the node pool (#129, thanks to @c-knowles)