operators
Here are 183 public repositories matching this topic...
-
Updated
Nov 27, 2020 - Elixir
-
Updated
Mar 11, 2020 - Go
-
Updated
Jan 15, 2021 - Kotlin
-
Updated
Jul 9, 2018 - Objective-C
-
Updated
Feb 23, 2021 - JavaScript
-
Updated
Oct 21, 2020 - Elixir
-
Updated
Feb 23, 2021 - Go
-
Updated
Sep 27, 2020 - Python
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
-
Updated
Nov 5, 2017 - Swift
-
Updated
Dec 9, 2020 - Go
-
Updated
Jan 22, 2021 - Jupyter Notebook
-
Updated
Jan 14, 2021 - Go
-
Updated
Feb 24, 2021 - HTML
-
Updated
Apr 1, 2016 - Swift
-
Updated
Jan 15, 2021 - Swift
-
Updated
Nov 13, 2020 - C
-
Updated
Feb 22, 2021 - Shell
-
Updated
Feb 17, 2021 - Go
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
-
Updated
Aug 11, 2018 - Ruby
-
Updated
Feb 23, 2021 - Python
-
Updated
Nov 16, 2020 - Go
-
Updated
Sep 1, 2020 - Python
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.
Add this topic to your repo
To associate your repository with the operators topic, visit your repo's landing page and select "manage topics."
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
loggermessages (logger.info(...)from the