Skip to content

Commit

Permalink
chore(ci): bump EKS ubuntu image to 22.04
Browse files Browse the repository at this point in the history
Bump Ubuntu image used in EKS CI to 22.04 to:
 1. use latest LTS available in eksctl. See
    https://eksctl.io/usage/custom-ami-support/#setting-the-node-ami-family.
 2. resolve incompatibility between k8s version 1.31 and Ubuntu 20.04.

Fix #1200
  • Loading branch information
orfeas-k committed Feb 11, 2025
1 parent 19b3af7 commit cb041e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kind: ClusterConfig
kubernetesNetworkConfig:
ipFamily: IPv4
managedNodeGroups:
- amiFamily: Ubuntu2004
- amiFamily: Ubuntu2404
iam:
withAddonPolicies:
ebs: true
Expand Down

0 comments on commit cb041e5

Please sign in to comment.