Olivier Lemasle
Olivier Lemasle
I discovered Kubed just yesterday because it was recommended by [cert-manager](https://cert-manager.io/) for its [Secrets synchronization against namespaces](https://cert-manager.io/docs/faq/kubed/). It took me a moment to understand that the project had been recently...
### What kind of change does this PR introduce? - [ ] Bugfix - [x] Feature - [ ] Docs - [ ] New Binding issue #___ - [ ]...
The Meilisearch indexing action has been commented out because it should not run for all Pull Requests: https://github.com/tauri-apps/tauri-docs/blob/76c81180323730dac285a83cb710a57d2d7710fd/.github/workflows/update-docs.yml#L85-L96 However, it should still run when deploying new versions of the documentation....
Edit by @FabianLars: I'm just gonna hijack this to not create an almost-duplicate. Really our whole security related docs need a complete rewrite, i feel like large parts of this...
## Feature Signal does not seem to work with RustPython. With the following Python file `test_signal.py`: ```python import signal import sys def signal_handler(signum, frame): print('\nSignal handler called with signal', signum)...
Currently, the Getting Started Guide includes pieces of code which, combined, give a sample adapter, different from the test-adapter. That leads to two issues: - code in the Getting Started...
For custom metrics, the timestamp is `time.Now()`; a `//TODO` was added 4 years ago to use the right timestamp instead: https://github.com/kubernetes-sigs/prometheus-adapter/blob/89584579687e4a66f352a1ba26e957951de628e7/pkg/custom-provider/provider.go#L101-L102 We should use the timestamp from the sample, as...
[Release 0.1.6](https://github.com/databricks/sjsonnet/releases/tag/0.1.6) of jsonnet provided the client/server version of sjsonnet. However, subsequent releases (from [0.1.7](https://github.com/databricks/sjsonnet/releases/tag/0.1.7) to [0.2.2](https://github.com/databricks/sjsonnet/releases/tag/0.2.2)) do not contain `sjsonnet.client.SjsonnetClientMain`. This change was not documented (neither in the changelog...
This PR adds support for notifiers provisioning (= notification channels) https://grafana.com/docs/administration/provisioning/#alert-notification-channels While `notifiers` is left empty, it does not modify anything. If `notifier` is not empty, it generates a `Secret`...
This issue is a follow-up of https://github.com/xanzy/go-cloudstack/issues/120. That issue was opened by @synergiator with the title "How to change the log level for go-cloudstack module?" and asked for a way...