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
provision instance profiles for kube-controller: grant access to ec2 and elb
provision instance profiles for kube-worker: grant access to ebs volumes
PKI
Use terraform tls provider to manage certificates.
etcd
Use one instance for now.
In the future, we might let the etcd instances auto-join a cluster.
networking
No need for calico. Generally assume the internal network is safe.
Expected Outcome
Artifacts:
tls artifacts: ca, worker, admin
terraform modules: make every part modular - for example, the generation of cloudconfig should only care about the services, it does not know how the vpc is structured exactly.
The text was updated successfully, but these errors were encountered:
PKI
Use terraform tls provider to manage certificates.
etcd
Use one instance for now.
In the future, we might let the etcd instances auto-join a cluster.
networking
No need for calico. Generally assume the internal network is safe.
Expected Outcome
Artifacts:
The text was updated successfully, but these errors were encountered: