Skip to content

Commit

Permalink
Merge pull request #5140 from sgibson91/projectpythia/k8s-upgrade
Browse files Browse the repository at this point in the history
projectpythia: upgrade k8s to 1.30
  • Loading branch information
sgibson91 authored Nov 19, 2024
2 parents f4f21a0 + fbef787 commit 61f5b06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eksctl/projectpythia.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ local daskNodes = [];
metadata+: {
name: "projectpythia",
region: clusterRegion,
version: "1.29",
version: "1.30",
tags+: {
"ManagedBy": "2i2c",
"2i2c.org/cluster-name": $.metadata.name,
Expand Down Expand Up @@ -113,7 +113,7 @@ local daskNodes = [];
[
ng + {
namePrefix: 'core',
nameSuffix: 'a',
nameSuffix: 'b',
nameIncludeInstanceType: false,
availabilityZones: [nodeAz],
ssh: {
Expand Down

0 comments on commit 61f5b06

Please sign in to comment.