Michal Schott

Results 39 comments of Michal Schott

Happy to someone finally found the bug which affect us for quite a long time!

@Brainpitcher This doesn't work, because user which is used by operator is not being added to ${DATABASE}-group. You have to adjust group membership outside of operator. Additionally I believe you...

> > @Brainpitcher This doesn't work, because user which is used by operator is not being added to ${DATABASE}-group. You have to adjust group membership outside of operator. Additionally I...

another example: ``` argocd-image-updater-7bf4cb7d55-dhcwk argocd-image-updater time="2022-12-12T16:39:21Z" level=warning msg="temporarily disabling strict host key checking (i.e. '-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null'), please don't use in production" ``` when logLevel set to "error" Would...

@kflynn @DavidMcLaughlin any update on this please?

I have this issue despite (I believe) having everything set up correctly. EKS - 1.25 CA - 1.25.2: ``` - command: - ./cluster-autoscaler - --cloud-provider=aws - --namespace=kube-system - --node-group-auto-discovery=asg:tag=k8s.io/cluster-autoscaler/enabled,k8s.io/cluster-autoscaler/XXX -...

For Aurora-PostgreSQL-compatible all you need it to execute ``` CREATE EXTENSION IF NOT EXISTS pg_stat_statements; ``` on `postgres` database

This still happens in 1.2.1

This happened to me today again for a container with `imagePullPolicy: IfNotPresent` with 50GB free disk space.