Skip to content
#

operator

Here are 470 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
chaos-mesh
bonifaido
bonifaido commented Mar 25, 2020

Is your feature request related to a problem? Please describe.
Investigate github.com/google/go-containerregistry to replace the heroku/docker-registry-client which seems to be unmaintained.

Describe the solution you'd like
Check the go-containerregistry library and see if it fits our needs.

Describe alternatives you've considered
We already use a forked version of the docker-

mikelorant
mikelorant commented Aug 18, 2020

It is common to name the Jaeger agent service jaeger-agent. This forces Kubernetes to create an environment variable JAEGER_AGENT_PORT as part of the service links. This conflicts with the an internal environmental variable used in the client library.

https://github.com/jaegertracing/jaeger-client-go/blob/704ce2849e9abb8af82edb2a3375e9e163092427/config/config_env.go#L51

This will cause t

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 

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.