Skip to content
#

operator

Here are 451 public repositories matching this topic...

mansikulkarni96
mansikulkarni96 commented Apr 15, 2020

The log info and error messages that are a part of the operator-sdk scaffolding are not formatted in a structured log format that follows the msg, key, value pair format. It would be better if they are formatted using the standard recommendations given by logr in :https://godoc.org/github.com/go-logr/logr and https://github.com/kubernetes-sigs/controller-runtime/blob/master/TMP-LOGGING.md which su

hermanbanken
hermanbanken commented Apr 30, 2020

When selecting a good Redis Cluster operator I found KubeDB elsewhere, but in this table it is not clear that it provides operators for:

  • elasticsearch,
  • memcached,
  • mongodb,
  • mysql,
  • postgresql,
  • redis

Multiple paths to go:

  • add tags and host this page as something interactive with some tag-filtering on Github Pages?
  • add these db's to comment column
  • add kubedb also at "#3 R
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-

camilamacedo86
camilamacedo86 commented Nov 15, 2019

What would you like to be added:
Ignore IDE files by default in order to not face issues as:

$ kubectl kudo install ./first-operator
Error: failed to resolve package CRDs for operator: ./first-operator: while reading package from the file system: unexpected file when reading package from filesystem: first-operator/.idea/first-operator.iml
aylei
aylei commented Nov 15, 2019

twitchtv/retool is out of maintenance and alecthomas/gometalinter has been deprecated.

Now that we have upgraded to go v1.13 in which go module is enabled by default, it is better to drop retool and manage these tools in go module in scripts instead.

The deprecated tool gometalinter should be dropped too.

logdnalf
logdnalf commented Mar 16, 2020

Expected behaviour

When running make integration-test, I expect all tests to pass. But that is not the case.

Actual behaviour

make integration-test produces:

$ make integration-tests
./scripts/integration-tests.sh
=> Preparing minikube for running integration tests
😄  minikube v1.8.1 on Darwin 10.15.4
✨  Automatically selected the hyperkit driver. Other choices: do
amalkurup89
amalkurup89 commented Mar 26, 2020

Description :

From the current documentation & whatever experimentation I have done on operator metering, I don't see a feature to upload or push the operator metering metrics to a NoSQL database like Cassandra or Kafka topic instead of Presto DB

This can be useful to query operator metering metrics from web applications as Presto is relatively slow

Please share your thoughts on this or a

jaypipes
jaypipes commented Feb 6, 2020

Currently, we think that the ASO server implementation will be entirely stateless. There may be caches, of course, but the state that ASO considers will be stored in the Kubernetes etcd backend and the AWS services themselves.

So, the upgrade process for ASO itself should be relatively simple: just increment the image version/tag for the Deployment YAML that describes the ASO application in t

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.