operator-framework
Here are 46 public repositories matching this topic...
-
Updated
Jan 26, 2022 - Go
-
Updated
Jun 12, 2020 - Go
-
Updated
Jan 24, 2019 - Shell
-
Updated
Jan 21, 2022 - Go
-
Updated
Jan 25, 2022 - Python
-
Updated
Mar 6, 2019 - Go
-
Updated
Feb 28, 2019 - Go
-
Updated
Apr 14, 2021 - Go
-
Updated
Jan 24, 2022 - Shell
-
Updated
Sep 9, 2021 - Go
Export metrics for:
- count of CRDs managed (scale for operator)
- count of reconciliation runs (significant pause can be detected by an alert)
- count of version changes for a CRD
-
Updated
Jan 29, 2021
Is your feature request related to a problem? Please describe.
Currently, only url and database that can be configured within this operator. see
https://github.com/fossildev/ghost-operator/blob/2066cb95d8bd406c3a18ae21a87452af41e71552/pkg/apis/ghost/v1alpha1/ghostapp_types.go#L56-L62
Describe the solution you'd like
We should add more config options. see https://ghost.org/docs/c
-
Updated
Aug 9, 2019 - Go
-
Updated
Sep 27, 2020 - Go
-
Updated
Jan 10, 2022 - JavaScript
-
Updated
Jul 16, 2021 - Dockerfile
-
Updated
Oct 17, 2019 - Go
-
Updated
Sep 13, 2021 - Go
-
Updated
Jun 13, 2019 - Go
-
Updated
Jul 29, 2020
-
Updated
Jul 18, 2020 - Go
-
Updated
Mar 30, 2020
-
Updated
May 4, 2020 - Go
-
Updated
Nov 2, 2019 - Go
-
Updated
Feb 5, 2021 - Shell
-
Updated
Sep 18, 2021 - Go
Improve this page
Add a description, image, and links to the operator-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the operator-framework 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