Skip to content

Commit ab37eae

Browse files
committed
Kubernetesversion Upgrade
1 parent 2366197 commit ab37eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PetAdoptions/cdk/pet_stack/lib/services.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ export class Services extends Stack {
333333
vpc: theVPC,
334334
defaultCapacity: 2,
335335
defaultCapacityInstance: ec2.InstanceType.of(ec2.InstanceClass.T3, ec2.InstanceSize.MEDIUM),
336-
version: KubernetesVersion.V1_23
336+
version: KubernetesVersion.of('1.27'),
337337
});
338338

339339
const clusterSG = ec2.SecurityGroup.fromSecurityGroupId(this,'ClusterSG',cluster.clusterSecurityGroupId);

0 commit comments

Comments
 (0)