John Watson

Results 8 issues of John Watson

When the controller first starts up it wants to send notifications for all applications. This can be overwhelming depending on what's subscribed or in the case of slack, broken.

enhancement

**Describe the bug** Every terragrunt invocation (even after `terragrunt init` explicitly), triggers initialization again. **To Reproduce** Use s3 backend with assume_role ```hcl remote_state { backend = "s3" config = {...

bug

**Thanos, Prometheus and Golang version used**: ``` thanos, version 0.32.5 (branch: HEAD, revision: 750e8a94eed5226cd4562117295d540a968c163c) build user: root@053ebc7b5322 build date: 20231019-04:13:41 go version: go1.21.3 platform: linux/amd64 tags: netgo ``` **Object Storage...

component: receive
needs-more-info

### Is there an existing issue for this? - [X] I have searched the existing issues ### What happened? Operations: - pod is deleted - pod is recreated (with same...

kind/bug
kind/community-report
sig/agent

**Describe the bug** The way terragrunt determines if it needs to run auto-init and how the dependency code determines if a stack has already been init-ed are different mechanisms. The...

bug
stale

### Is there an existing issue for this? - [X] I have searched the existing issues ### What happened? Running `cilium get endpoint ` results in: ``` Error: Failed to...

kind/bug
sig/policy
area/cli
kind/community-report
kind/regression
sig/agent
info-completed

### Describe the bug When using vmselect in a mutli-level cluster setup, if the vmselect is v1.104.0, it returns no blocks ### To Reproduce With setup: vmselect-global -> vmselect-{a,b,c} ->...

bug
waiting for release
cluster

Since the default ndots config is 5 for pods, it would reduce load on kube-dns if all k8s service hostnames had the cluster's dnsDomain appended to them. EG: `vmalertmanager-vm-stack-0.vmalertmanager-vm-stack.monitoring.svc.cluster.local.` While...