Results 7 issues of Tomasz Szuster

Hello. I'm wondering if there is an option to build also for arm64 CPU arch? Regards Tom

enhancement

Hello Team, I would like to ask what could be the reason for not recognizing spot nodes? I'm using kubecost v1.93.1 S3 bucket with spot reports configured (Spot Data Feed...

kubecost
needs-follow-up

Hi, It seems that the client can't be successfully built on arm64 ```docker build -t tomaszszuster/kube-scan-client:v20.5 . Sending build context to Docker daemon 1.214MB Step 1/16 : FROM node:12.16.2-alpine AS...

### Describe the bug The generated CloudFormation stack for the below 2 resources fails to deploy ``` iam_role = iam.Role( self, id="sagemaker_execution_role", assumed_by=iam.ServicePrincipal("sagemaker.amazonaws.com"), managed_policies=[iam.ManagedPolicy.from_aws_managed_policy_name("AmazonSageMakerFullAccess")], role_name=f"{config_vars.stage}-{config_vars.project}-{model_name}-execution-role", ) custom_sagemaker_endpoint = CustomSageMakerEndpoint( self,...

bug
backlog

### Describe the feature The current solution doesn't allow to specify the minimum and maximum instance number. It deploys one instance only, without any scaling policy. ### Use Case Due...

enhancement
backlog

Hey. I was using cdk_ecr_deployment==3.0.55 cdk --version 2.141.0 (build 3d1c06e) python --version Python 3.11.9 and got today the error below ``` -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | timestamp | message | |---------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 1715603870772...

bug
help wanted