Add ServiceAccounts for kube-apiserver and kube-scheduler

* Add ServiceAccounts and ClusterRoleBindings for kube-apiserver
and kube-scheduler
* Remove the ClusterRoleBinding for the kube-system default ServiceAccount
* Rename the CA certificate CommonName for consistency with upstream
This commit is contained in:
Dalton Hubble
2019-01-01 18:40:11 -08:00
parent ea8b0d1c84
commit 66e1365cc4
10 changed files with 11 additions and 9 deletions

View File

@ -4,6 +4,8 @@ Notable changes between versions.
## Latest
* Add ServiceAccounts for `kube-apiserver` and `kube-scheduler`
#### AWS
* Change `controller_type` and `worker_type` default from t2.small to t3.small