-
Notifications
You must be signed in to change notification settings - Fork 465
Conversation
I'm struggling with what to do about The nodes now rely on In the case If I'm debating between:
|
67412f9
to
f552bc5
Compare
@colhom Personally, I'm happy with deprecating However, I guess there's a fairly common situation that the hosted zone is managed in an AWS account other than the one I believe CloudFormation doesn't allow creating record sets under a hosted zone managed in another account (See e.g. https://forums.aws.amazon.com/thread.jspa?messageID=537944) So, IMHO, your latter option(just defaulting the Route53 integration to
Btw, I'm very excited to see this PR! I'll definitely going to test this out. |
c052b43
to
bce3c11
Compare
Alrighty, as of bce3c11 I have successfully created a very large HA cluster in us-east-1{a,c,d} with controllers,workers and etcd instances distributed across the three zones. Kube-aws can now officially max out the aws regional SLA! If you want to see which AZs your account can deploy to in a given region (sometimes it's less than 3 👎 ): aws --region=$REGION ec2 describe-availability-zones and use any where As of now, controllers, workers and etcd instances are all scheduled as close to evenly as possible across the AZs. Naturally an even multiple of your AZ count makes sense for workers and controllers. There's really very little reason to double or triple up etcd instances per AZ, so I'd recommend etcd count === AZ count. |
d412d61
to
65bd4fe
Compare
65bd4fe
to
4d526ca
Compare
4d526ca
to
f6619bf
Compare
Hello Kubernetes Community, Future work on kube-aws will be moved to a new dedicated repository. @mumoshu will be running point on maintaining that repository- please move all issues and PRs over there as soon as you can. We will be halting active development on the AWS portion of this repository in the near future. We will continue to maintain the vagrant single and multi-node distributions in this repository, along with our hyperkube container image image. A community announcement to end users will be made once the transition is complete. We at CoreOS ask that those reading this message avoid publicizing/blogging about the transition until the official annoucement has been made to the community in the next week. The new dedicated kube-aws repository already has the following features merged in:
If anyone in the Kubernetes community would like to be involved with maintaining this new repository, find @chom and/or @mumoshu on the Kubernetes slack in the #sig-aws channel or via direct message. ~CoreOS Infra Team |
Controller(s) are in a crosszone autoscaling group and behind an ELB.
ControllerIP
parameter is gone, as we're going to rely on DNS for all of this.Depends on #544