Mark Whelan

Results 6 issues of Mark Whelan

Resource details (please complete the following information): Resource name: Amazon FSx for Lustre Link to pricing information: https://aws.amazon.com/fsx/lustre/pricing/ Terraform resources: aws_fsx_lustre_file_system

new resources
aws
needs details

**Description** Nextflow has options to generate timeline reports and dags on the completion of a workflow. They are default written to the directory the engine is running. I couldn't find...

enhancement

*Issue #50* *Description of changes:* Add support for the following settings * iops for gp3, io1, io2 * throughput for gp3 * min and max volume sizes when scaling *...

Add support to set iops and throughput for volumetype: `gp3` --iops --throughput https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/create-volume.html

I would like to remove the xstream dependency from the eureka-client, but it is used in DiscoveryJerseyProvider. https://github.com/Netflix/eureka/blob/8009355993fedb15c82a67930f7354d4a28cb6c9/eureka-client/src/main/java/com/netflix/discovery/provider/DiscoveryJerseyProvider.java#L77-L81 I am not exactly clear why the client needs to have this...

This change enables the support of pulling charts from OCI registries using this pattern: ``` chart: name: oci://{repo-url}/{chart-name} version: {version} ``` Example: ``` chart: name: oci://public.ecr.aws/karpenter/karpenter version: 0.36.0 ```