ItielOlenick

Results 7 issues of ItielOlenick

### Name of the resource AWS::EC2::SpotFleet ### Resource name _No response_ ### Description When using [LaunchTemplateConfig](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-launchtemplateconfig.html) for creating a new Spot fleet request one cannot add tags to the spot...

Coverage

**What happened**: Having multiple headless services that target pods that spawn on the same node breaks external dns (using with route53) **What you expected to happen**: Working external-dns and records...

kind/bug
lifecycle/rotten

### Report When not providing credentialsSecret in the s3 section of the [deploy/cr.yaml](https://github.com/percona/percona-xtradb-cluster-operator/blob/main/deploy/cr.yaml) backups can't be taken. ### More about the problem Documentation states: > Using AWS EC2 instances for...

bug

Description: When CertManager and secrets RBAC permissions are granted, mTLS will be used between the target allocator and the collector so that the latter can retrieve authentication secrets for endpoints...

**Is your feature request related to a problem? Please describe.** There is no way to add init containers in the current helm chart **Describe the solution you'd like** Add support...

kind/feature

This PR fixes unnecessary headObject calls in the cp command when the progress bar is disabled. It ensures `Client.stat` (headObject when copying remote->local) is only called when the progress bar...

**Description:** When using the `cp` command to copy or download objects, the progress bar logic is making an unnecessary `headObject` call (via `client.stat`) to retrieve the size of the object,...