George Gaál
George Gaál
Fix the link as plain link was not highlighted in the doc like clickable URL. https://argocd-operator.readthedocs.io/en/latest/install/olm/ proof:
### TL;DR I used the next helm values: ``` monitoring: enabled: true podMonitor: enabled: true env: HCLOUD_TOKEN: valueFrom: secretKeyRef: name: hcloud key: token ROBOT_USER: valueFrom: secretKeyRef: name: hcloud key: robot-user...
``` {"level":"error","ts":"2024-12-11T00:55:29.773Z","msg":"Reconciler error","controller":"user","controllerGroup":"iam.services.k8s.aws","controllerKind":"User","User":{"name":"*****","namespace":"infra-tooling"},"namespace":"infra-tooling","name":"*****","reconcileID":"73e066c7-0af0-4813-b882-79d14295e263","error":"DeleteConflict: Cannot delete entity, must delete access keys first.\n\tstatus code: 409, request id: b3fef8ce-e08a-4e57-8ca5-01c67fd0f852","stacktrace":"sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).reconcileHandler\n\t/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:316\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).processNextWorkItem\n\t/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:263\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).Start.func2.2\n\t/go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:224"} {"level":"info","ts":"2024-12-11T00:55:29.815Z","logger":"ackrt","msg":"updated resource","kind":"Role","namespace":"infra-tooling","name":"*****","account":"*****","role":"","region":"eu-west-2","is_adopted":false,"generation":8} ``` Expected behaviour: - either proper interface for managing access keys from...
1. create a DBParameterGroup with incorrect parameters. Then got: ```yaml status: ackResourceMetadata: arn: 'arn:aws:rds:eu-west-2:474417630776:pg:****-1' ownerAccountID: '474417630776' region: eu-west-2 conditions: - message: 'unknown parameter: character_set_system' status: 'True' type: ACK.Terminal - lastTransitionTime:...
Good day! It is mandatory for many regulated business to select by default IMDSv2 on EC2 instances. Even Amazon itself recommends to enable this setting: Unfortunately, `NodeGroup` API does not...
Hello! I tried to use the next manifest ```yaml apiVersion: eks.services.k8s.aws/v1alpha1 kind: Nodegroup metadata: name: production-fix-ng-20241010-b namespace: infra-production spec: name: production-fix-ng-20241010-b clusterName: production diskSize: 100 subnetRefs: - from: name: production-private-eu-west-2b...
add proper helm repository
## Summary KeepHQ @ `0.1.93` does not display any **HelmRelease** objects on the topology map when integrated with **FluxCD 2.7.2**. Only **Kustomization** and **GitRepository** resources are shown. As a result,...
Corrected the formatting of 'OCI Repositories' to 'OCIRepositories' for consistency.