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 eks-d 1.23 to 1.23.11 #2694

Merged
merged 1 commit into from
Jan 4, 2023

Conversation

rcrozean
Copy link
Contributor

Issue number:

Closes #2691

Description of changes:
Update AWS cloud controller manager, etcd, and kubernetes versions.

Testing done:

Terms of contribution:

By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.

Copy link
Contributor

@stmcginnis stmcginnis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Built aws-k8s-1.23 variant and published AMI. Used AMI ID to deploy new EKS nodegroup.

Node appears fine:

$ k --kubeconfig /tmp/br123.kubeconfig get nodes -o wide
NAME                                           STATUS   ROLES    AGE    VERSION                INTERNAL-IP      EXTERNAL-IP      OS-IMAGE                                KERNEL-VERSION   CONTAINER-RUNTIME
ip-192-168-47-101.us-east-2.compute.internal   Ready    <none>   3m3s   v1.23.15-eks-69f0cbf   192.168.47.101   18.216.138.199   Bottlerocket OS 1.12.0 (aws-k8s-1.23)   5.10.135         containerd://1.6.12+bottlerocket

Deployed workload to cluster, appears fine.

k --kubeconfig /tmp/br123.kubeconfig get pod -A
NAMESPACE     NAME                       READY   STATUS    RESTARTS        AGE
default       webserver                  1/1     Running   0               10s
kube-system   aws-node-sc7jf             1/1     Running   1 (2m22s ago)   4m41s
kube-system   coredns-5948f55769-b7krf   1/1     Running   0               11d
kube-system   coredns-5948f55769-hzpbh   1/1     Running   0               11d
kube-system   kube-proxy-phq2t           1/1     Running   0               4m41s

@stmcginnis stmcginnis merged commit 6f3a63d into bottlerocket-os:develop Jan 4, 2023
@rcrozean rcrozean deleted the update-eks-d-1.23.11 branch January 4, 2023 16:03
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

Successfully merging this pull request may close these issues.

Update EKS-Distro: new release 1.23
3 participants