George Gaál
George Gaál
/remove-lifecycle stale
/remove-lifecycle stale
/remove-lifecycle stale
/remove-lifecycle stale
@lukasmetzner Hi! Yes, I saw the example in the doc: https://github.com/hetznercloud/hcloud-cloud-controller-manager/blob/main/chart/values.yaml#L37 But it wasn't too much clear for me Sorry for my stupidity
sorry, any progress? I don't think that making an issue stale would solve an issue :-)
@lukasmetzner thank you very much!
Anyway, I checked that if I delete it from the cluster - it immediately is deleted from the cloud (so the controller is working).
after removal and recreation of the resource - everything is fine: ```yaml status: ackResourceMetadata: arn: 'arn:aws:rds:eu-west-2:474417630776:pg:****' ownerAccountID: '474417630776' region: eu-west-2 conditions: - lastTransitionTime: '2025-05-16T14:11:40Z' message: Resource synced successfully reason: ''...
@rushmash91 the current is: ```yaml apiVersion: rds.services.k8s.aws/v1alpha1 kind: DBParameterGroup metadata: name: mysql57-triggers spec: description: "MySQL with triggers" family: "mysql5.7" name: ***** parameterOverrides: log_bin_trust_function_creators: "1" collation_connection: utf8_general_ci collation_server: utf8_general_ci character_set_connection: utf8...