Lucas Servén Marín

Results 22 issues of Lucas Servén Marín

Currently, any change to the hashring configuration file will trigger all Thanos Receive nodes to flush their multi-TSDBs, causing them to enter an unready state until the flush is complete....

difficulty: medium
component: receive
stale
GSoC/Community Bridge/LFX

Small typo I noticed while reading the docs.

### Terraform Version, Provider Version and Kubernetes Version ``` Terraform version: v1.5.7 Kubernetes provider version: v2.25.2 Kubernetes version: v1.27.3 ``` ### Affected Resource(s) - kubernetes_manifest ### Terraform Configuration Files ```hcl...

question

There are two instances where we forget to check the output of a command when it fails. This commit ensures that we log STDOUT/STDERR in the same way that we...

## Question **What help did you want**: I have an existing JuiceFS volume with existing data in it. I have pods in different namespaces that all need access to the...

kind/question

The metrics for throttling reasons have been renamed from `nvidia_smi_clocks_throttle_reasons_*` to `nvidia_smi_clocks_event_reasons_*`. This change has broken the Grafana dashboard. xref: https://github.com/utkuozdemir/nvidia_gpu_exporter/issues/123 ## Types of changes - [x] Bug fix (non-breaking...

Kubernetes' SIG-Multicluster has formalized an API that generalizes exactly the same concepts implemented in this project but with new CRDs: https://github.com/kubernetes/enhancements/tree/master/keps/sig-multicluster/1645-multi-cluster-services-api This project should support them as a light-weight multi-cluster...

Hi everyone! I want to announce that the project is nearing 0.1.0 and that in preparation for that release, the device plugin will be r-earchitected into an operator. As mentioned...

Please include the following information: **vncdotool version** 1.2.0 **VNC server and version** WayVNC 0.6.2 **Steps to reproduce**: ``` vncdotool -i -v -v -v -s 192.168.0.1::5900 capture out.png ``` Output: ```...

bug

Hi, reading through the docs I see that there is some support for manually configuring OAuth authentication in Go SDKs (https://www.speakeasyapi.dev/docs/customize-sdks/authentication#oauth), however, it looks like this doesn't apply at all...