Skip to content
#

operators

Here are 183 public repositories matching this topic...

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

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

Kaitou786
Kaitou786 commented Oct 7, 2020

Describe the bug
Currently we check our code with golangci-lint, which in itself catches most of the things, but having comments over exported function is not caught by it, it'll be nice to enable both the linters. Currently there are some warnings by this linter on the main branch

To Reproduce
Run: golint ./... | grep -v zz_generated #to ignore the auto-generated files

**Expe

danehans
danehans commented Feb 24, 2021

Please describe the problem you have
The Contour controller is hitting the following error because the gatewayclass is getting mutated during reconciliation. The controller should get the latest gatewayclass from the api server before syncing.

2021-02-23T16:19:57.878-0800	INFO	contour_controller	reconciling	{"request": "contour-operator/contour-gateway-sample"}
2021-02-23T16:19:57.906-

Improve this page

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

Learn more