Skip to content
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

Update chapter 5 EKS example to use Kubernetes 1.15 #35

Closed
geerlingguy opened this issue Mar 11, 2020 · 2 comments
Closed

Update chapter 5 EKS example to use Kubernetes 1.15 #35

geerlingguy opened this issue Mar 11, 2020 · 2 comments

Comments

@geerlingguy
Copy link
Owner

Yesterday 1.15 support was added to EKS: Amazon EKS now supports Kubernetes version 1.15.

This should be as simple as bumping the version number in the vars... but I need to test and verify that's the case.

@geerlingguy
Copy link
Owner Author

Related: aws/containers-roadmap#380

@geerlingguy
Copy link
Owner Author

Works:

$ kubectl get nodes
NAME                             STATUS   ROLES    AGE     VERSION
ip-172-16-103-28.ec2.internal    Ready    <none>   5m25s   v1.15.10-eks-bac369
ip-172-16-172-164.ec2.internal   Ready    <none>   5m24s   v1.15.10-eks-bac369
ip-172-16-37-223.ec2.internal    Ready    <none>   5m23s   v1.15.10-eks-bac369

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant