-
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
kops failed to change master's instance type #5771
Comments
Although master instance is alive, CLB shows the status OutOfService(443). |
I found a point of something strange when I try to change it t2medium => t2.large. In spite of the target master's EC2 instance was already deleted by kops, k8s is disabling the previous master (c)
|
The current kops image doesn't work with 5th gen EC2 instances.
Unfortunately the default image in kops 1.10 is still on Jessie. |
OIC this is kops's spec. 😢 |
1. What
kops
version are you running? The commandkops version
, will displaythis information.
2. 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.now kops and I can't connect to kube-apiserver 😩
actually I had used before the upgrade
3. What cloud provider are you using?
aws
4. What commands did you run? What is the simplest way to reproduce this issue?
I changed master's instance type t2.medium to m5.large.
5. What happened after the commands executed?
I can't connect to kubernetes cluster
6. What did you expect to happen?
updgrade successfully
7. Please provide your cluster manifest. Execute
kops get --name my.example.com -o yaml
to display your cluster manifest.You may want to remove your cluster name and other sensitive information.
8. Please run the commands with most verbose logging by adding the
-v 10
flag.Paste the logs into this report, or in a gist and provide the gist link here.
9. Anything else do we need to know?
refs? #5755
but I got an anther issue t2.medium -> t2.large
The text was updated successfully, but these errors were encountered: