File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
existing-eks-mixed-observability-pattern
existing-eks-opensource-observability-pattern
single-new-eks-awsnative-observability-pattern Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import * as eks from 'aws-cdk-lib/aws-eks';
77
88export default class ExistingEksMixedobservabilityPattern {
99 async buildAsync ( scope : cdk . App , id : string ) {
10- // AddOns for the cluster
10+
1111 const stackId = `${ id } -observability-accelerator` ;
1212
1313 const clusterName = utils . valueFromContext ( scope , "existing.cluster.name" , undefined ) ;
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import * as eks from 'aws-cdk-lib/aws-eks';
99
1010export default class ExistingEksOpenSourceobservabilityPattern {
1111 async buildAsync ( scope : cdk . App , id : string ) {
12- // AddOns for the cluster
12+
1313 const stackId = `${ id } -observability-accelerator` ;
1414 const clusterName = utils . valueFromContext ( scope , "existing.cluster.name" , undefined ) ;
1515 const kubectlRoleName = utils . valueFromContext ( scope , "existing.kubectl.rolename" , undefined ) ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { ObservabilityBuilder } from '@aws-quickstart/eks-blueprints';
44
55export default class SingleNewEksClusterAWSNativeobservabilityPattern {
66 constructor ( scope : Construct , id : string ) {
7- // AddOns for the cluster
7+
88 const stackId = `${ id } -observability-accelerator` ;
99 const account = process . env . COA_ACCOUNT_ID ! || process . env . CDK_DEFAULT_ACCOUNT ! ;
1010 const region = process . env . COA_AWS_REGION ! || process . env . CDK_DEFAULT_REGION ! ;
Original file line number Diff line number Diff line change 1010 "lint" : " npx eslint . --ext .js,.jsx,.ts,.tsx"
1111 },
1212 "devDependencies" : {
13- "@aws-quickstart/eks-blueprints" : " ^1.11.2 " ,
13+ "@aws-quickstart/eks-blueprints" : " ^1.11.3 " ,
1414 "@types/jest" : " ^29.5.1" ,
1515 "@types/node" : " ^18.15.12" ,
1616 "@typescript-eslint/eslint-plugin" : " ^5.59.0" ,
2323 "typescript" : " ^5.0.4"
2424 },
2525 "dependencies" : {
26- "@aws-quickstart/eks-blueprints" : " ^1.11.2 " ,
26+ "@aws-quickstart/eks-blueprints" : " ^1.11.3 " ,
2727 "constructs" : " ^10.0.0" ,
2828 "aws-cdk" : " 2.91.0" ,
2929 "eks-blueprints-cdk-kubeflow-ext" : " 0.1.9" ,
3030 "source-map-support" : " ^0.5.21"
3131 },
3232 "overrides" : {
33- "@aws-quickstart/eks-blueprints" : " ^1.11.2 " ,
33+ "@aws-quickstart/eks-blueprints" : " ^1.11.3 " ,
3434 "aws-cdk" : " 2.91.0" ,
3535 "xml2js" : " 0.5.0"
3636 }
You can’t perform that action at this time.
0 commit comments