Skip to content

Commit

Permalink
Merge pull request #636 from mjura/drop-old-k8s
Browse files Browse the repository at this point in the history
[v2.9] Drop support for Kubernetes v1.26
  • Loading branch information
yiannistri committed Jun 25, 2024
2 parents be7c180 + 9100da1 commit 3bb8bd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/setup-kind-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

KUBE_VERSION="${KUBE_VERSION:-v1.26.3}"
KUBE_VERSION="${KUBE_VERSION:-v1.28.9}"
CLUSTER_NAME="${CLUSTER_NAME:-eks-operator-e2e}"

if ! kind get clusters | grep "$CLUSTER_NAME"; then
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/templates/basic-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spec:
amazonCredentialSecret: default:aws-credentials
imported: false
kmsKey: ""
kubernetesVersion: "1.26"
kubernetesVersion: "1.28"
loggingTypes: []
nodeGroups:
- desiredSize: 2
Expand All @@ -27,7 +27,7 @@ spec:
subnets: []
tags: {}
userData: ""
version: "1.26"
version: "1.28"
privateAccess: false
publicAccess: true
publicAccessSources: []
Expand Down

0 comments on commit 3bb8bd8

Please sign in to comment.