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

operator-sdk

Here are 80 public repositories matching this topic...

Smiley73
Smiley73 commented Jul 2, 2020

Is your feature request related to a problem? Please describe.
The following error shows up in the log when the GitHub webhook is tested:

{"level":"error","ts":1593630175.1589122,"logger":"handler","msg":"could not parse webhook","error":"unknown X-Github-Event in message: ","stacktrace":"github.com/go-logr/zapr.(*zapLogger).Error\n\t/home/travis/gopath/pkg/mod/github.com/go-logr/zapr@v
kensipe
kensipe commented Mar 28, 2020

The kuttl cli overrides the testsuite file... with the exception of the test env. (this is a require to fix that).

If the kuttl-test.yaml has a configuration for startControlPlane: true and the cli is started with --start-kind.... the cli override should start kind.

Perhaps we should have an override that allows to point at a cluster (currently it is the default that is selected if no

ccdgrundhoefer
ccdgrundhoefer commented Aug 4, 2020

We use ArgoCD in a medium sized environment (currently four clusters with in total 96 application) which already induces a high load on the central git repo server, due to ArgoCD polling the repo server every 3 minutes. The number of applications and clusters will increase significantly in the near future, which will eventually lead to problems.
Since it's possible to increase that inverall by mo

etsauer
etsauer commented Feb 20, 2019

Description of Issue

After go-config v0.7.0, our operator breaks on startup citing that there is no provider configured.

How to Reproduce

Update the following constraint in Gopkg.toml from 0.7.0 to any later release:

[[constraint]]
  name = "github.com/micro/go-config"
  version = "0.7.0"

Install dependencies and start operat

Improve this page

Add a description, image, and links to the operator-sdk 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-sdk topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.