George Gaál
George Gaál
## Feature Request Change the defaults for podsubnets and servicesubnets from `10.244.0.0/16` and `10.96.0.0/12` respectively to `100.64.0.0/16` and `100.96.0.0/16` ### Description Good day! I am asking for such a change...
Good day! Today I noticed that EC2 controller was updated: ``` conditions: - lastTransitionTime: '2024-01-29T08:15:45Z' message: Release reconciliation succeeded reason: ReconciliationSucceeded status: 'True' type: Ready - lastTransitionTime: '2024-01-29T08:15:45Z' message: Helm...
**Describe the bug** If I am adding flag instanceMetadataTags to the instance description ```yaml apiVersion: ec2.services.k8s.aws/v1alpha1 kind: Instance metadata: name: test namespace: infra-production spec: iamInstanceProfile: arn: "arn:aws:iam::966321756598:instance-profile/ssm-instance-profile" imageID: ami-0eb260c4d5475b901 keyName:...
Hi! When I am creating bucket like: ```yaml apiVersion: s3.services.k8s.aws/v1alpha1 kind: Bucket metadata: name: test-rec spec: name: test-rec logging: loggingEnabled: targetBucket: "test-rec-access" targetPrefix: "test-" objectLockEnabledForBucket: true ``` I am getting...
Hi! Right now I want to create all Ec2 instances and all underlying infra in one go and automatic way. Unfortunately, subnetID for EC2 instance must be populated manually. ```yaml...
The IAM controller implements the Role kind in `iam.services.k8s.aws` API group. The issue is that the short name for the object is 'role' and it is overridden by Role from...
v1.0.1: ```bash $ git checkout v1.0.1 Previous HEAD position was cdee277 Update to ACK runtime v0.27.1, code-generator v0.27.1 (#85) HEAD is now at 719fe91 Update to ACK runtime `v0.26.0`, code-generator...
Good day colleagues, I am trying to find a proper way to install an external-secrets plugin from GitRepository. Please don't ask why. So I came here. https://github.com/external-secrets/external-secrets/blob/v0.9.8/deploy/charts/external-secrets/Chart.yaml I see discrepancy...
Good day! I was playing around with wolfi hardened images. And they are damn good, small footprint etc. The issue is that guys forgot to add GnuPG binary to docker...
Hi! 1. get the URL from Slack `https://hooks.slack.com/services/*****/*****/*****` 2. convert it to base64: ``` echo https://hooks.slack.com/services/*****/*****/***** | base64 aHR0c***********************************wCg== ``` 3. put it into secret. 4. get the error in...