Thomas

Results 169 issues of Thomas

### Describe the bug Some panels are using `node` to filter, and others are using a hidden `instance` variable (` label_values(node_uname_info{nodename=~"(?i:($node))"}, instance)`). If a node changes its IP, then some...

bug

I'm running into an issue with `clusterctl move` where it thinks the nodes are not provisioned. This is not the case as I am the Kubernetes cluster is running and...

https://github.com/google/osv.dev/issues/1084 ![image](https://user-images.githubusercontent.com/9749173/222423918-8bb8f9dd-26a4-4ae0-939d-903288bd2b7d.png) ``` proxy | time="2023-03-02T10:45:00Z" level=info msg="proxy starting" commit=a70cda06add871b91a3f6a8d40365a448de324f9 proxy | 2023/03/02 10:45:00 Listening (:1080) updater | 2023-03-02T10:45:00.207699789 [617562476:main:WARN:src/devices/src/legacy/serial.rs:222] Detached the serial input due to peer close/error. updater |...

Use the formatting packages provided by docker/cli to comply with the official formatting documentation. https://docs.docker.com/config/formatting/ The use of the official formatting packages also fixes the format templating. Fixes: #1175

[Go is not cgroup aware](https://github.com/golang/go/issues/33803). This means the VictoriaMetrics operator will be throttled hard in containerised environments with CPU limits. The below screenshot shows the container with a CPU limit...

Go is not cgroup aware and by default will set GOMAXPROCS to the number of available threads, regardless of whether it is within the allocated quota. This behaviour causes high...

Does the operator support VictoriaLogs? If not, are there plans too?

enhancement

I've deployed a `VMCluster` and set the cpu limit to `1000m`. https://github.com/uhthomas/automata/blob/15654a5e2dea23101bf7a358e1f07e76eda5dab8/k8s/unwind/vm/vm_cluster_list.cue#L39 The operator changes this to "1", which breaks my deployment. It should just leave the value alone. ```sh...

question

**What happened**: ```sh ❯ KUBECTL_APPLYSET=true kubectl diff --applyset=applyset/automata -f bazel-out/k8-fastbuild/bin/k8s/unwind/list.json --prune error: unknown flag: --applyset See 'kubectl diff -h' for help and example ``` **What you expected to happen**: kubectl...

kind/bug
triage/accepted