operators
Here are 156 public repositories matching this topic...
-
Updated
Feb 19, 2020 - Elixir
-
Updated
Mar 11, 2020 - Go
-
Updated
Jul 9, 2018 - Objective-C
-
Updated
Jul 27, 2020 - Kotlin
-
Updated
Dec 19, 2019 - Elixir
-
Updated
Sep 1, 2020 - Go
-
Updated
Aug 30, 2020 - Python
-
Updated
Nov 5, 2017 - Swift
-
Updated
Sep 4, 2020 - Go
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
Aug 19, 2020 - Go
-
Updated
Sep 3, 2020 - Jupyter Notebook
-
Updated
Apr 1, 2016 - Swift
This should be the UI endpoint not the API server.
-
Updated
May 28, 2020 - Swift
-
Updated
Sep 1, 2020 - Shell
-
Updated
Aug 11, 2018 - Ruby
-
Updated
May 7, 2020 - Python
-
Updated
Jun 17, 2020 - Go
-
Updated
Sep 3, 2020 - Go
Today we had an outage in Quay repository, which had a great impact in our CI since we pull the OLM image from it.
Would be better to cache this image with Docker service and load it every time instead of pulling it. Will decrease our CI processing time and will also prevent our workflow to face problems like this in the future.
Link for the outage: https://status.quay.io/incidents/kw2627b
-
Updated
Jul 20, 2020 - Shell
-
Updated
Jul 6, 2017 - Python
-
Updated
Jun 17, 2020 - Go
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