Lucas Servén Marín

Results 20 issues of Lucas Servén Marín

The Thanos project has recently migrated its UI to one built on re-usable and shareable components written in React, with the goal of fostering collaboration with the broader Prometheus community....

good first issue
help wanted
stale
GSoC/Community Bridge/LFX
component: UIs/ReactJS

This commit fixes the link to the Dex example-app code and the getting started documentation. Signed-off-by: Lucas Servén Marín

Currently, all of the manifests for deploying the operator, ie the RBAC and deployment, are written by hand. These should be generated via jsonnet just like all other observatorium components.

This issue tracks the status of the implementation of resource importers as requested by #11 and #13. - [x] DNS domain (#19) - [x] DNS record (292eb539629b86a86811c25eb97472dd5b53ac8c) - [x] firewall...

I've enabled signature verification on my GitHub Source custom resource. Everything works fine when I commit directly to the `main` branch and push the commits to origin: the source-controller can...

This commit makes the README more thorough by adding `import numpy as np` to the examples so that they are complete and self-contained.

This commit fixes a typo in the description of the bot

This commit modifies the CI configuration so that the containers that are built are actually manifest lists with images for multiple architectures, not just AMD64. This is helpful for modern...

As Identified in https://github.com/observatorium/thanos-receive-controller/pull/62#pullrequestreview-585557646, we'd like to bump the version of client-go we use to enable us to use `.Kind` and `.APIVersion` directly.

This commit enables the controller to clean up the PVCs of Thanos Receive Pods that are watched by it. Whenever a receiver is deleted, the controller will spawn a helper...