We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e00454 + 3030d95 commit 6164c9cCopy full SHA for 6164c9c
PetAdoptions/cdk/pet_stack/lib/services.ts
@@ -344,7 +344,7 @@ export class Services extends Stack {
344
defaultCapacity: 2,
345
defaultCapacityInstance: ec2.InstanceType.of(ec2.InstanceClass.T3, ec2.InstanceSize.MEDIUM),
346
secretsEncryptionKey: secretsKey,
347
- version: KubernetesVersion.of('1.28'),
+ version: KubernetesVersion.of('1.31'),
348
kubectlLayer: new KubectlLayer(this, 'kubectl'),
349
authenticationMode: eks.AuthenticationMode.API_AND_CONFIG_MAP,
350
});
0 commit comments