Kirill Petrov
Kirill Petrov
Dear, maintainers! Thanks for your awesome tool! I would like to improve overall experience of `tkn` usage and bring to you a case. We use crossplane in our cluster, so...
Dear, maintainers! Thanks you for this operator and accumulation a lot of useful expertise around the best practices inside it. I bring a small improvement to the existing solution against...
**Describe the bug** I executed: ``` $ oc -n ack-system delete bucket dev-example bucket.s3.services.k8s.aws "dev-example" deleted ``` on not empty bucket. after some attempts to delete bucket it hunged. ack-s3-controller.v0.1.5...
Исправление гонки при создании новой партиции. Как проявлялась ошибка: 1) Создаем таблицу и готовим ее партицировать: ``` CREATE TABLE news ( id bigserial, category_id INT, title TEXT, data TEXT );...
Description =========== ``` $ kafkacat -V kafkacat - Apache Kafka producer and consumer tool https://github.com/edenhill/kafkacat Copyright (c) 2014-2020, Magnus Edenhill Version 1.7.0 (JSON, Avro, Transactions, librdkafka 1.5.0 builtin.features=gzip,snappy,ssl,sasl,regex,lz4,sasl_gssapi,sasl_plain,sasl_scram,plugins,zstd,sasl_oauthbearer) ``` ```...
### What happened? Managed resource: ``` apiVersion: s3.aws.crossplane.io/v1beta1 kind: Bucket metadata: annotations: crossplane.io/composition-resource-name: bucket crossplane.io/external-name: example-com-dev10-pg-backup creationTimestamp: "2023-05-23T10:25:27Z" finalizers: - finalizer.managedresource.crossplane.io generateName: pg-backup-97hcs- generation: 5 labels: crossplane.io/claim-name: pg-backup crossplane.io/claim-namespace: example-com-dev10...
No releases since december 2024 Here is information from the maintainer (@hughcapet) about Spilo aliveness: https://github.com/zalando/spilo/issues/1131#issuecomment-2956743312 Since the Postgres Operator depends on Spilo, should we expect this project to be...
This change introduces the ability to specify additional command-line arguments for the Postgres Operator via the "extraArgs" field in values.yaml. Documentation has been updated with details on new arguments "-kubeqps"...
Please, answer some short questions which should help us to understand your problem / question better? - **Which image of the operator are you using?** e.g. ghcr.io/zalando/postgres-operator:v1.14.0 - **Where do...
### The problem Some metrics provided by https://coroot.com/docs/metric-exporters/pg-agent/metrics, such as `pg_up`, use the same name as metrics from the https://github.com/prometheus-community/postgres_exporter It creates obstacles when integrating into existing environments, such as...