Skip to content

Commit 33dfa90

Browse files
committed
Merge branch 'eks127' into 'main'
Changes for EKS 1.28 See merge request observability-bd-projects/one-observability-demo!151
2 parents 84b1eb8 + a9eedc1 commit 33dfa90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PetAdoptions/cdk/pet_stack/lib/services.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ export class Services extends Stack {
341341
defaultCapacity: 2,
342342
defaultCapacityInstance: ec2.InstanceType.of(ec2.InstanceClass.T3, ec2.InstanceSize.MEDIUM),
343343
secretsEncryptionKey: secretsKey,
344-
version: KubernetesVersion.of('1.27'),
344+
version: KubernetesVersion.of('1.28'),
345345
kubectlLayer: new KubectlLayer(this, 'kubectl')
346346
});
347347

cloud9-cfn.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ Resources:
759759
name: KubectlInstall
760760
inputs:
761761
runCommand:
762-
- curl -o kubectl https://s3.us-west-2.amazonaws.com/amazon-eks/1.27.4/2023-08-16/bin/linux/amd64/kubectl
762+
- curl -o kubectl https://s3.us-west-2.amazonaws.com/amazon-eks/1.28.5/2024-01-04/bin/linux/amd64/kubectl
763763
- chmod +x kubectl && sudo mv kubectl /usr/local/bin/
764764
- echo "source <(kubectl completion bash)" >> /home/ubuntu/.bashrc
765765
- action: aws:runShellScript

0 commit comments

Comments
 (0)