Skip to content

Commit

Permalink
chore: update default Kubernetes version to 1.27 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
twelvemo committed Jul 17, 2023
1 parent d17acc0 commit db485e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stacks/garden-dev-cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export class GardenEKSDevCluster {
blueprints.GenericClusterProvider.prototype["validateInput"] = () => {}

const clusterProvider = new blueprints.GenericClusterProvider({
version: eks.KubernetesVersion.V1_24,
version: eks.KubernetesVersion.V1_27,
mastersRole: blueprints.getResource(context => {
return iam.Role.fromRoleArn(context.scope, "mastersRole", garden.mastersRoleARN)
}),
Expand Down

0 comments on commit db485e0

Please sign in to comment.