-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Launching t3.medium
EC2 instance failed
#5755
Comments
btw, |
While |
@idealhack thanks for testing this out, 👍 we are eager to move to t3 instance, 💃 Does it work with stretch? |
@zkanda I don't think so. You should try it on testing environment only. |
I guess the last question is if it works with latest stable CoreOS? If I have time to test on our cluster I will do so and report back - if in the meantime someone else has tried I would be curios to hear if it works. |
I believe t3 support on the kops side ended up landed just after 1.10 and will be includedin 1.11alpha1 which arrives soon. m5 support works with 1.10 and stretch (but not jessie). |
A silly question (probably):
|
Related request #5714 for t3 instances |
Also do not understand why |
I think it's more about ami used, kops use a specific one and not all support the new ENA from aws. |
I successfully upgraded to the t3 family for both master and nodes using this ami |
when will be 1.11 out of testing phase? |
This is why we use We are about to build our own version of kops 1.10.0 with that exact cherry picked commit and upgrade some of our nodes to the t3 class. Will let you know how it goes (I mean, if I remember)! |
We tried using the 1.11 beta and after doing a |
Upgrading to the |
We just attempted to use the Is the expectation that kops will prevent users from using an instance type that is not yet supported? |
Since |
1. What
kops
version are you running? The commandkops version
, will displaythis information.
Version 1.10.0 (git-782ff1358)
This is branch
release-1.10
with #5681 cherry-picked2. What Kubernetes version are you running?
kubectl version
will print theversion if a cluster is running or provide the Kubernetes version specified as
a
kops
flag.3. What cloud provider are you using?
AWS
4. What commands did you run? What is the simplest way to reproduce this issue?
t3.medium
kops update cluster --yes
kops rolling-update --yes
5. What happened after the commands executed?
Node drained, instance terminated but not created, Auto scaling group reported:
I'm using the
kope.io/k8s-1.8-debian-jessie-amd64-hvm-ebs-2018-03-11
AMI.Related: #3868
6. What did you expect to happen?
a)
kops rolling-update
works as normalb)
kops
knewt3.medium
is not going to work, so refuse toupdate
orrolling-update
cluster at first.The text was updated successfully, but these errors were encountered: