Skip to content
#

operator

Here are 588 public repositories matching this topic...

Dentrax
Dentrax commented Apr 12, 2021

What is the URL of the document?

i.e.: https://sdk.operatorframework.io/docs/building-operators/golang/installation/

Which section(s) is the issue in?

Prerequisites

What needs fixing?

Consider add $ operator-sdk version.

Additional context

We could not reproduce the documentation because the commands may incomplete to the current version of operator-sdk.

chaos-mesh
YangKeao
YangKeao commented Apr 1, 2021

Bug Report

https://github.com/chaos-mesh/chaos-mesh/blob/master/controllers/awschaos/ec2stop/types.go#L56-L60 These lines of codes make it possible to use another endpoint (like localstack) to do AWS experiments. However, the Recover of ec2stop and other kinds of chaos doesn't have these codes.

It was amazing that even with this bug, the integration test has passed. The expected pheno

stephan2012
stephan2012 commented Apr 16, 2021
  • Which image of the operator are you using? registry.opensource.zalan.do/acid/postgres-operator:v1.6.2
  • Where do you run it - cloud or metal? Kubernetes or OpenShift? Bare Metal K8s (kubeadm)
  • Are you running Postgres Operator in production? yes
  • Type of issue? [Bug report, question, feature request, etc.] Documentation/actual behavior mismatch

For additionalVolumes

litmus
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

kopf
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

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