The Wayback Machine - https://web.archive.org/web/20201027151354/https://github.com/topics/operator
Skip to content
#

operator

Here are 507 public repositories matching this topic...

camilamacedo86
camilamacedo86 commented Aug 7, 2020

What did you do?

  • Create a project and generated the bundle
mkdir memcached-operator
cd memcached-operator
operator-sdk init --domain=example.com --repo=github.com/example-inc/memcached-operator
operator-sdk create api --group cache --version v1 --kind Memcached --resource=true --controller=true
make bundle

What did you expect to see?

  • The values are checked.
  • we h
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

nicolaferraro
nicolaferraro commented Jun 22, 2020

It's common to do in YAML syntax:

steps:
- marshal:
    json: {}

But the marshaller dependency is not recognized automatically and "camel-jackson" needs to be explicitly added (e.g. using -d). The language inspector can do it automatically.

kubernetes-operator
pawelprazak
pawelprazak commented Oct 22, 2019

There is no reason stated in the kubernetes event here:

2s          Warning   CRValidationFailure   Jenkins   Base CR validation failed

The logs:

2019-10-22T09:04:47.894Z        WARN    controller-jenkins      base/validate.go:244    Not found volume for 'backup-script' volume mount in container 'backup' {"cr": "infrastructure", "container": "backup"}
2019-10-22T09:04:47.894Z 
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

You can’t perform that action at this time.