Skip to content
#

operator

Here are 735 public repositories matching this topic...

SudoBrendan
SudoBrendan commented Jan 14, 2022

Feature Request

Describe the problem you need a feature to resolve.

When creating a bundle (make bundle), you are prompted for a few fields, including Comma-separated list of maintainers and their emails (e.g. 'name1:email1, name2:email2') (required): - this makes it look like you need to add single quotes, e.g. 'Brendan Bergen:foo@example.com', though, if you add these quotes,

litmus
tommyzli
tommyzli commented Jan 26, 2022

Please, answer some short questions which should help us to understand your problem / question better?

  • Which image of the operator are you using? registry.opensource.zalan.do/acid/postgres-operator:v1.7.1
  • Where do you run it - cloud or metal? Kubernetes or OpenShift? Bare Metal K8s
  • Are you running Postgres Operator in production? no
  • Type of issue? Bug report

Hi
Th

alekskar
alekskar commented Jun 18, 2020

Is your feature request related to a problem? Please describe.
Vault has backends for AWS like dynamo and s3. However to use them you should provide credentials. AWS support 2 solutions to eliminate this. IAM roles for Service Accounts and Instance profile roles.
Due to some unknown reason vault requires more time to start when using dynamic creds than explicit definition keys in s3 block o

jankaderabek
jankaderabek commented Dec 6, 2021

I wanted to use topology spread constraints to control how Pods are spread across in my cluster by topologySpreadConstraints section in runner deployment. But i faced to following error: `error validating data: ValidationError(RunnerDeployment.spec.template.spec): unknown field "topologySpreadConstraints" in dev.summerwind.actions.v1alpha1.RunnerDeployment.spec.template.spec; if you choose to ig

nolar
nolar commented Aug 20, 2020

Problem

K8s-event posting can fail to post an event (kind: Event) for any reasons, such as API rate limiting, temporary API failures (HTTP 5xx), control plane connectivity issues, SSL handshake failures, etc.

This leads to the events being lost, while they can represent some value. This applies both to the events created from the per-object logger messages (logger.info(...) from the

jkotiuk
jkotiuk commented Jun 28, 2021

Hi,

I'm integrating jaeger with elastic cloud APM (https://www.elastic.co/guide/en/apm/server/current/jaeger.html). Elastic requires to pass a secret as tag in order to authenticate. Currently it is not possible to mount custom secrets as env variables so I'm forced to expose it as a part of manifest.

I've also tried to do some workaround with volume mounts but it didn't work:

apiVer

Improve this page

Add a description, image, and links to the operator topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the operator topic, visit your repo's landing page and select "manage topics."

Learn more