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

Upgraded to Kubernetes v1.22.12 with EKS-D 1.22-10 #2397

Merged
merged 1 commit into from
Sep 7, 2022

Conversation

kschumy
Copy link
Contributor

@kschumy kschumy commented Sep 1, 2022

Issue number:

Closes #2395
Closes aws/eks-distro#1228

Description of changes:

This PR updates EKS-D to 1.22-10, which is the latest release. This version includes:

Testing done:
etungsten:
Build image without problem.
Launched aws-k8s-1.22 as a single node in a K8s 1.23 cluster.
The node comes up fine and pods get scheduled onto the node and runs fine:

$ kubectl get nodes -o wide
NAME                                          STATUS   ROLES    AGE     VERSION                INTERNAL-IP     EXTERNAL-IP     OS-IMAGE                               KERNEL-VERSION   CONTAINER-RUNTIME
ip-192-168-7-125.us-west-2.compute.internal   Ready    <none>   2m24s   v1.22.12-eks-db8a1f5   192.168.7.125   54.185.30.129   Bottlerocket OS 1.9.2 (aws-k8s-1.22)   5.10.130         containerd://1.6.6+bottlerocket

$ kubectl get pods -A
NAMESPACE     NAME                                               READY   STATUS    RESTARTS   AGE
default       csi-secrets-store-secrets-store-csi-driver-mswcq   3/3     Running   0          23s
default       nginx-deployment-66b6c48dd5-4pwmt                  1/1     Running   0          21d
default       nginx-deployment-66b6c48dd5-htctk                  1/1     Running   0          21d
default       nginx-deployment-66b6c48dd5-z8hgc                  1/1     Running   0          21d
kube-system   aws-node-7bh2h                                     1/1     Running   0          53s
kube-system   coredns-559b5db75d-8hg49                           1/1     Running   0          21d
kube-system   coredns-559b5db75d-kv6jc                           1/1     Running   0          21d
kube-system   ebs-csi-controller-985774447-94n4f                 6/6     Running   0          21d
kube-system   ebs-csi-controller-985774447-xz7hp                 6/6     Running   0          21d
kube-system   ebs-csi-node-bf4kv                                 3/3     Running   0          23s
kube-system   kube-proxy-x2vrt                                   1/1     Running   0          53s

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.

@etungsten etungsten self-requested a review September 6, 2022 17:06
@etungsten etungsten self-assigned this Sep 6, 2022
@etungsten etungsten merged commit 4c59038 into bottlerocket-os:develop Sep 7, 2022
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 Bottlerocket to 1.22-10 Update to EKS-D 1.22-10
3 participants