You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2020. It is now read-only.
refactoring: Rethink how we organize cluster configuration for better maintenability
This is intended to make implementing and maintaining the upcoming node pools feature eaiser.
Reorganizing structs and funcs like this would result in:
* Less conflicts between commits from multiple branches
* Better reusability when we try to make kube-aws provision a separate cfn stack for each part of a cluster e.g. etcd, control plane, worker nodes(incoming as the node pools feature)
0 commit comments